Commit graph

29 commits

Author SHA1 Message Date
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
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
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
Dave Della Costa
0662a00722 Merge pull request #103 from jakemcc/add-intersect
add intersect support
2016-03-02 12:37:17 -05:00
Michael Blume
c4278f2370 Cut 0.6.3 release. 2016-02-09 14:54:51 -08:00
Jake McCrary
8fa44d22b3 add INTERSECT support 2015-11-29 17:49:45 -06:00
Michael Blume
d164d53a35 Begin 0.6.3 development cycle 2015-10-19 12:36:23 -07:00
Michael Blume
83624a85ca Cut 0.6.2 release. 2015-10-19 12:31:57 -07:00
Michael Blume
0c9474a833 update CHANGES 2015-10-19 12:31:34 -07:00
Mike Blume
d792a9d285 Begin 0.6.2 development cycle 2015-06-06 19:03:12 -07:00
Mike Blume
f0c40a960c Cut 0.6.1 release 2015-06-06 18:57:39 -07:00
Donald Ball
713f72cfb6 Fix the parameterizable protocol to include nil
I forgot that Object doesn't include nil on protocols.

I added test coverage demonstrating the regression, only to note that
parameterized and literal queries produce different sql for the nil
case. I believe only the former is actually valid ANSI SQL, though mysql
at least does not care.
2015-05-20 11:23:36 -04:00
Mike Blume
6e36c7c1f8 begin 0.6.1 development cycle 2015-05-10 10:00:35 -07:00
Mike Blume
900aebd80b cut 0.6.0 release 2015-05-10 09:56:54 -07:00
Mike Blume
115ac81fee Merge pull request #74 2015-05-08 16:41:11 -07:00
Mike Blume
f752de70f9 begin 0.6.0 development cycle 2015-05-08 16:38:14 -07:00
Mike Blume
0e06499aed cut 0.5.3 release 2015-05-08 16:00:38 -07:00
Andy Chambers
203296149f Add support for exists 2015-04-24 08:08:13 -07:00
Mike Blume
14f9c9160f add null order work to changelog 2015-04-21 17:49:41 -07:00
Donald Ball
4bdaae39af Convert seq param values to literal sql param lists
This allows seqs to be used as param values, e.g. for IN clauses. It
also converts sets to seqs for the same purpose.

It does not expand the parameter name when this occurs, which will lead
to a mismatch between the *param-names* and *params* collections. It is
not clear how *param-names* are intended to be used, so I have no better
fix to suggest other than repeating a seq's param name the corresponding
number of times into that collection.
2015-04-21 14:28:28 -04:00
Donald Ball
2820662f59 Apply seq to sets when converting to sql
This allows them to be used as values, e.g. for in clauses, as
demonstrated in the test.
2015-04-20 23:40:59 -04:00
Donald Ball
da88383cc0 Document locking selects 2015-04-19 21:57:44 -04:00
Donald Ball
43f8d5010f Backfill the recent commits into the CHANGELOG
This helps dependent projects review their integration to determine if
any need to be changed when they update honeysql.
2015-04-17 15:59:45 -04:00
Howard M. Lewis Ship
68d8091f8a Add a file to track changes 2014-10-07 14:46:52 -07:00