summaryrefslogtreecommitdiff
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-111-0/+1
|\
| * Close leak of QOCIDateTime objectEdward Welbourne2021-12-061-0/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-163-13/+36
|\ \ | |/
| * MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
| * Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-221-10/+20
| * SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-06-011-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-9/+24
|\ \ | |/
| * SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-9/+24
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2427-558/+558
|/
* fix potential mem leak on connection lostMatthias Möller2021-02-081-15/+12
* Fix compilation of ibase sqldriver plugin, added overrideAndreas Buhr2021-02-021-1/+1
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-281-1/+2
* Update commercial license headersTarja Sundqvist2021-01-2627-558/+558
* PostgreSQL: Attempt to subscribe even if it is already addedAndy Shaw2020-09-161-9/+8
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-09-091-1/+6
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-17/+3
* Interbase: Don't call toUpper() on the names as they are escapedAndy Shaw2020-08-101-2/+2
* Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-6/+6
* QMySQL: return QVariant::ByteArray for POINT columnChristian Ehrlicher2020-03-151-0/+1
* QtSql/ODBC: allow table names with unicode charsChristian Ehrlicher2020-03-071-1/+1
* SQL: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-285-5/+5
* QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivateChristian Ehrlicher2020-02-194-127/+81
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-2/+2
|\
| * Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-2/+2
* | QtSql: add missing key for MariaDBChristian Ehrlicher2020-02-021-1/+1
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-64/+64
* | SQL: add proper support to build QMYSQL with MariaDB client librariesChristian Ehrlicher2020-01-032-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-122-27/+11
|\ \ | |/
| * Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-111-2/+2
| * PSQL: Optimize QPSQLResult::data() function for date and time typesRobert Szefner2019-12-101-25/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+1
|\ \ | |/
| * PSQL: set correct empty QVariant in QPSQLResult::record()Christian Ehrlicher2019-12-091-0/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-6/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-5/+5
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-5/+5
| |\
| | * QODBC: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-10-151-5/+5
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-192-19/+25
|\ \ \ | |/ /
| * | QPSQL: Add support for PostgreSQL 12Christian Ehrlicher2019-10-172-19/+25
* | | QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-121-130/+26
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-051-4/+4
|\ \ \ | |/ /
| * | Stop using QTime as a timer in QIBaseDriver::close()Shawn Rutledge2019-10-031-4/+4
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-1/+3
|\ \ \ | |/ /
| * | PSQL: don't recreate QSqlField in loop in QPSQLResult::record()Christian Ehrlicher2019-10-031-1/+3
* | | QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-213-0/+15
|/ /
* | QPSQL: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-09-161-5/+7
* | Port from QStringViewLiteral to u""Marc Mutz2019-07-293-4/+4
* | Use QStringView overloads of <QDate/Time>::toString()Marc Mutz2019-05-292-3/+3
* | QtSql: mark QSqlite2 plugin as obsoleteChristian Ehrlicher2019-05-052-0/+2
* | QRegExp include cleanupSamuel Gaist2019-04-191-1/+0
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-2/+2
|\ \ | |/