You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test this you can start up a repl using clj -Sdeps '{:deps {com.github.seancorfield/honeysql {:mvn/version "2.2.891"}}}' and then use the following code:
If a library or an application registers sql clauses before honeysql helpers is loaded then this assertion will fail:
https://github.com/seancorfield/honeysql/blob/v2.2.891/src/honey/sql/helpers.cljc#L1031-L1036
To test this you can start up a repl using
clj -Sdeps '{:deps {com.github.seancorfield/honeysql {:mvn/version "2.2.891"}}}'
and then use the following code:And this will give you the following error:
The text was updated successfully, but these errors were encountered: