Revision history for Perl extension ObjectDB
3.17 2016-12-26T11:04:38Z
[FIXES]
- correctly auto discover nullable columns
3.16 2016-11-22T20:43:03Z
[FIXES]
- work around pg default empty values
3.15 2016-08-14T16:52:04Z
[FEATURES]
- custom do commands after connect
3.14 2016-08-10T08:26:23Z
[FIXES]
- fix empty default values when using auto discovery
3.13 2016-01-17T10:13:10Z
[FEATURES]
- allow low level joins in find queries
3.12 2015-09-21T09:41:30Z
[FEATURES]
- support HAVING
3.11 2014-12-12T22:44:08Z
[FIXES]
- explicitly return undef on get_column
- fix transaction error handling
3.10 2014-04-28T09:59:37Z
[FEATURES]
- do not merge rows for now
[FIXES]
- fix finding via many to many
- fix undefined warning
3.09 2014-02-19T13:37:27Z
[FEATURES]
- load and find with columns
- require latest SQL::Composer
[FIXES]
- skip auto discovery test when DBIx::Inspector not available
3.08 2014-02-14T14:33:18Z
[FEATURES]
- auto discovery
- each iterator
- find_by_sql method
- generate columns and related methods
- it is possible to preload one to many relationships
[FIXES]
- fix related context
- fix inc in tests
- fix empty relationships
- reorganize and improve related tests
- reorganize and improve related tests
- fix loading many to many as related
- better row merging when rows are sorted
- make sure to_hash works on one to many
- testing loading one to many
3.07 2014-01-17T12:59:51Z
- require latest version of SQL::Composer
3.06 2014-01-15T21:00:04Z
- correct initialization of related objects
- use Hash::Merge and remove lots of duplication
- small many to many improvements
3.05 2014-01-15T15:56:27Z
- simplify related objects creation
- merge where clause in many to many
3.04 2014-01-13T12:26:00Z
- set is_in_db flag when returning found objects
3.03 2013-12-20T08:21:33Z
- require dbh for pool testing
3.02 2013-12-17T13:10:58Z
- do not run tests that require specific database driver
3.01 2013-12-15T08:09:16Z
- fix dependencies
3.00 2013-12-14T19:51:25Z
- original version