Fixed behaviour of 'literal SQL with bind' feature (ie. \[$sql, @bind]) to expect...
authorNorbert Buchmuller <norbi@nix.hu>
Tue, 17 Feb 2009 19:20:53 +0000 (19:20 +0000)
committerNorbert Buchmuller <norbi@nix.hu>
Tue, 17 Feb 2009 19:20:53 +0000 (19:20 +0000)
commitfe3ae272650700ebb68d179d50b7d137f2d8e855
tree04cfb2ac3c202a57198966a1d1c828c3ee860568
parent190bbeb7fe176719eb8cd67527d4800fa3faf6ab
Fixed behaviour of 'literal SQL with bind' feature (ie. \[$sql, @bind]) to expect @bind in the same format as returned by ->where().
Added some tests for the above feature.
lib/SQL/Abstract.pm
t/01generate.t