Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-21 | Return records on update, return just a count on delete (jdbc) | Carlo Zancanaro | |
2013-06-21 | Add take/drop, move jdbc stuff, document default of postgres | Carlo Zancanaro | |
Add take and drop functionality to the queries, so now you can use the take and drop functions in a similar way to how they work on seqs in clojure. Move jdbc interface stuff into clojure-sql.jdbc, so if you're using jdbc you can include it yourself. (If you're not using jdbc then it shouldn't bother you). Given the default compilation target is actually postgres, document that. |