diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2018-03-25 13:26:57 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2018-04-07 17:08:26 +0200 |
commit | 159dd28651788a19848eae56693ad06ed947414d (patch) | |
tree | b69013db1c0fa45677b59d58999ce0d8ebebd76c /dbaccess/qa/unit/data | |
parent | 1a9bfdd8976d28fa3a56726bdcae9f2b294d6c6d (diff) |
dbaccess: Enable hsql migration by default
Also make Firebird driver not experimental anymore.
With hsql migration enabled, the hsqldb related unit tests can be
reused, because the underlying DBMS is transparent. To achieve that, I
added firebird_sdbc component to hsqldb CppunitTest_* files.
This commit also contains fixes for upcoming bugs while migrating from
hsqldb to firebird, shown by hsqldb related unit tests:
- null values: in case of null values, the setNull method should be used
instead of nothing. (malformed string otherwise)
Remove DBACCESS_HSQL_MIGRATION environment variable, since migration is
default from now on.
JunitTest_dbaccess_complex was based on HSQLDB. This commit replaces
"if exists" hsql specific solution with firebird specific. Also disable
test for queries with named parameters.
Change-Id: Ieb68f5ad3a11389599c4f268ea4df82a83643b82
Reviewed-on: https://gerrit.libreoffice.org/52008
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'dbaccess/qa/unit/data')
-rw-r--r-- | dbaccess/qa/unit/data/hsqldb_migration_test.odb | bin | 3949 -> 4019 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/dbaccess/qa/unit/data/hsqldb_migration_test.odb b/dbaccess/qa/unit/data/hsqldb_migration_test.odb Binary files differindex 99b6b5d9a69d..b20adbfbcc92 100644 --- a/dbaccess/qa/unit/data/hsqldb_migration_test.odb +++ b/dbaccess/qa/unit/data/hsqldb_migration_test.odb |