dbsrgits/DBIx-Class-Schema-Loader.git
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
2010-01-30 Rafael Kitover fix IDENTITY data_type for Sybase, more extra tests...
2010-01-30 Rafael Kitover extra TODO test for Sybase timestamp columns
2010-01-27 Rafael Kitover added acmoore to CONTRIBUTORS
2010-01-24 Rafael Kitover add external content and skip_load_external tests to...
2010-01-23 Rafael Kitover better base POD tests
2010-01-22 Rafael Kitover better fix for portable PERL5LIB setting in test
2010-01-22 Rafael Kitover fixes for Win32
2010-01-22 Rafael Kitover better handling of default precision for TIME type...
2010-01-22 Rafael Kitover make default datetime type precision checking for Pg...
2010-01-22 Rafael Kitover fix pod_comment_mode POD to reflect the 'auto' default
2010-01-22 Rafael Kitover fix for size on pg timestamps/intervals when there...
2010-01-21 Rafael Kitover update pod_comment_mode POD
2010-01-21 Rafael Kitover added test for long table comment in DESCRIPTION
2010-01-21 Rafael Kitover add patch from waawaamilk to generate POD for long...
2010-01-21 Rafael Kitover added kane to CONTRIBUTORS from svn logs
2010-01-18 Rafael Kitover add mst to CONTRIBUTORS (from svn history)
2010-01-18 Rafael Kitover change timbunce's email
2010-01-18 Rafael Kitover update CONTRIBUTORS from svn logs
2010-01-18 Peter Rabbitson Adjust my email
2010-01-17 Rafael Kitover clarify generate_pod doc
2010-01-17 Rafael Kitover added "generate_pod" option, defaults to on
2010-01-17 Rafael Kitover check for "CURRENT_TIMESTAMP" only for "TIMESTAMP"...
2010-01-14 Rafael Kitover fix a couple of comments
2010-01-14 Rafael Kitover new dev release 0.04999_14
2010-01-14 Rafael Kitover rewrite _table_columns for Sybase as a join instead...
2010-01-14 Rafael Kitover add some more tests for preservation of external content
2010-01-14 Rafael Kitover fix for deleting empty Result dir when rewriting result...
2010-01-13 Rafael Kitover backcompat stuff done
2010-01-12 Rafael Kitover support downgrade from use_namespaces
2010-01-12 Rafael Kitover use_namespaces upgrade is fully tested, need to impleme...
2010-01-11 Rafael Kitover add test for bad view in mssql
2010-01-11 Rafael Kitover more use_namespaces upgrade stuff, fix _table_filter
2010-01-11 Rafael Kitover use_namespaces is now default, still needs the upgrade...
2010-01-07 Rafael Kitover clean up the query from table stuff
2010-01-07 Jay Hannah more
2010-01-07 Jay Hannah By default luser-opts singularizes to LuserOpt.
2010-01-07 Jay Hannah now mentions skip_load_external feature in comments
2010-01-05 Jay Hannah Oops. Forgot to update the Changes file last week.
2010-01-04 Rafael Kitover ugly hack to ignore bad tables for ODBC/MSSQL
2010-01-03 Rafael Kitover fix NUMERIC/DECIMAL size for postgres
2010-01-03 Rafael Kitover remove unnecessary if statement
2010-01-03 Rafael Kitover dumped version string is updated on Schema.pm when...
2010-01-03 Rafael Kitover new dev release 0.04999_13
2010-01-03 Rafael Kitover rewrite un-singularized classnames in custom and extern...
2010-01-02 Rafael Kitover fix up VARBIT for postgres too, that's all the varying...
2010-01-02 Rafael Kitover better "size" column_info for postgres, still unlikely...
2010-01-02 Rafael Kitover fix old class replace regex, new TODO
2010-01-02 Rafael Kitover add test (and fix) for loading external custom content...
2010-01-01 Robert Buels for clarity, extracted POD generation into its own...
2010-01-01 Robert Buels added column attributes to generated POD
2010-01-01 Rafael Kitover Merge 'relationship_attrs' into 'current'
2010-01-01 Rafael Kitover silence warnings from 40overwrite_modifications.t
2010-01-01 Robert Buels added self to contributors, added note to changelog
2010-01-01 Robert Buels added relationship_attrs option, plus tests for it
2010-01-01 Robert Buels making branch to add relationship_attrs option
2010-01-01 Robert Buels improved "checksum mismatch" error message with more...
2010-01-01 Robert Buels added tests for overwrite_modifications option
2009-12-31 Robert Buels updated changelog with overwrite_modifications
2009-12-31 Robert Buels added overwrite_modifications option (default off)...
2009-12-31 Rafael Kitover Merge 'skip_load_external' into 'current'
2009-12-31 Rafael Kitover minor test cleanup
2009-12-31 Jay Hannah Added skip_load_external()
2009-12-30 Rafael Kitover new branch to add an option to turn off loading externa...
2009-12-30 Rafael Kitover Merge 'deprecate_CDA' into 'current'
2009-12-30 Rafael Kitover remove dep on CAF, add dep on CAG
2009-12-30 Rafael Kitover use simple group accessors for Loader::Base, remove...
2009-12-30 Rafael Kitover Merge 'current' into 'deprecate_CDA'
2009-12-30 Rafael Kitover rearrange some test code
2009-12-30 Jay Hannah removed Class::Data::Accessor (deprecated)
2009-12-30 Rafael Kitover Merge 'current' into 'deprecate_CDA'
2009-12-30 Rafael Kitover fix tests
2009-12-30 Rafael Kitover bump File::Path dep, fixup redefined warning handler
2009-12-30 Jay Hannah Suppress 2nd warning below which makes the test fail.
2009-12-30 Jay Hannah Branch to move from Class::Data::Accessor (deprecated) to
2009-12-29 Rafael Kitover load custom content from external un-singularized class...
next