Parser can't handle using some function names as column id
machow opened this issue · 4 comments
machow commented
SELECT date FROM y
chokes the parser, but SELECT date1 FROM y
doesn't.
machow commented
@colinricardo how much of a priority is this? Do you know if/when it would block course development?
colinricardo commented
@machow not a priority I don't think! A quick fix would be to change the data
column in the database to something less offensive like timestamp
. Thoughts?
machow commented
Ah, I spaced out and forgot that the column in the db is named date
--I'll just fix it this week, since it will probably be an inconvenience throughout the sql courses!
machow commented
a bit easier than expected! Should be updated on sqlwhat-viewer also.