Files
TinyORM/tests
silverqx 1c1beb990f qmake removed vcpkgconf.pri
It was used in the vcpkg port file to build the TinyORM using qmake
build system, it's not used anymore as the CMake build is used instead.
2023-08-11 18:42:33 +02:00
..
2023-05-05 14:16:45 +02:00
2023-08-11 18:42:32 +02:00
2023-08-06 15:11:30 +02:00
2023-08-11 18:42:33 +02:00

Qt Auto Tests

Requirements

The tst_PostgreSQL_Connection::searchpath_Undefined_PostgreSQL() test method hardly depends on the following PostgreSQL configuration (database server configuration, not connection configuration in the TinyUtils::Databases class):

search_path = "$user", public

The tst_SchemaBuilder::createTable_Comment() test method hardly depends on the following PostgreSQL connection configuration (in the TinyUtils::Databases class):

search_path = public (set by the env. variable DB_PGSQL_SEARCHPATH = public)

Notes

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.