summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/ibase
Commit message (Expand)AuthorAgeFilesLines
* SQL/Firebird: Fix interpretation of time stamp with timezoneAndreas Bacher2024-09-121-3/+7
* SQL/IBase: Don't let open() fail when lastError() is setChristian Ehrlicher2024-07-181-5/+0
* Straighten out various logging categoriesUlf Hermann2024-06-191-1/+1
* SQL/IBase: simplify date/time conversionChristian Ehrlicher2024-06-121-46/+24
* SQL/IBase: Fix some translatable messagesFriedemann Kleint2024-06-101-2/+2
* SQL/IBase: code cleanup part 5/5Christian Ehrlicher2024-06-071-9/+14
* SQL/IBase: code cleanup part 4/5Christian Ehrlicher2024-06-071-24/+20
* SQL/IBase: code cleanup part 3/5Christian Ehrlicher2024-06-071-12/+15
* SQL/IBase: code cleanup part 2/5Christian Ehrlicher2024-06-071-7/+10
* SQL/IBase: code cleanup part 1/5Christian Ehrlicher2024-06-071-58/+60
* SQL/IBase: cache return value of record()Christian Ehrlicher2024-06-051-6/+9
* SQL/IBase use QT_USE_MSVC_INT128Christian Ehrlicher2024-06-051-1/+1
* SQL/IBase: add partial support for SQL_INT128 datatypeChristian Ehrlicher2024-06-051-0/+4
* SQL/IBase: add partial support for SQL_INT128 datatypeChristian Ehrlicher2024-05-251-21/+71
* SQL/IBase: factor out setting numeric valuesChristian Ehrlicher2024-05-251-20/+17
* SQL/IBase: don't let open() fail when no timezones are availableChristian Ehrlicher2024-05-231-11/+4
* QSql/IBase: fix compilationChristian Ehrlicher2024-05-021-0/+1
* SQL/IBase: factor out applying decimal scale into own functionChristian Ehrlicher2024-04-271-37/+51
* SQL/IBase: print warning in case of unsupported data typeChristian Ehrlicher2024-04-261-1/+6
* SQL/IBase: use categorized loggerChristian Ehrlicher2024-04-121-20/+23
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-101-2/+0
* SQL: use QT_NO_CONTEXTLESS_CONNECT for sql pluginsChristian Ehrlicher2023-07-191-0/+1
* SQL plugins: add moc includesChristian Ehrlicher2023-07-191-0/+2
* QIbaseResult: null parameter follow up fixAxel Spoerl2023-07-051-2/+5
* QIbaseResult: qWarning, when disallowed null parameter becomes zeroAxel Spoerl2023-07-041-0/+3
* SQL: replace qPrintable() / toLocal8Bit() with unicode versionsChristian Ehrlicher2023-04-181-7/+7
* SQL/IBASE: Always escape the table names when creating the SQL statementChristian Ehrlicher2023-04-071-11/+2
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-241-9/+126
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-171-7/+0
* SQL/IBASE: misc cleanupChristian Ehrlicher2023-03-171-54/+45
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-281-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-163-114/+6
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-191-2/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-192-34/+38
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-24/+24
* qsql_ibase: fix includesShawn Rutledge2022-03-211-13/+14
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-2/+2
* sqldrivers: Fix typo in error messageJonas Kvinge2021-10-181-1/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* 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
* Fix compilation of ibase sqldriver plugin, added overrideAndreas Buhr2021-02-011-1/+1
* ibase: Fix the compilation and include it again so it can be detectedAndy Shaw2021-01-262-17/+33
* Interbase: Don't error out if closing an already closed cursorAndy Shaw2021-01-141-1/+7
* Remove the qmake project filesJoerg Bornemann2021-01-071-12/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-6/+6
* Deprecate QVariant::TypeLars Knoll2020-10-231-46/+46
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-4/+4