Fixed a bug in hashpair with literal SQL and bind value (ie. col => { op => \[$sql...
authorNorbert Buchmuller <norbi@nix.hu>
Sun, 15 Feb 2009 14:33:19 +0000 (14:33 +0000)
committerNorbert Buchmuller <norbi@nix.hu>
Sun, 15 Feb 2009 14:33:19 +0000 (14:33 +0000)
commitcd87fd4cb496d50172d60c241bff1060879e431b
tree1e607c26e31a981f34c34d81d9f0cea835c733a6
parentef4d99a5581ca600bd53f881b04ecda14e413e89
Fixed a bug in hashpair with literal SQL and bind value (ie. col => { op => \[$sql, @bind] }) when bindtype => 1.
Added tests for hashpair with literal SQL and bind value (ie. col => { op => \[$sql, @bind] }) when bindtype => 1.
lib/SQL/Abstract.pm
t/01generate.t