You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, derby uses semicolons in the JDBC URL. This
confuses henplus and it truncates the URL. escaping
via ; does not work, either.
EX: jdbc:derby://localhost:1527/foo;var=val;var2=val2
The text was updated successfully, but these errors were encountered:
Hello, derby uses semicolons in the JDBC URL. This
confuses henplus and it truncates the URL. escaping
via ; does not work, either.
EX: jdbc:derby://localhost:1527/foo;var=val;var2=val2
The text was updated successfully, but these errors were encountered: