Revision history for Perl extension Teng
0.07
2011-02-08
- Create better diagnostics for transactions guards that were not
properly dismissed
- Depend on DBIx::TransactionManager 1.06
- adjustment inflate
- change setters to add_* and remove getters for Teng::Schema::Table
- fixed docs.
- fixed Loader's sort bug.
- refetch row after insert.
0.06
2011-01-26
- add query comment at execute point.
- fixed dbh deep recursion by reconnect (thanks cho45)
0.05
2011-01-24
- fixed documents.
- fixed Teng::Plugin::Pager::Page->entries_on_this_page(reported by yibe++)
- few refactoring.
0.04
2011-01-19
- fixed Makefile.PL
- fixed error ocurred in a middle of a transaction.
0.03
2011-01-19
- more docs.
- fixed on_connect_do's bug.
0.02
2011-01-18
- more docs. and fixed POD. no code change.
0.01
2011-01-18
- forked from DBIx::Skinny.