[Uml-devel] branches/work/soc-umbrello/umbrello/codegenerators/sql

Andi Fischer andi.fischer at hispeed.ch
Wed May 23 21:21:25 UTC 2012


SVN commit 1296332 by fischer:

Bug fixes from trunk also applied.

 M  +1 -0      mysqlwriter.cpp  
 M  +1 -1      postgresqlwriter.cpp  


--- branches/work/soc-umbrello/umbrello/codegenerators/sql/mysqlwriter.cpp #1296331:1296332
@@ -161,6 +161,7 @@
     sql<<"-- CHECK Constraints are not supported in Mysql ( as of version 5.x )";
     sql<<m_endl;
     sql<<"-- But it'll parse the statements without error ";
+    sql<<m_endl;
 
     // call base class
     SQLWriter::printCheckConstraints( sql, constrList );
--- branches/work/soc-umbrello/umbrello/codegenerators/sql/postgresqlwriter.cpp #1296331:1296332
@@ -72,7 +72,7 @@
     l.append( "time without time zone" );
     l.append( "time with time zone" );
     l.append( "timestamp without time zone" );
-    l.append( "time with time zone" );
+    l.append( "timestamp with time zone" );
 
     return l;
 }




More information about the umbrello-devel mailing list