Files
TinyORM/tests
2024-11-07 09:43:36 +01:00
..
2024-11-07 09:43:36 +01:00
2024-11-06 16:04:13 +01:00
2024-07-21 19:55:49 +02:00
2024-06-25 12:13:10 +02:00
2024-11-06 08:59:38 +01: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)