index
:
clojure-sql
master
A DSL to create SQL queries in Clojure with an emphasis on composability and abstraction.
Carlo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-05-15
Update readme, add stubs, make two vars private.
Carlo Zancanaro
2013-05-15
Remove two bits of code that were lying around from experimenting
Carlo Zancanaro
2013-05-15
Fix query printing, operators, make joins better (also implicit on clause)
Carlo Zancanaro
2013-05-15
Change some error reporting stuff. Nothing major.
Carlo Zancanaro
2013-05-14
Fix precondition on rename
Carlo Zancanaro
2013-05-14
join and rename preconditions removing ambiguity, `on` now optional
Carlo Zancanaro
2013-05-14
Throw a nicer exception on ambiguous field, also some cleanup
Carlo Zancanaro
2013-05-14
Parametrise deref behaviour, add two small tests.
Carlo Zancanaro
2013-05-14
Apparently I got the jdbc query syntax wrong. Corrected.
Carlo Zancanaro
2013-05-14
Fix up the README (example code)
Carlo Zancanaro
2013-05-14
Fix ordering issue, split out string parameters for jdbc stuff
Carlo Zancanaro
2013-05-14
Most of the RA stuff works now.
Carlo Zancanaro
2013-04-27
Initial commit.
Carlo Zancanaro