breaking change in beta 4: :dbname "xtdb" now required
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
0282df7629
commit
4db63f6122
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
(def ^:private test-jtds
|
||||
(when (System/getenv "NEXT_JDBC_TEST_MSSQL") test-jtds-map))
|
||||
|
||||
(def ^:private test-xtdb-map {:dbtype "xtdb"})
|
||||
(def ^:private test-xtdb-map {:dbtype "xtdb" :dbname "xtdb"})
|
||||
|
||||
(def ^:private test-xtdb
|
||||
(when (System/getenv "NEXT_JDBC_TEST_XTDB") test-xtdb-map))
|
||||
|
|
|
|||
Loading…
Reference in a new issue