Update the list of keywords based on https://jakewheat.github.io/sql-overview/sql-2011-foundation-grammar.html#reserved-word
Note that the current code is very verbose adding one keyword at a time. This needs rewriting so we can just specify a vector of strings instead.
Update the list of keywords based on https://jakewheat.github.io/sql-overview/sql-2011-foundation-grammar.html#reserved-word
Note that the current code is very verbose adding one keyword at a time. This needs rewriting so we can just specify a vector of strings instead.