Skip to content

Commit bab8314

Browse files
committedAug 16, 2024
removed forgotten Qt v5 related comments
[skip ci]
1 parent 096d216 commit bab8314

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed
 

‎tests/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ The `tst_SchemaBuilder::createTable_Comment()` test method hardly depends on the
1313
```
1414
search_path = public (set by the env. variable DB_PGSQL_SEARCHPATH = public)
1515
```
16-
17-
### Notes
18-
19-
The `tst_Migrate` is not testing the Qt 5 `QSQLITE` driver because it doesn't support `ALTER TABLE DROP COLUMN`, support for dropping columns was added in the SQLite v3.35.0 as is described in the [release notes](https://www.sqlite.org/releaselog/3_35_0.html).

‎tests/auto/functional/tom/migrate/tst_migrate.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ namespace
165165
// NOLINTBEGIN(readability-convert-member-functions-to-static)
166166
void tst_Migrate::initTestCase()
167167
{
168-
/* Testing of the Qt 5 QSQLITE driver is excluded because it doesn't support
169-
ALTER TABLE DROP COLUMN, support for dropping columns was added
170-
in the SQLite v3.35.0. */
171168
m_connections = Databases::createConnections({Databases::MYSQL,
172169
Databases::MARIADB,
173170
Databases::POSTGRESQL,

0 commit comments

Comments
 (0)