summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Never return char variants when reading prepared MySQL statementsMilian Wolff2016-09-121-14/+31
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+39
|\|
| * Fix UNSIGNED values in QMYSQLJesus Fernandez2016-06-141-0/+39
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-50/+32
|\|
| * tst_QSqlQuery: fix UBs (invalid downcasts, member calls)Marc Mutz2016-03-151-50/+32
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-10/+10
|/
* Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-131-0/+64
* MySQL: Fix test so it expects the right integer typeAndy Shaw2015-03-201-3/+3
* PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-0/+36
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Correction on bound values in case of repeated QSqlQuery::execBatchEric Lemanissier2015-01-161-0/+30
* Added ROUND test for PostgreSQLIsrael Lins2014-12-301-13/+17
* Added timezone support for datetime fields in PSQLJulien Blanc2014-12-301-0/+42
* Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-261-23/+23
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-84/+84
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Fix PSQL column's metadataparihaaraka2014-04-291-0/+44
* [QSqlQuery] misbehavior of seek in special query positionsIsrael Lins Albuquerque2014-04-261-0/+20
* Improve handling of temporary directories in SQL tests.Friedemann Kleint2014-04-041-2/+2
* [QtSql]QIBASE]add support for prepared queries in numRowsAffectedIsrael Lins Albuquerque2014-03-291-0/+12
* Fix positional binding values order in QSqlQueryTobias Koenig2014-03-201-0/+23
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* QSqlQuery::isNull string overloadTasuku Suzuki2013-12-011-0/+5
* Fix a bug in QSqlQuery::isNull documentationTasuku Suzuki2013-10-221-0/+3
* Cleanup the SQL testsAndy Shaw2013-04-251-131/+114
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-051-117/+119
* ODBC: fixed consistence of return of QODBCResult::exec()Israel Lins2013-03-201-0/+4
* ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-03-131-3/+8
* Fix for Sql query aliases with dotsMarko Kangas2013-03-131-0/+39
* QSqlQuery tests: fix create table failuresMark Brand2013-02-121-7/+16
* QSqlQuery tests: fix bool test for postgresqlMark Brand2013-02-121-4/+6
* QSqlQuery tests: fix mysql problemsMark Brand2013-02-121-5/+14
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix QSqlQuery test in relation to PSQL supportAndy Shaw2012-12-221-14/+21
* Fix some typosSergio Ahumada2012-12-211-1/+1
* fix binding of bool type in mysql driverMark Brand2012-11-091-0/+35
* QSqlQuery::value string overloadThiago A. Correa2012-10-081-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-1/+27
* Fix encoding mismatches in tst_QSqlQueryThiago Macieira2012-05-071-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-051-2/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* QTBUG-18435 fix stored procedure output parameters on ODBCMark Brand2012-04-171-0/+32
* fix QSqlQuery ODBC auto testsMark Brand2012-04-171-8/+22
* Convert Boolean value into integerHonglei Zhang2012-04-021-0/+61
* Expand QtSql tests covering boundValues and boundValueNameMatt Newell2012-03-311-12/+75
* Allow named bind values to be used multiple times per queryMatt Newell2012-03-301-4/+18
* Improve type detection for query resultsAndy Shaw2012-03-071-0/+118
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-031-0/+30