|
There's lots of instances where column names of "date", "time", "value", etc. are used. A CUBRID pull request attempted to surround all of those with single quotes within the test cases, which isn't the best solution.
Options:
1.) Do a quick search/replace on a handful of known reserved words. Enforce that future unit tests do not use keywords which have the potential for being reserved.
2.) Auto quoting within the SQL.
Column names known to be used and reserved:
value
data
SYS_USER
date
type
time
query
zone
language
test
section
|