Age | Commit message (Expand) | Author |
2013-11-12 | Fix grouping - it used to allow for groupings leaving a non-grouped field | Carlo Zancanaro |
2013-09-30 | Fix up union/intersection operations | Carlo Zancanaro |
2013-09-30 | Fix a bug relating to table renaming | Carlo Zancanaro |
2013-09-29 | Remove `having` from the lsit of vars to pull into core (should have been on ... | Carlo Zancanaro |
2013-09-29 | Clear up the ambiguous field error message | Carlo Zancanaro |
2013-09-29 | Remove the `having` function, incorporate into `select` | Carlo Zancanaro |
2013-07-12 | A bunch of refactoring in the DSL | Carlo Zancanaro |
2013-07-12 | Remove some scrap code that got committed accidentally | Carlo Zancanaro |
2013-07-12 | Handle parameter types in the compiler better | Carlo Zancanaro |
2013-07-12 | Assert in jdbc interface to fail early rather than do the wrong thing | Carlo Zancanaro |
2013-07-12 | Expose a few more helper functions in clojure-sql.core | Carlo Zancanaro |
2013-07-12 | Add a rename helper to turn queries into "subobjects" in the result. | Carlo Zancanaro |
2013-07-06 | Make `sort` able to take expressions rather than just table names. | Carlo Zancanaro |
2013-07-03 | Add fields to union/intersection result queries | Carlo Zancanaro |
2013-07-01 | Change the condition for union compatible (require projections first) | Carlo Zancanaro |
2013-07-01 | Make fields compile in a deterministic order (necessary for union stuff) | Carlo Zancanaro |
2013-07-01 | Add union/intersection to the dsl | Carlo Zancanaro |
2013-07-01 | Remove some extra code that was left sitting around | Carlo Zancanaro |
2013-07-01 | Make sure you never try to take a negative number of things! | Carlo Zancanaro |
2013-06-24 | Make dotted fields result in nested maps when querying | Carlo Zancanaro |
2013-06-23 | Make sort and group create subqueries to be correct | Carlo Zancanaro |
2013-06-23 | Make select take a map and compile to equality tests. | Carlo Zancanaro |
2013-06-23 | Misc changes. | Carlo Zancanaro |
2013-06-22 | Docstrings, one function call change, README update. | Carlo Zancanaro |
2013-06-21 | Docstrings, re-export from core better (with metadata) | Carlo Zancanaro |
2013-06-21 | Return records on update, return just a count on delete (jdbc) | Carlo Zancanaro |
2013-06-21 | Add take/drop, move jdbc stuff, document default of postgres | Carlo Zancanaro |
2013-06-20 | Clean up, add an assertion. | Carlo Zancanaro |
2013-06-20 | Well, that didn't work. Whatever. | Carlo Zancanaro |
2013-06-20 | Fix updates, add "use-jdbc!" function to core. | Carlo Zancanaro |
2013-06-20 | Make core nicer, pass the "type" of query to executors | Carlo Zancanaro |
2013-06-20 | Clean up the query deref, make insert!, update! and delete! work | Carlo Zancanaro |
2013-06-20 | Fix a stupid null-pointer exception | Carlo Zancanaro |
2013-06-20 | Fix compiling of n-ary operators (0 & 1 args), add operator aliases | Carlo Zancanaro |
2013-06-20 | A few small changes/fixes to join behaviour, and code cleanup | Carlo Zancanaro |
2013-06-17 | Rename sort-by, add grouping, refactor+fix some join stuff | Carlo Zancanaro |
2013-06-16 | Fix up some more join stuff, and a bit of sorting stuff. | Carlo Zancanaro |
2013-06-16 | Fix expression processing in the DSL, notably on vectors | Carlo Zancanaro |
2013-06-16 | Bring the DSL back up to previous features, fix the compiler | Carlo Zancanaro |
2013-06-13 | Starting a re-write of the DSL, to be followed by the compiler. | Carlo Zancanaro |
2013-05-24 | Fix a bug in `resolve-fields` | Carlo Zancanaro |
2013-05-23 | Simplify the compiler, better subquery support | Carlo Zancanaro |
2013-05-15 | Split out core into compiler/dsl/query. | Carlo Zancanaro |
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 |