fwbrasil / activate

Abandoned: Pluggable persistence in Scala
GNU Lesser General Public License v2.1
299 stars 46 forks source link

derby dialect internationalization #98

Closed evaldobratti closed 10 years ago

evaldobratti commented 10 years ago

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.