honeysql/test/honeysql
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
..
core_test.clj Fix the parameterizable protocol to include nil 2015-05-20 11:23:36 -04:00
format_test.clj Add support for exists 2015-04-24 08:08:13 -07:00