Let me start by saying, I'm loving this SQLKorma, it feels like just the
right amount of syntax. And there's exec-raw for super fast integration
into an project with existing SQL statements.

However, while kicking the tires I ran into a weird problem, every
predicate works except <=, eg:

$=> (select table (where {:id [<= 1]}))
$=> CompilerException java.lang.RuntimeException: No such var:
korma.internal.sql/pred-<=, compiling:(NO_SOURCE_PATH:46)

Perhaps I'm missing something but all the rest of the pred-vars are there,
that specific one is missing. I wanted to ask before I bother someone with
a ticket.

Thanks,
Dennis

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to