Trying to use activate with derby dialect in any language except english will throw a SqlException after the first connection to the database.
Using EmbeddedDriver it doesn't look to happen.
To reproduce, start a derby network server and connect to it for the first time, then put another user language in the client jvm (-Duser.language=pt), the error should occur.
Trying to use activate with derby dialect in any language except english will throw a SqlException after the first connection to the database.
Using EmbeddedDriver it doesn't look to happen.
To reproduce, start a derby network server and connect to it for the first time, then put another user language in the client jvm (-Duser.language=pt), the error should occur.