AmpersandTarski / Ampersand

Build database applications faster than anyone else, and keep your data pollution free as a bonus.
http://ampersandtarski.github.io/
GNU General Public License v3.0
40 stars 8 forks source link

fixes #1212 upgrade collation of database tables #1216

Closed hanjoosten closed 3 years ago

hanjoosten commented 3 years ago

This is about using a collate that is available from MariaDB 10.2 and later. It ensures that we have a very performant UTF8 implementation, and the database will know that "Foo" and "Foo " are not equal.