summaryrefslogtreecommitdiff
path: root/src/clojure_sql/compiler.clj
AgeCommit message (Expand)Author
2013-06-21Add take/drop, move jdbc stuff, document default of postgresCarlo Zancanaro
2013-06-20Clean up, add an assertion.Carlo Zancanaro
2013-06-20Fix updates, add "use-jdbc!" function to core.Carlo Zancanaro
2013-06-20Clean up the query deref, make insert!, update! and delete! workCarlo Zancanaro
2013-06-20Fix a stupid null-pointer exceptionCarlo Zancanaro
2013-06-20Fix compiling of n-ary operators (0 & 1 args), add operator aliasesCarlo Zancanaro
2013-06-20A few small changes/fixes to join behaviour, and code cleanupCarlo Zancanaro
2013-06-17Rename sort-by, add grouping, refactor+fix some join stuffCarlo Zancanaro
2013-06-16Fix up some more join stuff, and a bit of sorting stuff.Carlo Zancanaro
2013-06-16Bring the DSL back up to previous features, fix the compilerCarlo Zancanaro
2013-06-13Starting a re-write of the DSL, to be followed by the compiler.Carlo Zancanaro
2013-05-23Simplify the compiler, better subquery supportCarlo Zancanaro
2013-05-15Split out core into compiler/dsl/query.Carlo Zancanaro