The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module 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 2019-08-26T02:30:22+0900
    - original version; created by ExtUtils::ModuleMaker 0.63

0.9.7 2020-05-28T15:06:43+0900
    - Corrected test unit check when compiled with increased floating point accuracy. Should fix bug RT #132719

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

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