index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
sqldrivers
/
ibase
/
qsql_ibase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL/IBASE: fix tests
Christian Ehrlicher
5 days
1
-7
/
+0
*
SQL/IBASE: misc cleanup
Christian Ehrlicher
5 days
1
-54
/
+45
*
SQL: small optimization for SQLDriver::escapeIdentifier()
Christian Ehrlicher
2023-02-28
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Sql: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-19
1
-2
/
+2
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
1
-33
/
+35
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
1
-24
/
+24
*
qsql_ibase: fix includes
Shawn Rutledge
2022-03-21
1
-13
/
+14
*
Adapt SQL drivers to Qt 6 change of QVariant::isNull
Volker Hilsheimer
2022-01-12
1
-2
/
+2
*
sqldrivers: Fix typo in error message
Jonas Kvinge
2021-10-18
1
-1
/
+1
*
ibase: Fix the compilation and include it again so it can be detected
Andy Shaw
2021-01-26
1
-17
/
+19
*
Interbase: Don't error out if closing an already closed cursor
Andy Shaw
2021-01-14
1
-1
/
+7
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-6
/
+6
*
Deprecate QVariant::Type
Lars Knoll
2020-10-23
1
-46
/
+46
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-2
/
+2
*
Interbase: Add support for the boolean type
Andy Shaw
2020-09-11
1
-1
/
+22
*
Interbase: Correctly read/write arrays to the database
Andy Shaw
2020-09-08
1
-17
/
+3
*
Interbase: Close the cursor before reopening it later on
Andy Shaw
2020-08-23
1
-3
/
+3
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
1
-2
/
+2
*
Introduce maximumIdentifierLength to return database limits for names
Andy Shaw
2020-08-11
1
-0
/
+6
*
Interbase: Don't call toUpper() on the names as they are escaped
Andy Shaw
2020-08-10
1
-2
/
+2
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
1
-6
/
+5
*
Force the ibase plugin to use utf8
Lars Knoll
2020-05-01
1
-91
/
+23
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-03
1
-1
/
+1
|
\
|
*
SQL: Use Qt::SplitBehavior in preference to QString::SplitBehavior
Edward Welbourne
2020-02-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-02-13
1
-2
/
+2
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-02-04
1
-2
/
+2
|
|
\
|
|
*
Pass QDate and QTime by value in various static and local functions
Edward Welbourne
2020-01-31
1
-2
/
+2
*
|
|
QtSql: remove deprecated signal 'notification(QString)'
Christian Ehrlicher
2020-02-07
1
-8
/
+1
|
/
/
*
|
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-10-05
1
-4
/
+4
|
\
\
|
|
/
|
*
Stop using QTime as a timer in QIBaseDriver::close()
Shawn Rutledge
2019-10-03
1
-4
/
+4
*
|
QSqlDriver: deprecate one-arg notification() signal
Christian Ehrlicher
2019-09-21
1
-0
/
+5
|
/
*
ibase: Silence warning about incompatible function types
Andy Shaw
2018-06-15
1
-4
/
+8
*
ibase: Silence warning about incompatible function types
Andy Shaw
2018-06-06
1
-4
/
+4
*
ibase: Don't use deprecated QSqlError constructor
Andy Shaw
2018-05-18
1
-1
/
+2
*
SQL plugins: Fix warnings about deprecated constructor of QSqlError
Friedemann Kleint
2018-01-10
1
-1
/
+2
*
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-8
/
+8
*
Merge remote-tracking branch 'origin/5.9' into dev
Gabriel de Dietrich
2017-07-13
1
-0
/
+1
|
\
|
*
Add Q_FALLTHROUGH
Berthold Krevert
2017-07-07
1
-0
/
+1
*
|
QSqlField: Add a means to see what the tablename is for a given field
Andy Shaw
2017-07-12
1
-3
/
+6
|
/
*
Always compile sql drivers as plugins
Lars Knoll
2016-04-07
1
-0
/
+1948