sqlg
sqlg copied to clipboard
Remove `index` as a special keywork in `Sqlg`
Sqlg
uses index
as a special fake column for some queries to help with ordering resultsets that can not be ordered by the db.
This clashes with column names that is index
.