summaryrefslogtreecommitdiff
path: root/src/clojure_sql/dsl.clj
AgeCommit message (Expand)Author
2013-09-29Remove the `having` function, incorporate into `select`Carlo Zancanaro
2013-07-12A bunch of refactoring in the DSLCarlo Zancanaro
2013-07-12Add a rename helper to turn queries into "subobjects" in the result.Carlo Zancanaro
2013-07-06Make `sort` able to take expressions rather than just table names.Carlo Zancanaro
2013-07-03Add fields to union/intersection result queriesCarlo Zancanaro
2013-07-01Change the condition for union compatible (require projections first)Carlo Zancanaro
2013-07-01Add union/intersection to the dslCarlo Zancanaro
2013-07-01Make sure you never try to take a negative number of things!Carlo Zancanaro
2013-06-23Make sort and group create subqueries to be correctCarlo Zancanaro
2013-06-23Make select take a map and compile to equality tests.Carlo Zancanaro
2013-06-23Misc changes.Carlo Zancanaro
2013-06-21Docstrings, re-export from core better (with metadata)Carlo Zancanaro
2013-06-21Add take/drop, move jdbc stuff, document default of postgresCarlo 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-16Fix expression processing in the DSL, notably on vectorsCarlo 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-24Fix a bug in `resolve-fields`Carlo Zancanaro
2013-05-23Simplify the compiler, better subquery supportCarlo Zancanaro
2013-05-15Split out core into compiler/dsl/query.Carlo Zancanaro