[h2] Unsupported connection setting DATABASE_TO_LOWER

2019-04-20 Thread Evgenij Ryazanov
This setting is only supported by latest versions of H2, 1.4.197 does not have it. You need to upgrade to 1.4.199. If you're required to use 1.4.197 you can use DATABASE_TO_UPPER=FALSE instead, but it works in different way. -- You received this message because you are subscribed to the

[h2] Unsupported connection setting DATABASE_TO_LOWER

2019-04-20 Thread georgymaltcev
Keep getting this error on version 1.4.197 trying to run h2 in MySQL compatibility mode. Configuration I'm using looks like this: spring.datasource.url=jdbc:h2:mem:onlineshop;MODE=MySQL;DATABASE_TO_LOWER=TRUE;IGNORECASE=TRUE . BTW using spring boot. Older versions trigger "cannot load driver