summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/odbc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* Port some fallthrough comments to Q_FALLTHROUGHGiuseppe D'Angelo2021-06-131-2/+2
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-0/+2
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-141-1/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-32/+0
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-101-4/+49
* Remove the qmake project filesJoerg Bornemann2021-01-071-12/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-12/+12
* Deprecate QVariant::TypeLars Knoll2020-10-231-37/+37
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-29/+29
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-2/+2
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-4/+5
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-6/+6
* Add missing overrideAlexander Volkov2020-05-211-1/+1
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-2/+2
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+3
* Fix warning in qsql_odbc.cpp when building with MSVC2017Mitch Curtis2020-03-201-1/+1
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-1/+1
|\
| * QtSql/ODBC: allow table names with unicode charsChristian Ehrlicher2020-03-071-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * SQL: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-41/+35
|\|
| * QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivateChristian Ehrlicher2020-02-191-41/+35
* | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-133-4/+4
* | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-8/+4
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-3/+3
|\|
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-9/+8
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-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
* | | Regenerate src/*Alexandru Croitor2019-11-142-4/+4
* | | Regenerate sqldrivers pluginsAlexandru Croitor2019-10-082-7/+43
* | | cmake: Add missing CLASS_NAMEAlbert Astals Cid2019-10-031-0/+1
* | | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-3/+3
|\| |
| * | More nullptr usage in headersKevin Funk2019-03-141-2/+2
| |/
| * Fix a couple of unused QStringsSergio Martins2018-12-101-1/+1
* | CMake: Re-generate plugins/sqldrivers/odbcTobias Hunger2019-03-291-7/+8
* | Fix Windows buildAlexandru Croitor2019-03-181-0/+2
* | cmake: Find and build odbc pluginAlbert Astals Cid2019-02-121-0/+32
|/
* ODBC: Correctly check if the field is within the fieldCache rangeAndy Shaw2018-09-131-1/+1
* ODBC: Remove the trailing \0 in the case of a non unicode stringAndy Shaw2018-09-111-3/+6
* SQL plugins: Fix warnings about deprecated constructor of QSqlErrorFriedemann Kleint2018-01-101-2/+4
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-32/+32
* QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-121-0/+7