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 Perl module DB::Object

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
0.5 2020-03-28 Improved version with bug fixes for DB::Object::Mysql
0.6 2020-03-29 Correction of bug in t/002_postgres.t
0.8 2020-03-31 Improved _where_having in DB::Object::Query
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