FR [ 1829798 ] Easy generation of migration scripts

SQL terminator / not working for postgresql - changed by ;
This commit is contained in:
Carlos Ruiz 2007-12-06 22:19:27 +00:00
parent 826742fcd4
commit d47134ac47
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ public abstract class Convert
// log statement // log statement
os.writeBytes(statement); os.writeBytes(statement);
// close statement // close statement
os.writeBytes("\n/\n\n"); os.writeBytes("\n;\n\n");
} }
} // Convert } // Convert