We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef67e2f commit abc3847Copy full SHA for abc3847
.gitignore
@@ -10,3 +10,6 @@ target/
10
# IntelliJ
11
/.idea
12
*.iml
13
+
14
+# https://github.com/liquibase/liquibase/issues/2196
15
+/derby.log
pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-parent-ws</artifactId>
16
- <version>17</version>
+ <version>18</version>
17
<relativePath/>
18
</parent>
19
src/test/resources/application-default.yml
@@ -16,7 +16,7 @@ logging:
powsybl-ws:
database:
vendor: h2:mem
- query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
+ query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL;DEFAULT_NULL_ORDERING=HIGH
20
hostPort: ":"
21
22
useradmin:
0 commit comments