new (bug, misfeature) w/Enterprise4.4 odbc?
Hello, I have a database with a column in one of the tables named Operator, which I queried in 4.3 successfully with: (sql:select [Operator] :from [Table1] :where [= [Column1] thing1]) In 4.4 I get: Error: Keyword used as identifier -- OPERATOR when I try to compile. Does this mean I can no longer have a database with columns with the same names as keywords? R