Turso's case-insensitive behaviour for tables and views does not match SQLite
#5730 · Rust · ★ 24k · MIT · updated 14d ago
This isn't super obvious from the documentation, but SQLite does case-insensitive comparison only for ASCII characters: Column names are case-insensitive in the usual way for SQLite column names - upper/lower case equivalence is understood for ASCII-range characters only.…
replies in ~8h1/6 outside PRs mergedhas CONTRIBUTINGsomeone tried before
Cleared 2m ago