catena
catena copied to clipboard
Specify (and check) SQL edge cases
-
[x] What happens when selecting a column that does not exist? (SQLite: interpret the column name as string??). Suggestion: disallow completely.
-
[ ] How are
barecolumns dealt with? (SQLite: see here, especially the part on 'special processing for min/max'). Suggestion: disallow completely.
Column names are now checked. As we do not yet support aggregations, bare columns are not yet an issue (leaving this open until then)