#1344 - ENH: Add initial Cockroach DB support ... need to review JSON

Adds in the DB ARRAY support (exactly the same as Postgres)
This commit is contained in:
Rob Bygrave
2018-03-09 17:40:34 +13:00
parent 8ac1b745df
commit eda6350d89
8 changed files with 68 additions and 18 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ ebean.ddl.generate=true
ebean.ddl.run=true
ebean.ddl.header=-- Generated by ebean ${version} at ${timestamp}
ebean.packages=org.tests
datasource.default=h2
datasource.default=pg
ebean.autoReadOnlyDataSource=true