The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension DBIx::Skinny

0.0716
   2010-08-10
        - FIXED : _guess_table_name support multiline sql (thanks nihen)
        - ADD   : Added position accessor to Iterator (thanks nihen)

0.0715
   2010-07-26
        - MOD : do method can take \%attr, @bind_params ( It's the same as DBI's "do" behavior ) (thanks tokuhirom)
        - MOD : single/search method can select..for update.

0.0714
   2010-07-06
        - MOD : The setting method of Schema#pk is enhanced bug fixed. (thanks gfx)

0.0713
   2010-07-06
        - MOD : The setting method of Schema#pk is enhanced. (thanks tokuhirom)

0.0712
   2010-06-29
        - MOD : added method search_rs. Return DBIx::Skinny::SQL's object. (thanks walf443)
        - MOD : add fork safe dbh handling (thanks nihen)
        - ADD : DBIx::Skinny::SQL's docs (thanks walf443)
        - ADD : add_complex_where's test (thanks walf443)
        - ADD : DBIx::Skinny::Manual::EN (thanks metaperl)
        - FIXED : t/218_transaction_mysql.t's typo (thanks nihen)

0.0711
   2010-05-16
        - FIXED : typo s/realy/really/ (thanks azumakuniyuki)
        - FIXED : typo s/potition/position/g (thanks azumakuniyuki)
        - FIXED : bind_param bug fixed.

0.0710
   2010-04-22
        - MOD : support bind_param.
        - MOD : add replace method.
        - INCOMPATIBLE MOD: pre_insert and post_insert trigger should not work in bulk_insert. mysql driver does not effect this change. (walf443)
        - fix typo s/alreay/already/ ( magicalhat++ )
        - FIXED: loose connect_options after new (thanks yibe)

0.0709
   2010-04-20
        - FIXED: check get_column argument and check no select column case (walf443)
        - FIXED: typo fixed. s/coddnnect_options/connect_options/. (thanks yibe)

0.0708
   2010-04-07
        - FIXED: s/is not exist/dose not exist/g (thanks azumakuniyuki and mizzy)
        - FIXED: fetch data for find_or_create. (walf443) 
        - FIXED: SQL function was able to be used by add_where method. 

0.0707
   2010-04-05
        - ADD: added on_connect_do option. It's useful for hooking when connected (walf443)
        - FIXED: IO::Handle->autoflush is not exist on some IO::Handle version (walf443)

0.0706
   2010-03-23
        - MOD: accept $dbh for DBIx::Skinny->new() (tokuhirom)
        - FIXED: utf8_(on|off) should mention is_utf8_column (tokuhirom)

0.0705
   2010-03-18
        - MOD: add Profiler::Trace (thanks Makamaka Hannyaharamitu and tokuhirom)

0.0704
   2010-03-16
        - MOD: allow ArrayRef for search_named argument (thanks walf443)
        - MOD: add check schema attribute (thanks nekoya) 
        - FIXED: t/217_transaction_sqlite.t requires DBD::SQLite (thanks tokuhirom)

0.0703
   2010-03-09
        - FIXED: DBD::* bulk_insert txn (report Makamaka Hannyaharamitu)
        - MOD: support multi pk (thanks Makamaka Hannyaharamitu)
        - MOD: logging txn_(begin|rollback|commit) (thanks Makamaka Hannyaharamitu)
        - MOD: support nested transaction (thanks Makamaka Hannyaharamitu)

0.0702
   2010-03-08
        - FIXED: DBD::mysql bulk_insert profiler bug. (thanks Makamaka Hannyaharamitu)
        - FIXED: Makefile.PL require Test::More 0.94 (thanks metaperl)
        - MOD: more readable error message. (thanks tokuhirom)

0.0701
   2010-03-05
        - MOD: _execute call profiler (thanks Makamaka Hannyaharamitu)

0.07
   2010-03-05
        - FIXED: schema_info is not exist case. (thanks walf443)
        - FIXED: row class syntax error case. (report by cho45)
        - MOD: no depends Test::Declare.
        - MOD: update/upate_by_sql/delete/delete_by_sql use _execute method (thanks magicalhat)

0.06
   2010-02-07
        - FIXED: _guess_table_name bug.
        - MOD: utf8_on/utf8_off speed up. (thanks tokuhirom)
        - MOD: direct call caller. (thanks yappo)
        - FIXED: dbd exception (thanks tokuhirom/walf443)
        - FIXED: (connecton|do) error handling (thanks walf443)
        - ADD: some documents
        - MOD: specific your query profiler (thanks walf443)
        - FIXED: error processing when Schema.pm doesn't exist (thanks walf443)
        - MOD: it came to be able to define original Row.pm

0.05
   2009-12-21
        - FIXED: quote col (thanks noblejasper/fujiwara).
                  (table etc no not yet.)
        - FIXED: fetchrow_hashref('NAME_lc') for Oracle. (thanks Tomoyuki Misonou)
        - ADD: Oracle support (thanks Tomoyuki Misonou)
        - FIXED: set_dbh method bug. (report thanks walf443)
        - FIXED: Row::set method using deflate data. (thanks nekoya)
        - ADD: install_common_trigger method for DBIx::Skinny::Schema (thanks nekoya)

0.04
   2009-10-01
        - FIXED: avoid warning, in case of binds contains undef by Profiler.pm (thanks nekoya)
        - FIXED: pod typo (thanks nekoya/yusukebe/fujiwara)
        - MOD: Hide from pause by sample code.
        - ADD: PostgreSQL support (thanks oinume and fujiwara)

0.03
   2009-08-17
        - FIXED: get delete rows count. (RT#48359)
        - FIXED: pod typo (thanks TBONE)
        - MOD: supported search with order_by as hashref or string (thanks nekoya)
        - MOD: call set when updated row object (thanks nekoya)
        - MOD: add new method and more.
        - ADD: skinny sample code.
        - ADD: Manual document.

0.02
    2009-07-15
        - FIXED: tests.
        - MOD: connection method.

0.01
    2008-11-24
        - original version