summaryrefslogtreecommitdiff
path: root/src/sql/drivers/mysql
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-312-26/+26
* Updated year in copyright headerKai Koehne2014-03-262-2/+2
* don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-291-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-132-2/+2
* fix binding of bool type in mysql driverMark Brand2012-11-131-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-292-48/+48
* Update contact information in license headers.Sergio Ahumada2012-08-012-4/+4
* Update year in Nokia copyright messages.Jason McDonald2012-01-112-2/+2
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-132-34/+34
* Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-04-291-2/+6
|\
| * Fixed QTBUG-11935 : "With MySQL version > 50000 the QMYSQLDriver::Emmanuel BOURGERIE2011-04-271-4/+4
| * Fixed QTBUG-11935Emmanuel BOURGERIE2011-04-271-2/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-172-2/+2
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-112-2/+2
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-3/+3
|/
* Simplify *= to += after contains() testMark Brand2010-07-071-3/+3
* Consolidate sql driver configuration redundancyMark Brand2010-07-071-0/+16
* Fixes: Mysql truncation of integer values + some autotest cleanupBill King2010-03-051-0/+17
* Update copyright year to 2010Jason McDonald2010-01-072-2/+2
* Handle errors and data truncation in QMYSQLResult::fetchNext()Derick Hawcroft2009-11-231-5/+13
* Add reconnection option to the mysql driver.Bill King2009-09-221-0/+13
* Update license headers again.Jason McDonald2009-09-092-8/+8
* Fixes build with older versions of mysql clientBill King2009-09-031-0/+4
* Fixes mysql not knowing the difference between tables and views.Bill King2009-09-021-16/+31
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-312-26/+26
|\
| * Update tech preview license header.Jason McDonald2009-08-312-26/+26
| * Update license headers.Jason McDonald2009-08-112-2/+2
* | Update contact URL in license headers.Jason McDonald2009-08-122-2/+2
* | Fixes failed queries when mysql auto-preparesBill King2009-08-041-26/+21
* | Merge branch '4.5'Thiago Macieira2009-08-031-3/+3
|\ \ | |/
| * Fixes hack around show queries not allowed to be prepared.Bill King2009-07-301-3/+3
| * Fixed compile on certain Solaris versions.Rohan McGovern2009-07-211-1/+1
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-162-4/+4
| * BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-152-20/+2
* | Stage 2 of incorporating database level precision policy.Bill King2009-06-221-0/+3
* | Update license headers in files that are new in 4.6.Jason McDonald2009-06-172-4/+4
* | Stage 1 of incorporating database level precision policy.Bill King2009-06-152-15/+16
* | improved string operations all over the placeThierry Bastian2009-05-281-7/+4
|/
* Fixes one of the fields of mysql bound params not initialised.Bill King2009-05-211-2/+1
* Adds thread initialisation/cleanup code to mysql.Bill King2009-05-201-0/+8
* Fixes a segfault from out of order cleanup of mysql resources.Bill King2009-05-131-50/+73
* Fixes crash when mysql_init() returns 0Bill King2009-05-061-1/+1
* Fix the behaviour of sql classes regarding quoted identifiersabcd2009-04-152-2/+20
* Long live Qt 4.5!Lars Knoll2009-03-232-0/+1585