Revision history for Perl extension DBIx::Skinny::Schema::Loader 0.25 Sun Nov 18 13:56:01 2012 - update Module::Install 0.24 Sun Feb 19 23:49:15 2012 - primary key detection behavior was changed to get the value after insert. (thanks nyo-kichi) - incompatible update 0.23 Tue Sep 7 15:59:32 2011 - ignore case when parsing dsn (thanks hayajo) 0.22 Tue Feb 9 11:43:39 2011 - fixed wrong test skip count (thanks magicalhat) 0.21 Tue Feb 8 21:14:55 2011 - followed DBIx::Skinny update - DBIx::Skinny::Util::mk_row_class - require DBIx::Skinny 0.0733 - treat primary key as lowercase (thanks dragon3) 0.20 Fri Dec 17 13:03:51 2010 - removed "auto_include" from Makefile.PL (thanks charsbar) 0.19 Mon Dec 13 17:33:19 2010 - release missed. - this version is same to 0.18 0.18 Tue Nov 30 12:27:57 2010 - followed up Skinny's update(0.0728) (thanks nekokak) - avoid deprecated warnings 0.17 Wed Nov 3 21:48:38 2010 - support PostgreSQL's schema (thanks magicalhat) - publish some comments with make_schema_at() 0.16 Sat Oct 16 10:14:21 2010 - added ignore_rules option for make_schema_at 0.15 Fri Oct 8 11:59:07 2010 - supported table definition without primary key 0.14 Thu Sep 17 09:44:06 2010 - make_schema_at and ->connect() takes DBIx::Skinny style connection parameters. (thanks tokuhirom) 0.13 Thu Jul 8 11:52:53 2010 - English grammar fixes (thanks metaperl) - added composite primary key supprot (thanks tokuhirom) - handle connect_options for specify options for DBI connection (thanks tokuhirom) 0.12 Wed Mar 24 08:09:37 2010 - removed default test database settings - require $ENV{SKINNY_(MYSQL|PG)_(DSN|USER|PASS)} to each DB test 0.11 Wed Mar 17 08:17:14 2010 - fixed error dynamic loading with Skinny(>=0.06), requires Skinny(>=0.0704) - fixed wrong test count on t/102_dbi_pg.t 0.10 Mon Jan 11 15:49:29 2010 - fixed Makefile.PL problem 0.09 Wed Dec 23 02:18:58 2009 - unnecessary module using removed from test files - added build_require "Test::Exception" 0.08 Mon Dec 7 01:05:14 2009 - skip pk setting when found composite pk - write pk in install_table manually 0.07 Fri Dec 4 12:08:40 2009 - separated get_skinny_connect_info method - fixed bug, username didn't fetched 0.06 Sun Oct 18 16:52:44 2009 - added make_schema_at options - before_template (alternative of template option) - after_template 0.05 Tue Oct 13 12:10:47 2009 - added table_template option for make_schema_at 0.04 Fri Oct 9 18:32:49 2009 - supported postgresql (thanks to sfujiwara) 0.03 Tue Oct 6 19:29:16 2009 - removed dependency of Exporter - added use strict/warnings to class files (I forgot it when remove Any::Moose, thanks to walf443) 0.02 Tue Oct 6 23:26:26 2009 - removed dependency of Any::Moose and Text::MicroTemplate 0.01 Tue Oct 6 19:29:16 2009 - original version