0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated README for v. 1.0.5 More... about 6 years ago
Added license and url (website inbound) More... about 6 years ago
The compiler is begging for a rewrite. it would double include preds from joins, which means that duplicates would creep into env. (closing #138) More... about 6 years ago
Connection descriptor can also be URI/string More... about 6 years ago
Changed to CIDER friendly test structure (lein test doesnt run) More... about 6 years ago
Bumped Clojure ver to 1.9.0 Scrapped incubator, using some->> instead of -?> Pull dev-deps into deps. Users can exclude what they dont need. Fixed as test failing to to poor ordering of joins between two tables. Joins still arent fully associative, so 3 tests still fail More... about 6 years ago
Merge pull request #140 from delver/issue-139 More... almost 11 years ago
no with profile in lein1 More... almost 11 years ago
Correct travis config More... almost 11 years ago
Add travis config using lein1 More... almost 11 years ago
Fix indents More... almost 11 years ago
Rename over aliased tabled generates correct SQL fragments More... almost 11 years ago
Test to expose issue #139 More... almost 11 years ago
Merge pull request #65 from amalloy/simplify More... about 11 years ago
Merge pull request #135 from sduckett/patch-1 More... about 11 years ago
Update README.md More... about 11 years ago
Merge pull request #134 from gowda/docs More... over 11 years ago
Add documentation in docs/examples.md - copy of http://clojureql.org/examples.html More... over 11 years ago
Update docs/manual.md - formatting changes More... over 11 years ago
Add documentation in docs/manual.md - copy of http://clojureql.org/documentation.html More... over 11 years ago
Release 1.0.4 More... over 11 years ago
Upgraded dependencies: - got rid of last old contrib library c.c.mock, inlined into source tree - updated access to private vars which got changed in new clojure.java.jdbc More... over 11 years ago
Closes issues 81, 91 and 93 where the environment was capped when doing UNION on a join More... over 12 years ago
v 1.0.3 More... over 12 years ago
Generated keys do not have to be integer More... over 12 years ago
Require clojure.set in internal.clj, fixes compat with clj 1.3 More... over 12 years ago
Merge remote branch 'trampoline/fix_aliased_table_join_order' re-bumped version to snapshot Conflicts: project.clj More... over 12 years ago
Merge remote branch 'paraseba/join-alias-bug' More... over 12 years ago
some tests of dependency graph flattening More... over 12 years ago
fix join order problem for join paths >= 2 with subselects and table aliases More... over 12 years ago