Fix multi-line comments in YAML and JSON producers
[dbsrgits/SQL-Translator.git] / t / data / sqlite / create.sql
index f7a397f..56f1153 100644 (file)
@@ -1,4 +1,6 @@
 create table person (
+  -- field comment 1
+  -- field comment 2
   person_id INTEGER PRIMARY KEY AUTOINCREMENT,
   'name' varchar(20) not null,
   'age' integer,