summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqldriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSqlDatabase: add Q_PROPERTYChristian Ehrlicher2024-02-051-2/+2
* SQL: remove outdated \since tagsChristian Ehrlicher2024-01-211-4/+0
* QSqlDriver: add Q_PROPERTYChristian Ehrlicher2024-01-191-13/+9
* Doc: Add missing since to enum valuePaul Wicking2023-09-111-1/+1
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-201-0/+1
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-201-13/+13
* SQL: include cleanupChristian Ehrlicher2023-01-181-1/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtSql: includemocsMarc Mutz2022-04-281-0/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-17/+19
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-17/+14
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-1/+1
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-111-0/+15
* QtSql: remove deprecated signal 'notification(QString)'Christian Ehrlicher2020-02-071-14/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-11/+11
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-11/+11
* | SQL: cleanup private classesChristian Ehrlicher2020-01-071-3/+2
|/
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-0/+3
* Always escape the table names when creating the SQL statementAndy Shaw2019-01-231-8/+8
* Modernize the "datestring" featureLiang Qi2018-09-241-1/+1
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* Doc: Mark the dbmsType() function and DbmsType enum as internalAndy Shaw2017-08-161-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+1
|\
| * QtSql: compile with GCC 7Marc Mutz2016-10-101-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-0/+11
|\|
| * QSqlDriver::sqlStatement: documentation fixMark Brand2016-02-241-0/+11
* | QSqlDriver:sqlStatement: respect generated flags for WHERE tooMark Brand2016-02-241-1/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-23/+15
|\|
| * QSqlDriver: use table prefix in WHERE clausesVyacheslav Grigoryev2016-02-171-23/+15
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | qsqldriver: use Q_D macroMark Brand2015-11-301-10/+19
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-261-3/+3
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-0/+26
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-10/+10
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-041-0/+7
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-24/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Docs: Fix some warningsChristian Stenger2012-12-061-0/+1
* create interface QSqlDriver::cancelQuery()Sune Vuorela2012-11-201-0/+23
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtSql: remove \link usagesGiuseppe D'Angelo2012-05-111-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-2/+2
* Doc: Fix most qdoc errors in QtSql.Casper van Donderen2012-04-281-36/+6
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-2/+3
|\
| * Add payload to QSqlDriver notification with PSQL implementation.Matt Newell2012-03-311-2/+3