We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
see #92 #75
When the columns, referenced in a predicate, contain another as a substring, that substring gets replaced by "tablename.". This is because in qualify-predicate https://github.com/LauJensen/clojureql/blob/master/src/clojureql/predicates.clj#L111 the qualification happens by string replacement.
To fix this, every predicate will need to keep their sub-predicates as an AST.