The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Change log for SQL::QueryBuilder::OO
$Date: 2014-04-03 10:27:49 +0200 (Thu, 03 Apr 2014) $

0.1.2	2014-04-03 (Thu, 03 Apr 2014)
	* replaced DBI's `last_insert_id` with (less portable) `LAST_INSERT_ID()` SQL function call
	* added missing `_interpolateByName`
	* added `fetchArray`
	* fixed bug when fetching named parameters
	* fixed bug when quoting "select all from table" references (table.*)
	* chose the lazy way and added man-page as README

0.1.1	2014-04-01 (Tue, 01 Apr 2014)
	* Removed "use DBI" which broke tests mostly on BSD systems

0.1		2014-03-31 (Mon, 31 Mar 2014)
	* PHP port completed
	* Added documentation
	* Restructured for MakeMaker layout

$Revision: 26 $