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:Connection.

0.13 Sun Jan 04 2009
    - added table_foreign_key_info, table_indexex_info method, fix postgresql lob update to null

0.12 Mon Dec 22 2008
    - index_info fix for mysql, oracle

0.11 Sun Dec 21 2008
    - added schema specific methods:
      - foreign_key_info
      - foreign_key_columns
      - index_info
      - table_info
      - tables_info
      - trigger_info
      - routine_info
      - has_view

0.10 Mon Nov 24 2008
    - fix test for Oracle
    
0.09  Sun Nov 22 2008
    - Changed objects to array based, 
    - Added tables, columns methods

0.08  Tue Aug 19 2008
    - Add extend contructor for passing only dbh and connection_name as parameters

0.07  Fri May 30 2008
    - Add tests
    - Improved documentation

0.06  Fri May 30 2008
    - Removed warnings for primary_key_info
    - Documentation improvements

0.05  Mon May 26 2008
    - Documentation improvements
    - Added update_lob, fetch_lob methods
0.03  Mon May 12 2008
    - Documentation improvements
0.02  Wen May 07 2008
    - Pod doumentation fix.
0.01  Mon May 05 2008
    -  Initial import to CPAN.