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
I think this happens because the original connection-url is jdbc:h2:${jboss.server.data.dir}/keycloak;AUTO_SERVER=TRUE and the API returns this as a hash, not a simple string?
jairojunior
changed the title
Error: undefined method `keys' for "jdbc:oracle:thin:@//host:1521/sid":String
Attributes with expression value do not work
Jun 24, 2017
Hi
When I try to update the default keycloak standalone-ha database, the code explodes when trying to compare the
is
andshould
values.I think this happens because the original connection-url is
jdbc:h2:${jboss.server.data.dir}/keycloak;AUTO_SERVER=TRUE
and the API returns this as a hash, not a simple string?This causes
keys
to be called on a string in_deep_intersect
hereI'm new to this module, but I think this might be a recent regression introduced in dc0771f
The text was updated successfully, but these errors were encountered: