LauJensen / clojureql

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

reworked resultsets #50

Closed bendlas closed 13 years ago

bendlas commented 13 years ago

First two commits are essential. Caveat: Please make sure, that the behavior with :fetch-size is desired in with-results

With the middle two commits I reworked result-seq in the following ways:

The last commit changes result-seq to use transients

cheers