summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | QPSQL: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-09-161-5/+7
* | | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-141-1/+6
* | | Regenerate sqldrivers pluginsAlexandru Croitor2019-10-0811-24/+196
* | | cmake: Add missing CLASS_NAMEAlbert Astals Cid2019-10-032-0/+2
* | | cmake: Enable building of the oci pluginVille Voutilainen2019-09-053-3/+39
* | | cmake: Enable building of the db2 pluginVille Voutilainen2019-09-043-2/+38
* | | Enable building of the mysql pluginVille Voutilainen2019-09-023-2/+30
* | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-153-4/+4
|\| |
| * | Port from QStringViewLiteral to u""Marc Mutz2019-07-293-4/+4
* | | Add some missing CLASS_NAME values to pluginsAlexandru Croitor2019-07-221-0/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-3/+3
|\| |
| * | Use QStringView overloads of <QDate/Time>::toString()Marc Mutz2019-05-292-3/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-033-1/+2
|\| |
| * | QtSql: mark QSqlite2 plugin as obsoleteChristian Ehrlicher2019-05-052-0/+2
| * | QRegExp include cleanupSamuel Gaist2019-04-191-1/+0
* | | CMake: Improve mapping of librariesTobias Hunger2019-05-031-1/+1
* | | CMake: configurejson2cmake: Do not generate useless OPTIONALsTobias Hunger2019-05-031-3/+0
* | | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-023-5/+5
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-169-232/+224
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-2/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-301-2/+2
| | |\
| | | * Do not look for pg_config, mysql_config in PATH when cross-compilingKai Koehne2019-03-291-2/+2
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-152-58/+61
| |\| |
| | * | QPSQL: Use nullptr for pointersRobert Szefner2019-03-131-7/+7
| | * | QPSQL: Fix code formattingRobert Szefner2019-03-132-33/+32
| | * | QPSQL: Use qstrtod() function for string to double conversionRobert Szefner2019-03-111-20/+24
| * | | More nullptr usage in headersKevin Funk2019-03-142-4/+4
| |/ /
| * | Always escape the table names when creating the SQL statementAndy Shaw2019-01-232-21/+5
| * | QSQL: cleanup/modernize PostgreSQL pluginChristian Ehrlicher2019-01-093-85/+94
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-044-22/+20
| |\|
| | * QSQL: add support for PostgreSQL 11Christian Ehrlicher2018-12-202-1/+4
| | * configure: verify header presence against sourcesOswald Buddenhagen2018-12-142-21/+16
| * | Fix a couple of unused QStringsSergio Martins2018-12-101-1/+1
| * | MySQL: Free the results when QSqlQuery::finished() is calledDaniel Vrátil2018-12-061-0/+10
| |/
| * configure: actually resolve libraries into full filepathsOswald Buddenhagen2018-12-031-32/+18
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-9/+11
| |\
| | * Modernize the "textcodec" featureLiang Qi2018-11-071-9/+11
* | | CMake: Re-generate plugins/sqldrivers/sqliteTobias Hunger2019-04-031-6/+13
* | | CMake: Re-generate plugins/sqldrivers/odbcTobias Hunger2019-03-291-7/+8
* | | CMake: Re-generate plugins/sqldrivers/psqlTobias Hunger2019-03-291-7/+8
* | | Fix Windows buildAlexandru Croitor2019-03-181-0/+2
* | | cmake: Find and build odbc pluginAlbert Astals Cid2019-02-123-2/+36
* | | cmake: Find and build psql pluginAlbert Astals Cid2019-02-123-2/+31
* | | cmake: Search and enable the sqlite[3] pluginAlbert Astals Cid2019-02-123-0/+130
* | | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-3/+1
|/ /
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-272-9/+9
|\|
| * Modernize the "datestring" featureLiang Qi2018-09-242-9/+9
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-7/+12
|\|
| * sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-7/+12
* | ODBC: Correctly check if the field is within the fieldCache rangeAndy Shaw2018-09-131-1/+1