Summary: | Request: Add mysql import to create entities | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ashley Kitson <ashley> |
Component: | general | Assignee: | Ralf Habacker <ralf.habacker> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ralf.habacker |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 2.17 (KDE Applications 15.08) | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/91c466aab0999e3af1c16537eb52ee3d3e5ea803 | Version Fixed In: | 2.16.80 (KDE Applications 15.07.80) |
Sentry Crash Report: |
Description
Ashley Kitson
2011-05-27 12:53:06 UTC
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 |