Revision 678761
Go back to digest for 24th June 2007Features in Development Tools
Sharan Rao committed changes in /trunk/KDE/kdesdk/umbrello/umbrello:
* 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 )
File Changes
Added 4 files
- /trunk/KDE/kdesdk/umbrello/umbrello/codegenerators
- /mysqlwriter.cpp
- /mysqlwriter.h
- /postgresqlwriter.cpp
- /postgresqlwriter.h
Modified 15 files
- /trunk/KDE/kdesdk/umbrello/umbrello
- /CMakeLists.txt
- /entity.cpp
- /entity.h
- /model_utils.cpp
- /model_utils.h
- /umbrelloui.rc
- /uml.cpp
- /uml.h
- /umllistview.cpp
- /umlnamespace.h
- /codegenerators/codegenfactory.cpp
- /codegenerators/sqlwriter.cpp
- /codegenerators/sqlwriter.h
- /dialogs/codegenerationwizard.cpp
- /dialogs/umlforeignkeyconstraintdialog.cpp
19 files changed in total