Open pietermartin opened 3 months ago
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.
Sqlg
index
Sqlg
usesindex
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 isindex
.