summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/mysql
Commit message (Expand)AuthorAgeFilesLines
* Modernize the "thread" featureUlf Hermann2018-08-171-2/+2
* Compilation fix of qsql_mysql.cppJędrzej Nowacki2018-07-311-3/+3
* MySQL: handle my_bool for newer versions of MySQLSamuel Gaist2018-07-191-0/+4
* MySQL: Handle TIME types as a string to allow the full range of dataAndy Shaw2018-06-061-1/+3
* Extend the MariaDB define check to cover the later versions tooAndy Shaw2018-04-101-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-1/+1
| |\
| | * MySQL: Fix qAddPostRoutine of mysql_server_end() on WindowsThiago Macieira2018-01-101-1/+1
* | | SQL plugins: Fix warnings about deprecated constructor of QSqlErrorFriedemann Kleint2018-01-101-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-6/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-6/+12
| |\|
| | * Only call mysql_library_end() once when using MariaDBDaniel Vrátil2017-09-211-6/+12
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-31/+31
|/ /
* / QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-121-1/+2
|/
* Fix wrong codec with MySQL plugin in newer versionsJoni Poikelin2017-02-281-4/+8
* Remove unreachable codeJesus Fernandez2017-01-101-6/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-1/+1
|\
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-4/+11
|\|
* | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-13/+1
* | MySQL: Use charset utf8mb4 to allow 4-byte charactersPhilip Seeger2016-07-241-2/+7
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+1
|\|
* | Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-071-3/+3
* | Always compile sql drivers as pluginsLars Knoll2016-04-074-3/+1793
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove QFactoryInterface from sql driversLars Knoll2012-06-071-9/+0
* Use new plugin system for SQL drivers.Friedemann Kleint2012-02-243-3/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-273-0/+94