-
- Downloads
Fix mysql build breakage (#13523)
When your app db is H2, this test will fail with a NumberFormatException trying to parse the "not-an-integer" but the MySQL JDBC driver does not behave the same. It is sufficient to test exception conditions return a {} query description only under the H2 app-db, since it's a catch-all handler.
Please register or sign in to comment