ANNOUNCE: Alzabo 0.79_03
From: Dave Rolsky (autarch_at_urth.org)
Date: 10/18/03
- Next message: Radhika Sambamurti: "dbi::mysql create table question"
- Previous message: Tim Bunce: "Re: DBI fetch gets SEGEMENTATION FAULT with new ORACLE date data type(TIMESTAMP WITH LOCAL TIME ZONE)."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 18 Oct 2003 11:52:17 -0500 (CDT) To: dbi-users <dbi-users@perl.org>
0.79_03 October 18, 2003
ENHANCEMENTS:
- Many doc rewrites and updates.
- Documented row state classes.
- Added back the no_cache parameter to avoid caching one or more rows.
- Moved the relevant documentation from Alzabo::Runtime::PotentialRow
into Alzabo::Runtime::Row.
BUG FIXES:
- Fixed the NAME portion of the Alzabo::MySQL and Alzabo::PostgreSQL
POD files so that search.cpan.org doesn't think Alzabo::MySQL is the
Alzabo.pm file. Reported by Darren Duncan.
- The 12-rev_engineer_pg_fk.t test would try to load DBD::Pg even if
you weren't using Postgres, which would cause the test file to die if
DBD::Pg wasn't installed. Reported by Jost's smokehouse.
- More documentation updates to remove outdated information.
- Split out the documentation in Alzabo.pm into Alzabo::Intro and
Alzabo::Design.
- Added a FAQ from a question on the mailing list. Suggested by
Terrence Brannon.
- Eliminated a circular reference between tables created via the
Alzabo::Runtime::Table->alias() method, and the columns those alias
tables contain. This required the use of weak references.
NOTE: Alzabo regular tables and columns have circular references to
each other, but this normally isn't a problem because you generally
want to keep a whole schema around all the time anyway.
-dave
/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/
- Next message: Radhika Sambamurti: "dbi::mysql create table question"
- Previous message: Tim Bunce: "Re: DBI fetch gets SEGEMENTATION FAULT with new ORACLE date data type(TIMESTAMP WITH LOCAL TIME ZONE)."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|