LauJensen / clojureql

ClojureQL is superior SQL integration for Clojure
https://clojureql.sabrecms.com
Eclipse Public License 1.0
284 stars 39 forks source link

(first @table) generates null pointer exception #86

Closed yazz closed 13 years ago

yazz commented 13 years ago

In Clojureql when I do :

(rest @table) : it works. However, when I do :

(first @table) I get a null pointer exception. Is this a bug or a feature?

yazz commented 13 years ago

My fault, not a bug