summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+4
* ODBC: Fix a memory leak when open() fails.HyungDon Lee2016-03-051-1/+6
* Fix compile with clang and -Werror.Milian Wolff2016-03-031-2/+0
* PostgreSQL: Fix memory leak in subscribeToNotification() and unsubscribeFromN...Vincas Dargis2016-03-011-0/+4
* QSqlDriver::sqlStatement: documentation fixMark Brand2016-02-241-0/+11
* QSqlDriver: use table prefix in WHERE clausesVyacheslav Grigoryev2016-02-171-23/+15
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+1
|\
| * PostgreSQL: Fix memory leak in QPSQLDriverPrivate::getPSQLVersion()Vincas Dargis2015-12-121-0/+1
* | QSqlQueryModel::clear(): Call begin/endResetModel().Friedemann Kleint2015-11-193-0/+6
* | Doc: corrected snippet QSqlTableModelNico Vertriest2015-11-161-2/+3
* | Fix build of PostgreSQL plugin with -Werror on Windows/64bit.Friedemann Kleint2015-11-061-1/+1
* | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-14/+15
|\|
| * Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-1/+1
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
* | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-0/+3
| |\
| | * quote QUuid valuesEvgeniy Fominov2015-06-071-0/+3
* | | Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-131-14/+20
* | | QtSql: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-085-8/+8
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-9/+9
|\| |
| * | Replace MAC OS X with OS XNico Vertriest2015-06-301-8/+8
| * | Fixing error with reading Time fields by qibase sql driver.Roman Bogolyubov2015-06-081-1/+1
* | | QSqlIndex: replace QList<bool> with QVector<bool>Marc Mutz2015-06-282-1/+7
* | | Added SSL support for MySQL database connectionsOlivier Delbeke2015-06-143-32/+73
|/ /
* | Doc: added doc for non-documented functionsNico Vertriest2015-05-182-0/+11
* | MySQL: Add support for the timeout options via the connectionOptionsAndy Shaw2015-04-272-12/+32
* | MySQL: Keep the precision of the field when formatting the valueAndy Shaw2015-03-201-0/+3
* | QtSql: Fix const correctness in old style castsThiago Macieira2015-03-112-22/+22
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-26/+26
|\|
| * Update SQL plugin path within Qt's sourcesSamuel Gaist2015-02-162-26/+26
* | PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-15/+27
* | Updated BSD licensed file headersJani Heikkinen2015-02-1510-30/+30
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* | Update copyright headersJani Heikkinen2015-02-1167-444/+444
* | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-081-1/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-27/+29
|\|
| * Correction on bound values in case of repeated QSqlQuery::execBatchEric Lemanissier2015-01-161-0/+1
| * QODBC: fix converted string values empty SQLServer 2012Maximilian Hrabowski2014-12-301-1/+11
| * Added timezone support for datetime fields in PSQLJulien Blanc2014-12-301-26/+17
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-301-3/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-3/+2
| |\|
| | * Doc: corrected broken links qtbaseNico Vertriest2014-12-231-3/+2
* | | Return true for QSqlQuery::isNull on non-existent fields.Milian Wolff2014-12-291-0/+2
|/ /
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-103-8/+8
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-273-8/+8
| |\
| | * Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-263-8/+8
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0310-123/+123