> On 19 April 2011 22:34, Michael <[email protected]> wrote: > I've used it with Oracle for basic select/join/union queries. I didn't > try any update operations. The only read operation I had a problem > with was 'take', as Oracle doesn't support LIMIT, but then I was just > playing around, not trying to test exhaustively. > > Ray.
There is workaround for LIMIT functionality <a href="http:// groups.google.com/group/clojure/browse_thread/thread/a948a16a831c790/ fb7275000d7baf3e">here</a>. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
