Revision history for Perl extension Aniki 0.08 2015-10-26T12:39:36Z - Split handler class from main class. - Added WeightedRoundRobin plugin. 0.07 2015-10-13T07:59:29Z - Fixed broken suppress_row_objects option of select method. 0.06 2015-10-13T00:39:45Z - A little refactor. (no feature changes) 0.05 2015-10-12T18:17:51Z - Renamed some methods/classes - Performance improvements - Support custom result class - Added insert_and_emulate_row method - Use prepare_cached as default - Unsupport fields case for consistency - Added skeleton generator 0.04_03 2015-09-29T00:59:39Z - Keep inflated rows to keep relay cache 0.04_02 2015-09-28T08:26:21Z - Plugin::SelectJoined is broken when outer joined. 0.04_01 2015-09-28T07:00:10Z - Added Plugin::SelectJoined (inspired by Teng::Plugin::SearchJoined) - Support to select specified columns by table 0.03_01 2015-09-22T04:58:09Z - Support automatic pre-cache the inverse relational rows 0.02_09 2015-09-19T05:23:54Z - Support the canonicalize of the `SELECT` SQL statement - Support deep prefetch 0.02_08 2015-07-28T03:42:15Z - Fixed Aniki::Row#can. (It's broken when it's called as instance method.) 0.02_07 2015-07-28T02:40:43Z - Change pluralize logic. (now pluralize last word only. SEE ALSO: https://github.com/karupanerura/Aniki/commit/13998800dc48fbed7ca1ca3bae64935c4aad78f5) 0.02_06 2015-07-27T04:45:03Z - Added API `new_row_from_hashref` and `new_collection_from_arrayref`. 0.02_05 2015-07-24T03:32:03Z - Aniki::Row#can now returns AUTOLOADed methods. 0.02_04 2015-05-28T02:16:47Z - Fixed bulk_insert. (filterd value is not used.) - Improve error message when specified not defined column. 0.02_03 2015-05-22T11:06:35Z - Added testing for `Aniki::Plugin::Count`. - Something fixes. 0.02_02 2015-05-01T09:44:45Z - Added testing for `Aniki::Plugin::Pager`. - Something fixes. 0.02_01 2015-04-20T23:43:26Z - Use strict query builder mode by default. - Added support a named placeholder. - Added support to declaring relationship. - Added `count` to Collection. - Added `is_new` flag to Row class. - Added `refetch` method to Row class. - Added shortcut to `txn_manger`. - Added plugin for paging. - Added plugin for `SELECT COUNT(...)`. - Added some tests. 0.01_03 2015-02-09T00:14:31Z - Fixed guessing relationship name algorithm. (when defined multiple foreign key.) 0.01_02 2015-02-02T09:51:41Z - Fixed guessing relationship name algorithm. - Fixed dependencies 0.01_01 2015-01-22T10:30:31Z - original version