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
/
tests
/
auto
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL tests: Fix for PostgreSQL 12 and above
Christian Ehrlicher
14 days
1
-1
/
+1
*
QSqlRecord: add missing C++11 move SMFs
Marc Mutz
2023-01-13
1
-0
/
+20
*
tst_QSqlRecord: replace manual memory management with unique_ptr
Marc Mutz
2023-01-09
1
-49
/
+20
*
SQL: more documentation and test cleanups
Christian Ehrlicher
2023-01-06
1
-27
/
+0
*
SQL: remove unneeded test functions
Christian Ehrlicher
2022-12-22
4
-127
/
+50
*
Adapt to QTimeZone replacing Qt::TimeSpec usage
Edward Welbourne
2022-12-10
1
-4
/
+7
*
SQL/MySQL: fix handling of json column
Christian Ehrlicher
2022-12-05
1
-0
/
+40
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
8
-50
/
+50
*
SQL/Tests: fix tst_qsqldatabase::caseSensivity() for MySQL on linux
Christian Ehrlicher
2022-10-24
1
-10
/
+17
*
tst_QSql*/sqlite: Don't use random output in the datatags
Mårten Nordheim
2022-10-18
1
-1
/
+9
*
SQL/tests: fix tst_qsqlquery
Christian Ehrlicher
2022-10-16
2
-4
/
+20
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-4
/
+4
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
5
-26
/
+26
*
Rest of QtBase tests: port away from deprecated methods
Ivan Solovev
2022-08-30
1
-15
/
+4
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
16
-16
/
+16
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
16
-0
/
+48
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
13
-13
/
+13
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
15
-405
/
+30
*
Replace uses of _qba with _ba
Sona Kurazyan
2022-04-07
1
-3
/
+3
*
Replace uses of _qs with _s in tests
Sona Kurazyan
2022-04-07
1
-20
/
+22
*
Deprecate {QString, QByteArray}::count()
Sona Kurazyan
2022-03-12
1
-3
/
+3
*
Add spaces round operators and at starts of comment texts
Edward Welbourne
2022-02-17
1
-21
/
+21
*
Purge stray spaces immediately inside parentheses
Edward Welbourne
2022-02-17
1
-961
/
+961
*
Invert a condition to save a lot of indentation
Edward Welbourne
2022-02-17
1
-38
/
+36
*
tst_QSqlQuery: fix usage of QtTest macros
Edward Welbourne
2022-02-17
1
-90
/
+90
*
tst_QSqlQuery coding style: split lots of long lines
Edward Welbourne
2022-02-17
1
-30
/
+50
*
tst_QSqlQuery coding style: clean up loops
Edward Welbourne
2022-02-17
1
-15
/
+13
*
tst_QSqlQuery coding style: clean up comments
Edward Welbourne
2022-02-17
1
-92
/
+86
*
tst_QSqlQuery coding style: use vertical spacing to group lines
Edward Welbourne
2022-02-17
1
-80
/
+6
*
tst_QSqlQuery coding style: clean up declarations
Edward Welbourne
2022-02-17
1
-55
/
+47
*
Prefer QLatin1String::arg() over adding more than two strings
Edward Welbourne
2022-02-17
1
-407
/
+507
*
Prefer u"..." and u"..."_qs over QStringLiteral() or QString("...")
Edward Welbourne
2022-02-17
1
-101
/
+101
*
Prefer QString::asprintf() over QString::arg when formatting numbers
Edward Welbourne
2022-02-17
1
-5
/
+9
*
Prefer QLatin1String::arg() over QString::arg() for ASCII literals
Edward Welbourne
2022-02-17
1
-45
/
+44
*
tst_qsqlquery coding style: use braces correctly
Edward Welbourne
2022-02-15
1
-11
/
+13
*
Prefer QString(count, character) over QString::fill()ing
Edward Welbourne
2022-02-15
1
-8
/
+4
*
Avoid repeated qTableName() calls by saving in local variables
Edward Welbourne
2022-02-15
1
-35
/
+45
*
Use lists and arrays more gracefully in tst_qsqlquery
Edward Welbourne
2022-02-15
1
-88
/
+80
*
Use function-style casts in preference to C-style ones
Edward Welbourne
2022-02-10
1
-61
/
+60
*
Convert some if/else-if/else chains into switch()es
Edward Welbourne
2022-02-10
1
-99
/
+146
*
Convert some QVERIFY2() with useless messages to QVERIFY()
Edward Welbourne
2022-02-10
1
-8
/
+5
*
Suppress, and thus verify we do get, two warnings in tst_QSqlQuery
Edward Welbourne
2022-02-10
1
-0
/
+5
*
Use qScopeGuard() to take care of post-test tidy-up
Edward Welbourne
2022-02-10
1
-22
/
+27
*
Get rid of empty optional methods in tst_QSqlQuery
Edward Welbourne
2022-02-09
1
-10
/
+0
*
Move prematureExec() to the end of tst_qsqlquery's testing
Edward Welbourne
2022-02-03
1
-2
/
+4
*
Check for null driver() before trying to exec()
Edward Welbourne
2022-01-25
1
-1
/
+32
*
Adapt SQL drivers to Qt 6 change of QVariant::isNull
Volker Hilsheimer
2022-01-12
1
-0
/
+92
*
testlib: Deprecate QWARN() in favor of qWarning()
Tor Arne Vestbø
2021-08-04
1
-3
/
+3
*
QSqlTableModel::orderByClause(): Quote the table name
Friedemann Kleint
2021-05-03
1
-24
/
+26
*
SQLite: Handle tables and fields with a dot in the name correctly
Andy Shaw
2021-04-23
1
-0
/
+49
[next]