summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqlerror.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSqlError: Make QSqlErrorPrivate implicitly sharedChristian Ehrlicher2023-04-121-19/+6
* QSqlError: also compare nativeErrorCode() in operator==() / operator!=()Christian Ehrlicher2023-04-031-4/+8
* QSqlError: misc cleanupChristian Ehrlicher2023-04-011-5/+5
* SQL/ODBC: Return all native error codesChristian Ehrlicher2023-03-071-3/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-1/+3
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-1/+1
* QSqlError: protect against self-assignmentVolker Hilsheimer2021-03-171-2/+6
* QSqlError: Remove unused members, kept for binary compatibilityMarcel Krems2020-08-301-5/+2
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-9/+0
* QSqlError: Remove deprecated methodsMarcel Krems2020-04-061-114/+0
* QSqlError: fix redundant space in text() outputVincas Dargis2019-03-261-1/+1
* doc: Fix several minor qdoc warningsMartin Smith2018-01-201-0/+1
* DB2: Pass on the native error codes to QSqlErrorAndy Shaw2018-01-021-0/+3
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-201-1/+1
* Add move special member functions to QSqlErrorJesus Fernandez2017-04-281-2/+32
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Improve QDebug formatting of QtSql classes.Friedemann Kleint2014-10-231-3/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QSqlError: Mark deprecated functiond with QT_DEPRECATEDOlivier Goffart2014-04-251-2/+3
* Enable QSqlError to handle alphanumeric error codes.Marcel Krems2013-12-201-6/+52
* Move QSqlError private members into a pimpl class.Marcel Krems2013-12-201-22/+35
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* Deprecate QSqlError setters.Marcel Krems2013-02-241-9/+35
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-081-2/+2
* Fix doc errors.Frederik Gladhorn2012-08-281-6/+0
* Doc: Fix most qdoc errors in QtSql.Casper van Donderen2012-04-281-6/+6
* 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
* Add operator== and operator!= to qsqlerror classAntonis Tsiapaliokas2011-08-241-0/+20
* 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-271-0/+253