r0man / sqlingvo

A Clojure & ClojureScript DSL for SQL
Eclipse Public License 1.0
210 stars 23 forks source link

Allow namespaced column keywords #71

Closed deepxg closed 7 years ago

deepxg commented 7 years ago

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.

r0man commented 7 years ago

@deepxg Thanks! This was a relict from the past, so I removed qualified-name and just call name directly. Released as 0.9.2.