I have a query that does anORDER BY on a VARCHAR column that contains email addresses.
If I hit my physical MySQL db, it ignores case in the ORDER BY. However, my h2 in-memory DB is respecting case. It is set to MySQL mode.
Anyone know why this is?