summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/ibase/qsql_ibase.cpp
Commit message (Expand)AuthorAgeFilesLines
* SQL: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* 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
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-2/+2
* | 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
* | QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-0/+5
|/
* ibase: Silence warning about incompatible function typesAndy Shaw2018-06-151-4/+8
* ibase: Silence warning about incompatible function typesAndy Shaw2018-06-061-4/+4
* ibase: Don't use deprecated QSqlError constructorAndy Shaw2018-05-181-1/+2
* SQL plugins: Fix warnings about deprecated constructor of QSqlErrorFriedemann Kleint2018-01-101-1/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-8/+8
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+1
|\
| * Add Q_FALLTHROUGHBerthold Krevert2017-07-071-0/+1
* | QSqlField: Add a means to see what the tablename is for a given fieldAndy Shaw2017-07-121-3/+6
|/
* Always compile sql drivers as pluginsLars Knoll2016-04-071-0/+1948