Piece_ORM 1.0.0 (stable) released
Release Date: 2008-04-20
A new release of Piece_ORM is now available. This is the first stable release of Piece_ORM.
What's New in Piece_ORM 1.0.0
- Automatic Timestamp
- The current timestamp is set to the createdAt/updatedAt property automatically when insert/update if a table has a created_at/updated_at field.
- Optimistic Locking
- Optimistic Locking by the lock_version field has been supported only in default queries.
- LOB support
- The LOB support provides easy-to-use interfaces to handle LOBs using mappers.
- Array support
- Quotable (scalar or null) values in an array are expanded with a comma in a query.
- the useMapperNameAsTableName option
- If you want to use a mapper name as a table name, set the useMapperNameAsTableName option to true in the piece-orm-config.yaml.
See the release notes for details.
Posted by: ITEMAN | April 20, 2008 5:33 PM | Permalink
Trackbacks