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: add warning for binding values in QSqlQuery
Samuel Gaist
2019-11-18
1
-0
/
+3
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-23
1
-0
/
+8
|
\
|
*
Add SQLite specific documentation when specifying a database name
Andy Shaw
2019-09-21
1
-0
/
+8
*
|
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
2
-3
/
+3
*
|
Prefix textstream operators with Qt::
Lars Knoll
2019-05-02
1
-1
/
+1
*
|
QRegExp include cleanup
Samuel Gaist
2019-04-19
1
-1
/
+0
*
|
Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...
Qt Forward Merge Bot
2019-04-04
1
-1
/
+1
|
\
\
|
*
|
QSqlError: fix redundant space in text() output
Vincas Dargis
2019-03-26
1
-1
/
+1
|
|
/
*
|
Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usage
Allan Sandfeld Jensen
2019-04-04
1
-3
/
+3
|
/
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-02-08
1
-1
/
+1
|
\
|
*
Replace executedQuery when executing a new query
Jesus Fernandez
2019-01-30
1
-1
/
+1
*
|
Always escape the table names when creating the SQL statement
Andy Shaw
2019-01-23
2
-8
/
+18
*
|
Add overload of QSqlDatabase::cloneDatabase to allow cloning cross threads
Andy Shaw
2018-12-23
2
-0
/
+35
|
/
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Liang Qi
2018-09-27
1
-1
/
+1
|
\
|
*
Modernize the "datestring" feature
Liang Qi
2018-09-24
1
-1
/
+1
*
|
QSqlQuery: Specify documentation of named placeholders
Christian Ehrlicher
2018-08-28
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-04-07
1
-2
/
+4
|
\
\
|
|
/
|
*
QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabase
David Faure
2018-04-06
1
-2
/
+4
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-03-28
2
-4
/
+4
|
\
\
|
|
/
|
*
QSqlResult: use QVector<int> instead QList<int> for indexes value
Christian Ehrlicher
2018-03-23
2
-4
/
+4
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-03-08
1
-17
/
+17
|
\
\
|
|
/
|
*
QSqlField: rearrange QSqlFieldPrivate members
Christian Ehrlicher
2018-03-07
1
-17
/
+17
*
|
Sql: Add a feature for the SQL item models
Ulf Hermann
2018-02-20
2
-0
/
+2
|
/
*
doc: Fix several minor qdoc warnings
Martin Smith
2018-01-20
1
-0
/
+1
*
doc: Add missing template clause in \fn command
Martin Smith
2018-01-12
1
-1
/
+1
*
Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...
Liang Qi
2018-01-12
1
-7
/
+8
|
\
|
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-11
1
-7
/
+8
|
|
\
|
|
*
QSqlRecord: (re)speedup indexOf(const QString& name)
Christian Ehrlicher
2018-01-06
1
-7
/
+8
*
|
|
Add more Q_FALLTHROUGH()
Friedemann Kleint
2018-01-12
1
-1
/
+1
|
/
/
*
|
QPSQL: Add support for forward-only queries
Robert Szefner
2018-01-06
3
-2
/
+24
*
|
QtSql: Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-04
2
-11
/
+2
*
|
Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...
Liang Qi
2018-01-02
3
-14
/
+21
|
\
\
|
*
\
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
3
-14
/
+21
|
|
\
\
|
|
|
/
|
|
*
Merge remote-tracking branch 'origin/5.10.0' into 5.10
Liang Qi
2017-12-08
2
-2
/
+16
|
|
|
\
|
|
|
*
Fix BC breakage by adding an overload for the QSqlField constructor
Andy Shaw
2017-11-13
2
-2
/
+16
|
|
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-12-05
1
-12
/
+5
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
QSqlQuery: Remove temporary variable in navigation functions
Robert Szefner
2017-11-29
1
-12
/
+5
*
|
|
|
DB2: Pass on the native error codes to QSqlError
Andy Shaw
2018-01-02
1
-0
/
+3
*
|
|
|
Return an invalid QSqlDatabase when accessing from another thread
Andy Shaw
2018-01-02
1
-0
/
+6
|
/
/
/
*
|
|
Copy the numericalPrecisionPolicy when copying the QSqlDatabase
Andy Shaw
2017-12-01
1
-0
/
+4
*
|
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-09-26
1
-0
/
+8
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-09-20
1
-0
/
+8
|
|
\
\
|
|
|
/
|
|
*
Add documentation about not having QSqlDatabase objects kept around
Andy Shaw
2017-09-08
1
-0
/
+8
*
|
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
2
-3
/
+3
*
|
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
3
-37
/
+37
|
/
/
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-08-31
1
-0
/
+2
|
\
\
|
|
/
|
*
Doc: Mark the dbmsType() function and DbmsType enum as internal
Andy Shaw
2017-08-16
1
-0
/
+2
*
|
QSqlField: Add a means to see what the tablename is for a given field
Andy Shaw
2017-07-12
3
-10
/
+54
*
|
Fix some qdoc warnings for 5.10
Friedemann Kleint
2017-06-20
1
-1
/
+1
*
|
Add move special member functions to QSqlError
Jesus Fernandez
2017-04-28
2
-2
/
+39
[next]