Hi together, do yo also have the problem that the lower function delivers empty results though it should return results? I am using h2 in version 2.1.214 as an in-memory database with my spring boot application and since the upgrade from v1.x to 2.x the lower function does not work as expected. I have also tried simple queries like
SELECT * FROM XXX WHERE LOWER(XYZ) = 'somevalue'; Is this a bug or what am I missing to do? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/c6234367-20cd-4a17-a431-907867c8d4e6n%40googlegroups.com.
