H2 disallow `INIT=...` option using connection string (#25369)
* trim the init option in h2 connection string - it can be lower or mixed-case, so `(dissoc-by str/lower-case ...)` will lowercase the map's keys and the dissoc-keys, and dissoc them when they are equal. * refactor
Please register or sign in to comment