Skip to content

Releases: UnseenKill/sql-querybuilder-oo

Version 0.2.4

16 Sep 08:03

Choose a tag to compare

  • removed several "write to $_" occurrences that invaded callers' namespace
  • removed several unintended "to_string()" conversions when checking variables
  • fixed sqlValueList to optionally convert its arguments to sqlParameter
  • replaced cumbersome "getLastInsertId" implementation with native DBI code