Age | Commit message (Expand) | Author |
2013-11-25 | Fix the jdbc query executor for insert/update/delete operationsHEADmaster | Carlo Zancanaro |
2013-11-25 | Remove a stupid testing thing, update the README a touch | Carlo Zancanaro |
2013-11-25 | Add a 'distinct' operator - still a bug to fix on renaming | Carlo Zancanaro |
2013-11-12 | Fix the database type detection in the jdbc executor | Carlo Zancanaro |
2013-11-12 | Potentially misleading typo | Carlo Zancanaro |
2013-11-12 | Change the query executor model: now it's query local and the interface is ma... | Carlo Zancanaro |
2013-11-12 | Fix a minor error in the README. | Carlo Zancanaro |
2013-11-12 | Ah, screw it. Have super long lines in the README. | Carlo Zancanaro |
2013-11-12 | Fix up the README which I formatted wrong. Whoops! | Carlo Zancanaro |
2013-11-12 | Fix grouping - it used to allow for groupings leaving a non-grouped field | Carlo Zancanaro |
2013-09-30 | One more whitespace char (same excuse as last time) | Carlo Zancanaro |
2013-09-30 | Remove some whitespace (excuse to test jenkins trigger) | Carlo Zancanaro |
2013-09-30 | Fix up union/intersection operations | Carlo Zancanaro |
2013-09-30 | Change the header level on the changelog | Carlo Zancanaro |
2013-09-30 | Remove the generated SQL from the README which was added in the last commit -... | Carlo Zancanaro |
2013-09-30 | Fix an example in the README, and add some expected generated SQL | Carlo Zancanaro |
2013-09-30 | Fix a bug relating to table renaming | Carlo Zancanaro |
2013-09-29 | Due to breaking change, go to 0.2.0-SNAPSHOT instead of 0.1.1-SNAPSHOT | Carlo Zancanaro |
2013-09-29 | README indentation | Carlo Zancanaro |
2013-09-29 | Add a bit of a changelog to the README | Carlo Zancanaro |
2013-09-29 | Add jdbc as a dependency (to make `lein check` useful) | 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 midje as a dependency. | 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 | One more. | Carlo Zancanaro |
2013-07-12 | Bitbucket syntax highlighting in README | Carlo Zancanaro |
2013-07-12 | Two more minor changes to the README. | Carlo Zancanaro |
2013-07-12 | Update the README a bunch | 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-06 | Bump the version, put Midje back in as dev dependency | Carlo Zancanaro |
2013-07-03 | Add fields to union/intersection result queries | Carlo Zancanaro |
2013-07-03 | Remove midje dependency and now useless tests (will add tests later) | Carlo Zancanaro |
2013-07-03 | Add SCM info to project.clj | Carlo Zancanaro |
2013-07-03 | Added tag 0.1.0 release for changeset a04a90ac3937 | Carlo Zancanaro |
2013-07-03 | Update the README to include a leiningen dependency vector | Carlo Zancanaro |
2013-07-01 | Bump the version number: 0.1.0 | 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 | A bit more readme changing | Carlo Zancanaro |
2013-07-01 | Add union/intersection to the dsl | Carlo Zancanaro |
2013-07-01 | Update the readme some more | Carlo Zancanaro |
2013-07-01 | Remove some extra code that was left sitting around | Carlo Zancanaro |
2013-07-01 | Update the readme | Carlo Zancanaro |