Michael Blume
db32c8a654
match close parens in README
2017-05-20 21:47:05 -07:00
Michael Blume
2088a198e9
clarify in README that honeysql just generates sql
...
and has nothing to do with your db connection
Fix #148 ?
2017-05-20 21:45:20 -07:00
Michael Blume
63d04cf8fc
Cut 0.9.0 beta 2
2017-05-19 23:03:42 -07:00
Michael Blume
ef90bc4094
update changelog
2017-05-19 23:02:16 -07:00
Eli Naeher
00316fc6bd
Add helpers for :with and :with-recursive clauses
2017-05-19 22:59:21 -07:00
Michael Blume
a61e65b40c
Cut 0.9.0 beta 1.
2017-05-10 14:00:00 -07:00
Michael Blume
3154caa6e7
upgrade cljs dependencies
2017-05-10 13:40:06 -07:00
Michael Blume
4d88e60dcb
update CHANGES
2017-05-10 13:34:47 -07:00
Michael Blume
f22cae3278
Require that defhelper arglist has two elements
...
one for the map and one for varargs
Add & to metadata arglists, make them correct
2017-05-10 09:46:54 -07:00
Michael Blume
e0072efbdc
Merge pull request #132 , allow namespaced keywords
2017-04-05 21:11:45 -07:00
Tom Connors
bdfee0883e
Fix using maps with different key orders in :values
2017-03-24 00:18:04 -07:00
Michael Blume
7b61250b2d
Merge pull request #149 from zeekat/master
...
Fix operator/function calls in value positions
2017-03-10 19:39:40 -08:00
Joost Diepenmaat
f8b913d667
Fix operators in value positions
2017-02-17 10:21:23 +01:00
Joost Diepenmaat
5e7e224df4
Show problem with operators in value positions
2017-02-17 10:20:40 +01:00
Michael Blume
4b79536a75
Begin 0.8.3 release cycle.
2016-12-31 23:16:06 -08:00
Michael Blume
05fae8cb98
Cut 0.8.2 release.
2016-12-31 23:14:33 -08:00
Michael Blume
9edf99e136
update changelog for subclause change
2016-12-31 23:13:32 -08:00
Michael Blume
d07a1a3764
Merge pull request #143 from rnewman/patch-1
...
Update README example to match #142 .
2016-11-07 14:13:10 -08:00
Richard Newman
29f3cd1099
Update README example to match #142 .
2016-11-06 12:29:37 -08:00
Michael Blume
160e2821b8
Merge pull request #142 from rnewman/rnewman/union-paren
...
Don't parenthesize the subclauses of a UNION, UNION ALL, or INTERSECT clause.
2016-11-06 00:57:49 -07:00
Richard Newman
a0d0880ac6
Add an additional test for phrasing complex UNION queries.
2016-10-12 09:26:51 -07:00
Richard Newman
9dd87d14a0
Don't parenthesize the subclauses of a UNION, UNION ALL, or INTERSECT clause. Fixes #141 .
2016-10-12 08:50:54 -07:00
Michael Blume
40fce0efc4
Begin 0.8.2 release cycle.
2016-09-25 15:32:33 -07:00
Michael Blume
01f42182fa
Cut 0.8.1 release.
2016-09-25 15:32:14 -07:00
Michael Blume
48882442ac
add changelog for union-all change
2016-09-25 15:29:56 -07:00
Michael Blume
3cdaa5ef96
Merge pull request #140 from seancorfield/master
...
Address #138 : add priority for union/union-all
2016-09-17 16:26:45 -07:00
Sean Corfield
6a0eacdd5f
Address #138 : add priority for union/union-all
...
By prioritizing union / union-all to happen early on, complex queries
with order by / limit / offset etc will be correctly formatted _after_
the union / union-all clause has been formatted.
2016-09-13 19:50:50 -07:00
Michael Blume
d700034f62
Begin 0.8.1 release cycle.
2016-08-05 11:11:19 -07:00
Michael Blume
64bf2f6188
Cut 0.8.0 release.
2016-08-05 11:09:46 -07:00
Michael Blume
f00855c30b
Merge pull request #130 from rnewman/rnewman/rebase
...
ClojureScript support (fixes #117 )
2016-08-04 19:55:14 -07:00
Dave Della Costa
d5a0784e16
Merge pull request #133 from ddellacosta/master
...
Add link to nilenso's PostgreSQL extension lib
2016-07-20 16:39:51 -04:00
Richard Newman
f9546af9ca
Make defhelper work.
2016-07-18 14:13:10 -07:00
Richard Newman
ec03b7c06f
ClojureScript doesn't have IRecord, but we should be using record? anyway.
2016-07-18 14:12:01 -07:00
Richard Newman
0539e33d9a
Get tests running with 'lein doo'.
2016-07-18 14:12:01 -07:00
Richard Newman
496f315e86
Use modern cljsbuild.
2016-07-18 14:12:01 -07:00
Mike Blume
7c8cdf241d
MichaelBlume's first pass at ClojureScript support.
2016-07-18 14:12:01 -07:00
Mike Blume
5603e9df9f
Add ClojureScript build, move files to cljc.
...
ClojureScript build fails.
2016-07-18 14:10:52 -07:00
Richard Newman
791116702c
Ignore Vim hidden files.
2016-07-18 14:10:51 -07:00
Dave Della Costa
f23d687423
Merge pull request #124 from MichaelBlume/fix-arglists
...
fix arglist metadata
2016-07-12 10:00:36 -06:00
Dave Della Costa
815389b58f
add link to PostgreSQL extension lib, bump copyright year
2016-07-10 14:43:18 -04:00
Jon Doane
5b197f9756
Solve an issue where namespaced keywords and symbols where only taking the name portion of the identifier.
...
- This now checks if there is a namespace and prepends it to the name if it exists.
2016-07-09 10:37:33 -04:00
Michael Blume
634cad74cb
Begin 0.7.1 development cycle.
2016-06-07 16:59:13 -07:00
Michael Blume
39482d49c2
Cut 0.7.0 release.
2016-06-07 16:58:56 -07:00
Michael Blume
93b62586ce
Update changelog.
2016-06-07 16:58:08 -07:00
Michael Blume
3265e4e14d
fix arglist metadata
2016-05-21 13:26:18 -07:00
Michael Blume
8c0e88db43
Merge pull request #122 from akhudek/master
...
Treat numbers as paramterized values to fix issues with NaN, Infinity…
2016-05-19 16:04:44 -07:00
Alexander Hudek
7397b3a48f
Update tests for parameterized numbers.
2016-05-18 17:21:51 -04:00
Alexander K. Hudek
3ec65bd198
Treat numbers as paramterized values to fix issues with NaN, Infinity, and -Infinity.
2016-05-17 14:37:39 -04:00
Michael Blume
6bb6c2eaac
Merge pull request #120 from MichaelBlume/fix-lock-example
...
fix lock example in readme
2016-05-07 11:14:11 -07:00
Michael Blume
1e6902d17e
fix lock example in readme
2016-05-07 11:09:09 -07:00