I've seen a few comments of people encountering this problem, but not
yet a solution:
Upper case field names in commands are forced to lower case and then not
found.
I was able to create a table with a field called "ABC".
"SELECT ABC FROM mytable;"
emits the error
"no such attribute or function abc"