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.5
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
/
sql
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Fix usages of deleted QVariant constructors
Sze Howe Koh
8 days
2
-3
/
+3
*
SQL: use qsizetype and range-based for loops where possible
Christian Ehrlicher
12 days
6
-50
/
+45
*
SQL: include cleanup
Christian Ehrlicher
2023-01-18
7
-12
/
+4
*
QSqlRecord: add missing C++11 move SMFs
Marc Mutz
2023-01-13
2
-2
/
+38
*
QSqlDatabase: remove a pointless const_cast
Giuseppe D'Angelo
2022-12-23
1
-1
/
+1
*
SQL: rework the connection options documentation
Christian Ehrlicher
2022-12-22
1
-92
/
+2
*
SQL: misc cleanup in QSqlRecord/QSqlField
Christian Ehrlicher
2022-12-22
2
-35
/
+19
*
SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILE
Christian Ehrlicher
2022-12-08
1
-0
/
+1
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
SQL/MySQL: rework driver option parsing
Christian Ehrlicher
2022-10-22
1
-5
/
+12
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
3
-14
/
+14
*
Introduce the qt_deprecates pragma
Alexey Edelev
2022-09-06
1
-0
/
+1
*
QSqlQuery: Do not use deleted constructor in docs
Fabian Kosmale
2022-08-10
1
-2
/
+2
*
Add the qt_class pragma to file listed in sync.profile classnames map
Alexey Edelev
2022-06-22
1
-0
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
26
-976
/
+52
*
QtSql: includemocs
Marc Mutz
2022-04-28
2
-0
/
+4
*
Sql: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-19
3
-10
/
+12
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
5
-25
/
+34
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
6
-38
/
+34
*
Sql: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
Rest of QtBase: compile-optimize inline swap functions
Marc Mutz
2022-03-17
2
-4
/
+2
*
Treat invalid Q(Date)?Time as null when used as an SQL value
Edward Welbourne
2022-02-21
1
-2
/
+4
*
Check for null driver() before trying to exec()
Edward Welbourne
2022-01-25
1
-1
/
+5
*
Adapt SQL drivers to Qt 6 change of QVariant::isNull
Volker Hilsheimer
2022-01-12
2
-2
/
+34
*
Doc: Ensure deprecated APIs in Qt Sql are documented as such
Nico Vertriest
2021-07-22
1
-18
/
+18
*
Migrate to autogenerated cpp exports
Alexey Edelev
2021-06-25
1
-10
/
+1
*
Doc: Use \deprecated instead of \obsolete
Paul Wicking
2021-05-26
2
-5
/
+5
*
QSqlQuery: make it a move only type
Giuseppe D'Angelo
2021-03-21
2
-14
/
+63
*
QSqlError: protect against self-assignment
Volker Hilsheimer
2021-03-17
1
-2
/
+6
*
QSql/QSqlite: return extended error codes by default
Christian Ehrlicher
2021-01-11
1
-0
/
+1
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-27
/
+0
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
2
-3
/
+3
*
Deprecate QVariant::Type
Lars Knoll
2020-10-23
3
-11
/
+11
*
Cleanup remaining QVariant::Type uses in Qt Sql
Lars Knoll
2020-10-17
1
-2
/
+4
*
Doc: Fix QSqlField documentation for deprecated constructor
Volker Hilsheimer
2020-09-22
2
-31
/
+4
*
Interbase: Handle EXECUTE BLOCK statements correctly
Andy Shaw
2020-09-13
1
-0
/
+7
*
Make QStringList an alias to QList<QString>
Lars Knoll
2020-09-12
1
-1
/
+0
*
QSqlError: Remove unused members, kept for binary compatibility
Marcel Krems
2020-08-30
2
-16
/
+3
*
Fix a number of qdoc warnings
Friedemann Kleint
2020-08-20
1
-9
/
+0
*
Deprecate QVariant::Type uses in QSqlField
Lars Knoll
2020-08-15
4
-26
/
+86
*
Introduce maximumIdentifierLength to return database limits for names
Andy Shaw
2020-08-11
2
-1
/
+16
*
Another round of 0->nullptr cleanup
Allan Sandfeld Jensen
2020-07-31
1
-1
/
+1
*
Use QList instead of QVector in qtbase
Jarek Kobus
2020-07-07
5
-13
/
+11
*
Use QList instead of QVector in sql
Jarek Kobus
2020-06-25
6
-12
/
+12
*
Simplify QSqlResultPrivate::fieldSerial()
Andy Shaw
2020-06-23
1
-15
/
+1
*
Change boundValues() to return a QVariantList
Andy Shaw
2020-06-22
2
-17
/
+14
*
Move implementation of QVector/List back to qlist.h
Lars Knoll
2020-06-20
2
-2
/
+3
*
QtSql: remove unused includes
Christian Ehrlicher
2020-06-20
2
-5
/
+0
*
Port QtSql from QStringRef to QStringView
Lars Knoll
2020-06-11
1
-4
/
+4
*
Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHARED
Marc Mutz
2020-05-19
1
-1
/
+1
[next]