summaryrefslogtreecommitdiff
path: root/src/clojure_sql/jdbc.clj
AgeCommit message (Expand)Author
2013-11-25Fix the jdbc query executor for insert/update/delete operationsHEADmasterCarlo Zancanaro
2013-11-12Fix the database type detection in the jdbc executorCarlo Zancanaro
2013-11-12Change the query executor model: now it's query local and the interface is ma...Carlo Zancanaro
2013-07-12Assert in jdbc interface to fail early rather than do the wrong thing...Carlo Zancanaro
2013-06-24Make dotted fields result in nested maps when querying...Carlo Zancanaro
2013-06-21Return records on update, return just a count on delete (jdbc)Carlo Zancanaro
2013-06-21Add take/drop, move jdbc stuff, document default of postgres...Carlo Zancanaro