Author: spadkins
Date: Thu Mar 9 13:51:27 2006
New Revision: 3645
Modified:
p5ee/trunk/App-Repository/CHANGES
Log:
freeze for 0.96
Modified: p5ee/trunk/App-Repository/CHANGES
==============================================================================
--- p5ee/trunk/App-Repository/CHANGES (original)
+++ p5ee/trunk/App-Repository/CHANGES Thu Mar 9 13:51:27 2006
@@ -5,6 +5,16 @@
0.96
x test suites are driven by app.conf (App::Options)
(dbdriver/dbhost/dbname/dbuser/dbpass)
(and they succeed trivially when no app.conf is set up)
+ x App::Repository::DBI - change the meaning of param.eq, .eq means =, not
infer IN
+ x App::Repository::DBI - return 0 rather than 0E0 from update()
+ x App::SessionObject::RepositoryObjectSet - add max_age feature to serve as
default if not provided in get_objects({max_age => 0})
+ x App::Repository::DBI - dbexpr_update option sprintf()s using more than one
$value (5 actually) for 'if(%s=5,%s,3)' expressions
+ x App::Repository::DBI - add support for literal aggregation functions
+ x App::Repository::DBI - rename summarykeys to group_by
+ x App::Repository::DBI - enhanced debug_sql output on _do()
+ x App::Repository::DBI - protect against undef params
+ x App::Repository::DBI - retry when _connect() gets a Lost connection
+ x App::Repository::DBI - _get_default_columns() use configured columns for
get_hashes() etc. when no columns specified
x App::Repository::DBI - table-level hints now work (main table only)
(MySQL-compatible)
x App::Repository/::DBI - _get_default_columns($table) returns
{default_columns}, {phys_columns}, or {columns}
x App::ValueDomain::RepositoryTables - a list of tables from a repository