summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/mysql
Commit message (Expand)AuthorAgeFilesLines
* Improve support for <MODULE>_PATH optionsMatt Fischer2013-05-101-7/+2
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-042-31/+42
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-4/+4
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-5/+5
* Adapt the newly-renamed SQL driver headers to proper private headersThiago Macieira2013-02-261-5/+11
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-263-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-281-1/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Remove the QtSql driver headers from the APIThiago Macieira2013-01-141-0/+5
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-281-0/+1
* tr()-Fix: Do not add up translateable strings.Friedemann Kleint2012-11-261-2/+1
* Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-181-4/+1
* fix binding of bool type in mysql driverMark Brand2012-11-091-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-071-0/+5
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-061-4/+0
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* QSqlDriver functions made virtualMatt Newell2012-04-022-3/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-242-34/+34
* Fixed QTBUG-11935 : "With MySQL version > 50000 the QMYSQLDriver::Emmanuel BOURGERIE2011-05-101-4/+4
* Fixed QTBUG-11935Emmanuel BOURGERIE2011-05-101-2/+6
* Initial import from the monolithic Qt.Qt by Nokia2011-04-273-0/+1702