Version: unspecified OS: Linux Add ability to import MySql database definition or table definition to create entities Reproducible: Didn't try Steps to Reproduce: N/A Actual Results: N/A Expected Results: N/A
For someone going to implement this feature is class IDLImport the closest nearby parser, which may be copied and pasted into a class SQLImport as a starting point.
Git commit 91c466aab0999e3af1c16537eb52ee3d3e5ea803 by Ralf Habacker. Committed on 15/07/2015 at 13:02. Pushed by habacker into branch 'master'. Implement 'Request: Add mysql (and postgresql) import to create entities' FIXED-IN:2.16.80 (KDE Applications 15.07.80) M +1 -0 umbrello/CMakeLists.txt M +3 -0 umbrello/codeimport/classimport.cpp M +1 -1 umbrello/codeimport/nativeimportbase.h A +928 -0 umbrello/codeimport/sqlimport.cpp [License: GPL (v2/3)] A +106 -0 umbrello/codeimport/sqlimport.h [License: GPL (v2/3)] http://commits.kde.org/umbrello/91c466aab0999e3af1c16537eb52ee3d3e5ea803
Git commit b8aa459011e2f51b93183cb29d732d30b35302ac by Ralf Habacker. Committed on 16/07/2015 at 06:42. Pushed by habacker into branch 'master'. Add mysql 'enum' type to sql import. M +24 -4 umbrello/codeimport/sqlimport.cpp M +2 -0 umbrello/codeimport/sqlimport.h http://commits.kde.org/umbrello/b8aa459011e2f51b93183cb29d732d30b35302ac