summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-011-4/+5
* ODBC SQL driver: deal with different sizes of SQLTCHAR correctlyMarc Mutz2023-01-251-14/+30
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-201-1/+1
* DB2: Fix typo in QMetaTypeHannah von Reth2022-12-291-1/+1
* Support connecting Oracle DB as system userJohannes Oikarinen2022-12-221-9/+18
* SQL: remove unneeded CMake commands - these plugins were removed in Qt6Christian Ehrlicher2022-12-191-8/+0
* SQL/OCI: replace deprecated QDateTime() ctorChristian Ehrlicher2022-12-191-1/+1
* Bump version to 6.6.0Jani Heikkinen2022-12-141-1/+1
* SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILEChristian Ehrlicher2022-12-081-0/+1
* SQL/MySQL: don't use deprecated defines, cleanupChristian Ehrlicher2022-12-081-31/+31
* SQL/MySQL: fix handling of json columnChristian Ehrlicher2022-12-051-1/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* SQLite: enable default features for the built-in versionGiuseppe D'Angelo2022-10-301-0/+3
* SQL/MySQL: rework driver option parsingChristian Ehrlicher2022-10-221-74/+83
* SQL/MySQL: misc cleanupChristian Ehrlicher2022-10-211-32/+23
* SQL/OCI: fix compilationChristian Ehrlicher2022-10-142-2/+3
* SQL/OCI: add missing overide()Christian Ehrlicher2022-10-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-042-19/+19
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-022-4/+5
* QODBC: fix handling NULL values for stringsChristian Ehrlicher2022-10-011-16/+11
* QODBC: correctly fill cache when index() is calledChristian Ehrlicher2022-09-281-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2310-10/+10
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* Add license headers to cmake filesLucie Gérard2022-08-0310-0/+30
* MySQL plugin: fix escaping a QByteArrayChristian Ehrlicher2022-07-251-1/+1
* wasm: enable sql/sqlite for non threaded buildsLorn Potter2022-07-051-0/+5
* Fix typos in docs and commentsKai Köhne2022-06-153-3/+3
* Bump version to 6.5.0Jani Heikkinen2022-06-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1621-798/+42
* Revert "MySQL: pedantism: create and destroy the MYSQL_TIME type"Thiago Macieira2022-05-121-7/+3
* QSQLiteDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QMYSQLDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-194-8/+8
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1914-286/+305
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-197-146/+146
* qsql_ibase: fix includesShawn Rutledge2022-03-211-13/+14
* Sql: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Bump version to 6.4.0Jani Heikkinen2022-01-311-1/+1
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-4/+4
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-127-10/+10
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-2/+2
* Revert "Don't allocate an OCIDateTime object unless we're going to use it"Edward Welbourne2021-12-061-22/+7
* Close leak of QOCIDateTime objectEdward Welbourne2021-12-021-0/+1
* Don't allocate an OCIDateTime object unless we're going to use itEdward Welbourne2021-11-301-7/+22
* Build ODBC driver as universal binary on macOSTor Arne Vestbø2021-11-181-2/+0
* Build PostgreSQL driver as universal binary on macOSTor Arne Vestbø2021-11-151-2/+0
* Disable some tools and plugins if regularexpression feature is disabledMitch Curtis2021-11-121-1/+1