jlaine / qdjango

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

add support for detecting dialects #21

Closed mbroadst closed 10 years ago

mbroadst commented 10 years ago

This may originally seem like a superfluous change, however I'm currently testing with ODBC drivers, and the driverName() of the database is no longer sufficient for determining differences in database dialects throughout the codebase. This change allows for injecting logic to determine the dialect in the event the user is not using a native driver.