Sync with commercial repository

This commit is contained in:
Lukas Eder 2019-06-28 15:21:15 +02:00
parent 74f3263653
commit 00c67b61d3
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
<properties>
<scala.version>2.12.4</scala.version>
<jdbc-url-postfix>default</jdbc-url-postfix>
</properties>
<build>

View File

@ -62,7 +62,7 @@ import scala.collection.convert.WrapAsScala
*
* object Test {
* def main(args: Array[String]): Unit = {
* val c = DriverManager.getConnection("jdbc:h2:~/scala-test", "sa", "");
* val c = DriverManager.getConnection("jdbc:h2:~/scala-test-", "sa", "");
* val f = DSL.using(c, SQLDialect.H2);
*
* for (