The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for DBIx-DBO

0.08	Nov 2, 2010
	- Improve checking for aliases.
	- Fix broken Query column bindings when its Row is modified.
	- Added the DBIx::DBO::Table->last_insert_id method.

0.07	Oct 18, 2010
	- Improved POD for subclassing.
	- Minor bugfix when creating a new table.
	- Obscure the ConnectArgs and ConnectReadOnlyArgs in the DBO.

0.06	Aug 23, 2010
	- Included missing Oracle files in MANIFEST.
	- Added DISTINCT queries.
	- Added COLLATE option.

0.05	May 27, 2010
	- Added support for Oracle. [VLYON]
	- Improved Query clause removal methods. [VLYON]
	- Added a HAVING clause. [VLYON]
	- Improved inheritance for subclasses under 5.8.x. [VLYON]
	- Added the DBIx::DBO->new method. [VLYON]

0.04	Mar 7, 2010
	- Improved POD docs, tests and compatibility with other platforms. [VLYON]
	- Added the DBIx::DBO::Query->open_bracket method. [VLYON]
	- Added the UseHandle config option. [VLYON]

0.03	Feb 12, 2010
	- Make it compatible with perl 5.8.x. [VLYON]

0.02	Feb 8, 2010
	- First public release version. [VLYON]

0.01	Feb 1, 2010
	- First public (development) version. [VLYON]