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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Fix usages of deleted QVariant constructors
Sze Howe Koh
2023-01-25
3
-4
/
+4
*
SQL: use qsizetype and range-based for loops where possible
Christian Ehrlicher
2023-01-20
7
-53
/
+48
*
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
*
QtSql: Disambiguate typedefs
Friedemann Kleint
2023-01-12
2
-26
/
+26
*
SQL: more documentation and test cleanups
Christian Ehrlicher
2023-01-06
3
-77
/
+20
*
SQL: rework the connection options documentation (typos)
Christian Ehrlicher
2022-12-29
1
-15
/
+17
*
QSqlDatabase: remove a pointless const_cast
Giuseppe D'Angelo
2022-12-23
1
-1
/
+1
*
Support connecting Oracle DB as system user
Johannes Oikarinen
2022-12-22
1
-0
/
+7
*
SQL: rework the connection options documentation
Christian Ehrlicher
2022-12-22
2
-92
/
+199
*
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
6
-24
/
+24
*
Introduce the qt_deprecates pragma
Alexey Edelev
2022-09-06
1
-0
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
5
-5
/
+5
*
Remove QSqlTableModel::setQuery(const QSqlQuery &)
Ivan Solovev
2022-08-10
3
-15
/
+11
*
Make QSqlQueryModel::query() return a reference to the const QSqlQuery
Ivan Solovev
2022-08-10
3
-5
/
+17
*
QtSql: establish removed_api.cpp for upcoming QT_SQL_REMOVED_SINCE
Ivan Solovev
2022-08-10
2
-0
/
+27
*
QSqlQueryModel: guard the definition of deprecated method
Ivan Solovev
2022-08-10
1
-1
/
+2
*
QSqlQuery: Do not use deleted constructor in docs
Fabian Kosmale
2022-08-10
1
-2
/
+2
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
5
-0
/
+15
*
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
56
-2198
/
+112
*
QtSql: includemocs
Marc Mutz
2022-04-28
5
-0
/
+10
*
Doc: Revise Qt SQL module landing page
Andreas Eliasson
2022-04-25
1
-14
/
+28
*
Sql: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-19
4
-25
/
+27
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
8
-41
/
+51
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
8
-40
/
+36
*
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
3
-7
/
+5
*
QSqlTableModel: suppress deprecation warning
Mårten Nordheim
2022-03-05
1
-1
/
+1
*
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: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom
Kai Köhne
2021-12-09
1
-1
/
+1
*
Doc: Enable qdoc warning count limit
Venugopal Shivashankar
2021-10-21
1
-0
/
+3
*
Fix typos in SQL driver documentation
Jonas Kvinge
2021-10-14
1
-2
/
+2
*
Doc: Prettify -G cmake arguments in SQL drivers documentation
Joerg Bornemann
2021-10-08
1
-17
/
+17
*
Doc: Fix cmake build/install commands in SQL driver documentation
Joerg Bornemann
2021-10-08
1
-33
/
+32
*
Doc: Remove unsupported customFilters
Kai Köhne
2021-09-03
1
-4
/
+0
*
Doc: Ensure deprecated APIs in Qt Sql are documented as such
Nico Vertriest
2021-07-22
2
-20
/
+19
*
Migrate to autogenerated cpp exports
Alexey Edelev
2021-06-25
2
-10
/
+2
*
Remove old configure-related files
Joerg Bornemann
2021-06-18
1
-22
/
+0
*
Doc: Use \deprecated instead of \obsolete
Paul Wicking
2021-05-26
3
-6
/
+6
*
QSqlTableModel::orderByClause(): Quote the table name
Friedemann Kleint
2021-05-03
1
-1
/
+2
*
QSqlQuery: make it a move only type
Giuseppe D'Angelo
2021-03-21
4
-20
/
+92
*
QSqlError: protect against self-assignment
Volker Hilsheimer
2021-03-17
1
-2
/
+6
*
Doc: Change section titles that cause bad links
Paul Wicking
2021-03-11
1
-1
/
+1
[next]