[Uml-devel] KDE/kdesdk/umbrello/umbrello

Sharan Rao sharanrao at gmail.com
Fri Jun 22 08:28:30 UTC 2007


SVN commit 678761 by sharan:

*SQL Code generation for MySQL and PostgreSQL.
Generates code for everything that's supported in ER diagrams
except Auto Increment ( which will be coming soon. I need to figure out a 
nice way to combine the auto increment of Mysql and Sequences of Pg )



 M  +2 -0      CMakeLists.txt  
 M  +8 -0      codegenerators/codegenfactory.cpp  
 A             codegenerators/mysqlwriter.cpp   [License: GPL (v2+)]
 A             codegenerators/mysqlwriter.h   [License: GPL (v2+)]
 A             codegenerators/postgresqlwriter.cpp   [License: GPL (v2+)]
 A             codegenerators/postgresqlwriter.h   [License: GPL (v2+)]
 M  +251 -118  codegenerators/sqlwriter.cpp  
 M  +31 -9     codegenerators/sqlwriter.h  
 M  +23 -3     dialogs/codegenerationwizard.cpp  
 M  +8 -6      dialogs/umlforeignkeyconstraintdialog.cpp  
 M  +13 -0     entity.cpp  
 M  +10 -2     entity.h  
 M  +26 -0     model_utils.cpp  
 M  +8 -0      model_utils.h  
 M  +2 -0      umbrelloui.rc  
 M  +12 -0     uml.cpp  
 M  +2 -0      uml.h  
 M  +0 -5      umllistview.cpp  
 M  +2 -0      umlnamespace.h  






More information about the umbrello-devel mailing list