Passing a hashref as bind value in insert() does not blow up, but passes the hashref...
authorNorbert Buchmuller <norbi@nix.hu>
Fri, 30 Jan 2009 20:22:09 +0000 (20:22 +0000)
committerNorbert Buchmuller <norbi@nix.hu>
Fri, 30 Jan 2009 20:22:09 +0000 (20:22 +0000)
commit5db47f9fe6d06048b35092378a04e3a292d03a19
treeafa12ee676c67ee028e7c29b4247ddc05d84132e
parent1496d4ce1467676a04bacee2f67e34778990de27
Passing a hashref as bind value in insert() does not blow up, but passes the hashref through (like older SQLA versions did) and emits a warning. Later to be changed to die (with a helpful message).
lib/SQL/Abstract.pm
t/01generate.t