Revision history for Perl extension DBIx::Skinny::Schema::Loader
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