Revision history for Perl extension Teng
0.14_04
- support '+columns' for single, search, lookup and search_with_pager. (thanks nihen)
- changed calling way of sql_builder in Teng::Plugin::Count. (thanks makamaka)
- sort lookup keys, because anytime make same SQL. (thanks nihen)
- FIXED: fail at reconnect twice. (thanks nihen)
- FIXED: Lookup Plugin fail at multiple key. (thanks nihen)
0.14_03
- bsd tar sucks! use gnu tar for packaging.
0.14_02
- Schema::Loader auto create teng class.
0.14_01
- [IMPORTANT] bulk_insert include core feature. do not use Plugin::BulkInsert.
- add Plugin::Lookup.
- fixed fork safe connection. (thanks nihen)
- support auto reconnect dbh. (thanks nihen)
- can specific column for single or search method.
- support bulk_insert for postgresql 8.2.0 over. (thanks makamaka)
- support bind_param. (thanks makamaka)
- add Plugin::SingleBySQL. (thanks nihen)
0.14
- fixed deflate bug. (thanks kentaro)
0.13
- fixed inflate bug. (thanks kentaro)
- fixed DBD::SQLite test case. (thanks charsbar)
- tuning single method.
0.12
- fixed some documents.(thanks hiratara)
0.11
2011-05-15
- following SQL::Maker 0.14.
0.10
- Add has_deflators()/has_inflators on Schema::Table (lestrrat)
0.09
- There was a critical bug when disconnect() (or reconnect())
was used while transaction operations were performed. Also, this
very likely affects long-running processes that use transactions
as well. If you use transactions at all, upgrade is strongly
recommended (lestrrat)
- Fixed Plugin::BulkInsert to work with mysql (Yappo)
0.08
2011-02-24
- fixed can't guess tablename by quote_char. (thanks hatyuki)
- fixed Schema::Loader (in|de)flate settings. (thanks yibe)
- fixed Row#update bind value's bug by pk.(thanks libkenta)
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.