summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-01Update the readmeCarlo Zancanaro
2013-07-01Move Midje into dev dependencies - no sense pulling it in transitivelyCarlo Zancanaro
2013-07-01Make sure you never try to take a negative number of things!Carlo Zancanaro
2013-06-24Remove a midje file that's no longer necessary...Carlo Zancanaro
2013-06-24Make dotted fields result in nested maps when querying...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-23Fix the README examples.Carlo Zancanaro
2013-06-22Docstrings, one function call change, README update....Carlo Zancanaro
2013-06-22Update project.cljCarlo Zancanaro
2013-06-21Docstrings, re-export from core better (with metadata)Carlo Zancanaro
2013-06-21Update the README a bit.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
2013-06-20Clean up, add an assertion.Carlo Zancanaro
2013-06-20Well, that didn't work. Whatever.Carlo Zancanaro
2013-06-20Fix updates, add "use-jdbc!" function to core.Carlo Zancanaro
2013-06-20Make core nicer, pass the "type" of query to executorsCarlo 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 aliases...Carlo Zancanaro
2013-06-20A few small changes/fixes to join behaviour, and code cleanup...Carlo Zancanaro
2013-06-17Rename sort-by, add grouping, refactor+fix some join stuff...Carlo 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 compiler...Carlo 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 support...Carlo Zancanaro
2013-05-15Split out core into compiler/dsl/query....Carlo Zancanaro
2013-05-15Update readme, add stubs, make two vars private.Carlo Zancanaro
2013-05-15Remove two bits of code that were lying around from experimentingCarlo Zancanaro
2013-05-15Fix query printing, operators, make joins better (also implicit on clause)...Carlo Zancanaro
2013-05-15Change some error reporting stuff. Nothing major.Carlo Zancanaro
2013-05-14Fix precondition on rename...Carlo Zancanaro
2013-05-14join and rename preconditions removing ambiguity, `on` now optional...Carlo Zancanaro
2013-05-14Throw a nicer exception on ambiguous field, also some cleanupCarlo Zancanaro
2013-05-14Parametrise deref behaviour, add two small tests....Carlo Zancanaro
2013-05-14Apparently I got the jdbc query syntax wrong. Corrected....Carlo Zancanaro
2013-05-14Fix up the README (example code)Carlo Zancanaro
2013-05-14Fix ordering issue, split out string parameters for jdbc stuff...Carlo Zancanaro
2013-05-14Most of the RA stuff works now....Carlo Zancanaro
2013-04-27Initial commit.Carlo Zancanaro