It's possible I'm being naive about the intention of qualified-name, but currently it prevents the use of namespaced keywords as column names. I've changed the implementation to just use name instead of a regex, added one new test case and everything passes.
It's possible I'm being naive about the intention of
qualified-name
, but currently it prevents the use of namespaced keywords as column names. I've changed the implementation to just usename
instead of a regex, added one new test case and everything passes.