Maybe I was wrong but H2 by default uses case sensitive text comparision? When in table i've got column "hash" with value 'testowy KOD' why such queries are returning results? : select t0.hash c0 from kody t0 where t0.hash = 'testowy KoD' select t0.hash c0 from kody t0 where t0.hash = 'testowy kod' even such query will return result with hash='testowy KOD' select t0.hash c0 from kody t0 where t0.hash = 'testowykod'
It looks like a bug for me or maybe I'm missing something? -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
