Commit graph

18 commits

Author SHA1 Message Date
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