dbsrgits/DBIx-Class-Schema-Loader.git
2010-03-09 Rafael Kitover multi-dsn support for common tests
2010-03-08 Rafael Kitover fix new rel tests for older DBIC
2010-03-07 Rafael Kitover smarter inflect_plural in RelBuilder
2010-03-06 Rafael Kitover Firebird: unquoted_ddl option. Revert wrapped dbic...
2010-03-05 Rafael Kitover Firebird: cleanup trigger parsing code a bit
2010-03-05 Rafael Kitover Sybase: set inflate_datetime => 1 for 'AS getdate(...
2010-03-05 Rafael Kitover Oracle: works again. Firebird: better cleanup in common...
2010-03-05 Rafael Kitover Firebird: more specific autoinc trigger search
2010-03-05 Rafael Kitover Firebird: mixed case support (wip)
2010-03-04 Rafael Kitover mssql: clean up extra tests
2010-03-04 Rafael Kitover Firebird: find quoted generators
2010-03-04 Rafael Kitover Firebird passes common tests
2010-03-03 Rafael Kitover is_auto_increment for Firebird, refactor _extra_column_info
2010-03-03 Rafael Kitover use Storage for getting $dbh (needed for Firebird)
2010-03-01 unknown remove the win32 workaround (as it was the use @ARGV)
2010-03-01 Rafael Kitover don't use @ARGV to slurp files
2010-03-01 Rafael Kitover some preliminary support for Firebird
2010-02-28 Rafael Kitover windows workaround for t/25backcompat_v4.t
2010-02-28 Rafael Kitover oracle and sybase support no longer experimental
2010-02-28 Rafael Kitover refactor t/25backcompat_v4.t
2010-02-25 Rafael Kitover bump DBD::SQLite dep
2010-02-25 Rafael Kitover update Changes
2010-02-25 Rafael Kitover filter tables for SQLite too
2010-02-25 Andrew Rodland Do that eval a little more nicely.
2010-02-25 Andrew Rodland Do SQLite loading without any hairy regexes.
2010-02-24 Rafael Kitover fix MySQL tests without InnoDB, use my variables instea...
2010-02-23 Rafael Kitover column_info POD generation improvements
2010-02-23 Rafael Kitover update Changes
2010-02-23 Rafael Kitover change sqlite is_nullable test to hopefully fail on...
2010-02-23 Rafael Kitover correct table list for SQL Anywhere
2010-02-23 Rafael Kitover better is_nullable test for SQLite
2010-02-23 Rafael Kitover enable some formerly optional rel tests, add is_nullabl...
2010-02-22 Rafael Kitover rename _relnames_and_methods to _relnames_and_method...
2010-02-21 Rafael Kitover minor fix for _id strip warning
2010-02-21 Rafael Kitover Merge remote branch 'origin/simplify_relbuilder_backcompat'
2010-02-20 Robert Buels fixed relnames in _id strip warning, much easier with...
2010-02-20 Robert Buels fixed test failure
2010-02-20 Robert Buels rearrange relbuilder methods and interface to backcompat
2010-02-20 Rafael Kitover upload 0.05003 0.05003
2010-02-20 Rafael Kitover fix relnames in _id strip warning
2010-02-20 Rafael Kitover tests for new _id stripping code
2010-02-20 Rafael Kitover split off the new _id stripping into _multi_rel_local_r...
2010-02-20 Rafael Kitover update Changes
2010-02-20 Rafael Kitover Merge branch 'custom_column_info'
2010-02-19 Rafael Kitover remove warn from test
2010-02-19 Rafael Kitover code/pod cleanup
2010-02-19 Andrew Rodland Sweet, sweet credit
2010-02-19 Andrew Rodland Improve SQLite parsing when column defs span lines
2010-02-19 Rafael Kitover Merge branch 'custom_column_info' of git.shadowcat...
2010-02-19 Rafael Kitover Merge branch 'master' into custom_column_info
2010-02-19 Robert Bohne Merge branch 'master' into custom_column_info
2010-02-19 Rafael Kitover warn about the new _id stripping only when there was...
2010-02-19 Robert Bohne Bettering custom/datetime_column_info parameters
2010-02-19 Rafael Kitover merging master
2010-02-19 Robert Buels updated changelog for pod fix
2010-02-19 Robert Buels added warning about additional trailing _id stripping...
2010-02-18 Robert Buels fixed POD bug, was not correctly printing scalar refs
2010-02-18 Robert Buels strip _id in naming of relationships in the case of...
2010-02-17 Robert Bohne Remove debug output
2010-02-17 Robert Bohne Add more tests for datetime_timezone / datetime_locale
2010-02-17 Robert Bohne Add datetime_timezone/datetime_locale loader options
2010-02-17 Robert Bohne Update custom_column_info POD
2010-02-17 Robert Bohne Add generic custom_column_info, remove oracle specific...
2010-02-15 Robert Bohne Fixed POD / custom_column_info
2010-02-15 Robert Bohne Add POD for custom_column_info, remove ( empty ) hashre...
2010-02-15 Robert Bohne Add test for custom_column_info callback
2010-02-15 Robert Bohne Merge branch 'master' into column_callback
2010-02-15 Robert Bohne Add custom_column_info implemenation
2010-02-15 Rafael Kitover upload 0.05002 0.05002
2010-02-15 Rafael Kitover support for SQL Anywhere
2010-02-13 Rafael Kitover fix picking up quoted tables for SQLite, patch from...
2010-02-09 Rafael Kitover refactor the classname checking code
2010-02-09 Brian Phillips add Changes and CONTRIBUTORS entries
2010-02-09 Brian Phillips fix whitespace tabs ==> ' ' x 4
2010-02-09 Brian Phillips validate class/component loader options
2010-02-05 Rafael Kitover upload 0.05001 0.05001
2010-02-05 Rafael Kitover fix default_value for all other backends, fix bug with...
2010-02-05 Rafael Kitover more robust $dbh->tables parsing for sometimes-quoted...
2010-02-05 Rafael Kitover add t/_common_dump to MANIFEST.SKIP, minor POD change
2010-02-04 Dagfinn Ilmari... Escape non-ascii characters in POD
2010-02-04 Robert Bohne Adjust my email
2010-02-04 Robert Bohne Use QuotedDefault in DBI::SQLite, fixed default value
2010-02-04 Dagfinn Ilmari... Generalise default_value tests
2010-02-04 Robert Bohne Fix mistake in CREATE TABLE loader_test2 statment
2010-02-04 Rafael Kitover fix default_value introspection for Oracle
2010-02-03 Dagfinn Ilmari... Test default value even if skip_rels=1
2010-02-03 Dagfinn Ilmari... Fix expected file count and table dropping when skip_rels=1
2010-02-03 Rafael Kitover patch from Robert Bohne <rbo@cpan.org> to check default...
2010-02-01 Rafael Kitover Merge branch 'master' of git.shadowcat.co.uk:DBIx-Class...
2010-02-01 Rafael Kitover mention DBD::Sybase and DBD::ODBC support Loader.pm POD
2010-02-01 Dagfinn Ilmari... Remove 0.05 blockers from TODO, it's done!
2010-02-01 Dagfinn Ilmari... Add README to .gitignore, it's autogenerated
2010-02-01 Dagfinn Ilmari... Update repository location
2010-02-01 Dagfinn Ilmari... Fix misspelling of my nickname
2010-02-01 Rafael Kitover release 0.05000 0.05000
2010-01-31 Rafael Kitover update Changes
2010-01-31 Rafael Kitover better size introspection for Sybase
2010-01-31 Rafael Kitover better type mapping and default introspection for Sybase
2010-01-30 Rafael Kitover a couple more extra TODO tests for Sybase computed...
2010-01-30 Rafael Kitover set data_type to undef for Sybase computed columns
next