Document significance of preproces_schema method
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / SQLite.pm
index 149ba7b..a228653 100644 (file)
@@ -423,6 +423,9 @@ sub rename_table {
 
 }
 
+# No-op. Just here to signify that we are a new style parser.
+sub preproces_schema { }
+
 1;
 
 =pod