summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqlresult.cpp
Commit message (Expand)AuthorAgeFilesLines
* SQL: remove outdated \since tagsChristian Ehrlicher2024-01-211-2/+0
* SQL: rename enablePositionalBinding() to setPositionalBindingEnabled()Christian Ehrlicher2024-01-101-2/+2
* SQL/PSQL: Handle jsonb operators in prepared queriesChristian Ehrlicher2023-07-231-1/+28
* QSqlResult: remove bad API returning non-const referenceVolker Hilsheimer2023-06-211-3/+18
* QSqlQuery: add boundValueName()/boundValueNames()Christian Ehrlicher2023-04-071-1/+15
* Doc: Fix usages of deleted QVariant constructorsSze Howe Koh2023-01-251-1/+1
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-201-21/+17
* SQL: include cleanupChristian Ehrlicher2023-01-181-3/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-9/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-4/+6
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-14/+14
* Treat invalid Q(Date)?Time as null when used as an SQL valueEdward Welbourne2022-02-211-2/+4
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-2/+32
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-131-0/+7
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-2/+2
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-4/+4
* Use QList instead of QVector in sqlJarek Kobus2020-06-251-5/+5
* Simplify QSqlResultPrivate::fieldSerial()Andy Shaw2020-06-231-15/+1
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-3/+3
* Doc: make Qt Sql snippets compilableNico Vertriest2020-03-201-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-2/+2
* QRegExp include cleanupSamuel Gaist2019-04-191-1/+0
* Replace executedQuery when executing a new queryJesus Fernandez2019-01-301-1/+1
* QSqlResult: use QVector<int> instead QList<int> for indexes valueChristian Ehrlicher2018-03-231-3/+3
* QPSQL: Add support for forward-only queriesRobert Szefner2018-01-061-0/+12
* QtSql: eradicate remaining Q_FOREACH loopsMarc Mutz2016-02-171-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* qsql: apply Qt's PIMPL idiom to Q*ResultPrivateMark Brand2015-12-051-9/+5
* QSqlResult: const for driverMark Brand2015-11-251-2/+2
* Doc: added doc for non-documented functionsNico Vertriest2015-05-181-0/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Updated QSql{Query,Result}::bindValue doc to reflect the current state.Marcel Krems2014-09-081-6/+0
* Fix for bindvalue(int) memory allocation problemKarim Pinter2014-05-211-1/+3
* Fix positional binding values order in QSqlQueryTobias Koenig2014-03-201-4/+9
* fix parsing of bound SQL statements for PostgreSQLIsrael Lins Albuquerque2013-12-161-2/+5
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-15/+15
* make QSqlResultPrivate::fieldSerial() virtualMark Brand2013-04-021-5/+5
* QSqlResult: private d -> protected d_ptrMark Brand2013-03-061-3/+41
* add QSqlResult constructor suitable for inheritanceMark Brand2013-03-061-0/+11
* QSqlResultPrivate: private q -> protected q_ptrMark Brand2013-03-061-1/+1
* prepare QSqlResultPrivate() to allow subclassingMark Brand2013-03-061-4/+4
* QSqlResult: fix parsing of bound SQL statementsIsrael Lins2013-02-151-21/+54
* QSqlResultPrivate: parameterize fieldSerial function for parsingMark Brand2013-02-151-2/+2
* QSqlResultPrivate: parameterize input query for parsingMark Brand2013-02-151-13/+13
* move qFieldSerial() to static QSqlResultPrivate::fieldSerial()Mark Brand2013-02-151-6/+4