Revision history for Perl module DB::Object

0.9.5 2020-05-21
	- Change from TryCatch to Nice::Try because TryCatch got broken with release of Devel::Declare version 0.006020

0.9.4 2020-05-16
    - Modified DB::Object::where to enable chaining, which was missing
      $tbl->where( active => 1 )->merge( $dbh->AND( $other_where_clause ) );
    - Corrected a minor warning in DB::Object::Cache::Table

0.9.3 2020-05-16

0.9.2 2020-04-14 Corrected documentation on DB::Object

0.9 2020-04-01 Modified DB::Object::Query to properly handle cases where the value is NULL. Example: WHERE field => undef() or field => 'null' would become field IS NULL.
	Corrected a bug in the test unit of SQLIte for from_days

0.8 2020-03-31 Improved _where_having in DB::Object::Query

0.6 2020-03-29 Correction of bug in t/002_postgres.t

0.5 2020-03-28 Improved version with bug fixes for DB::Object::Mysql

0.2 Mon Aug 26 02:30:22 2019
    - original version; created by ExtUtils::ModuleMaker 0.63
2020-03-28 - Bug fixed for DB::Object::Mysql and DB::Object::Mysql::Query and improved support for regular expression in DB::Object::Query when creating a HERE or HAVING clause