]> git.phdru.name Git - sqlconvert.git/blobdiff - sample/sample.sql
Allow whitespaces and comments after the last statement
[sqlconvert.git] / sample / sample.sql
index 01ac31e2f70284983e3b804e3133340d0715d20e..fb31ec364763533aef6d857ce53b63c6d229fd87 100644 (file)
@@ -2,3 +2,5 @@ SELECT * FROM `mytable`; -- line-comment"
 INSERT into /* inline comment */ mytable VALUES (1, 'one');
 /*! directive*/ INSERT INTO `MyTable` (`Id`, `Name`)
 VALUES (1, 'one');
+
+-- The end