jlaine / qdjango

QDjango, a Qt-based C++ web framework
GNU Lesser General Public License v2.1
266 stars 96 forks source link

refactor dialect to databaseType #23

Closed mbroadst closed 10 years ago

mbroadst commented 10 years ago

QSqlDriverPrivate uses a set of enums in Qt5 to represent different database types. This changes switches to using these values internally in QDjango, in hopes of eventually switching to the ones provided by Qt.