News

Describe the bug Hi, Trying to select using the SUM function creates a SQL query with the backticks in the wrong position. The query I'm using is: ... SQLITE_ERROR: no such column: sum(t.amount) I ...
I'm not sure if I remember wrongly, I see the COLLATE NOCASE append in the sql query very long time ago (may be not COLLATE NOCASE,but something else , all I remember is my query is case insensitive), ...