[libdbix-class-schema-loader-perl] branch master updated (db17812 -> 1369301)

gregor herrmann gregoa at debian.org
Sun Sep 7 15:09:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libdbix-class-schema-loader-perl.

      from  db17812   update changelog
       new  2689829   Add debian/upstream/metadata
       new  77212a2   Update debian/changelog
      adds  22ccb77   - Added DBIx-Class-Schema-Loader
      adds  a78e3fe   Copying in DBIx::Class::Loader as a base to work from
      adds  4a79bee   copied Loader into a subdir by accident, moving it to the right spot
      adds  7a30e84   removing accidental DBIx-Class-Loader subdir
      adds  af6c266   existing Loader patchwork for Schema support, module not fully renamed yet
      adds  18fca96   first functional commit of non-subclassed-style Schema::Loader
      adds  a4a19f3   loader as a schema subclass basically working (needs some cleanup and docs and whatnot)
      adds  fbd8346   tests and docs updates
      adds  9b046d9   db2-related fixes
      adds  9a69e85   Fix for SQLite PKs
      adds  af96f52   ported db2, pg schema, and test updates from non-schema loader to schema loader
      adds  3834809   get rid of now-useless namespace option
      adds  6564411   s/subclass/moniker/ + more db_schema fixes
      adds  708c093   schema-loader does multi-column FKs now, needs a bit of cleanup/refactor work
      adds  3385ac6   various identifier cleanups, to help prevent clashing with Schema stuff down the road
      adds  6674279   more source cleanup and minor fix stuff for schema-loader
      adds  b005807   more cleanup stuff, standardized usage of dbh->get_info(29) (sql quote char)
      adds  e26a402   more cleanliness improvements to schema-loader
      adds  132694d   fix sqlite FKs (broken during multi-fk work)
      adds  4ce2265   fixed multi-fk checking for postgres (misdetection of multiple single-fks on one table), fixed inline and implicit fks for sqlite.  mysql needs similar fixes for implicit FKs
      adds  cfb6add   db2 does not allow keys that are nullable
      adds  16f6b6a   some shuffling/refactoring of the relationship code, and a TODO file added
      adds  9e978a1   change test env vars to match DBIx::Class
      adds  3980d69   Schema::Loader converted to better inheritance model, no longer pollutes user schema namespace with useless junk.  Now adds only a single accessor "loader" over a normal Schema, which can be used to access the loader monikers and classes lists, and a ->load_from_connection method
      adds  42c0680   better inject/use stuff
      adds  507034a   added tests for additional_classes, additional_base_classes, left_base_classes
      adds  d3c6d0b   mysql test was broken for mysqlds that do not support innodb at all, fixed now
      adds  52bf3f2   storage->disconnect and new tests for out-of-line implicit rels
      adds  8a6b44e   switched to Build.PL, updated deps, updated docs
      adds  ddf9132   silence postgres create table jabber
      adds  2a4b826   schema-loader now uses Class::C3, and ::Pg uses that to override ::Generic->new() to make the db_schema default to "public" for that vendor
      adds  aec93e9   docs and reqs update for 0.01000 release
      adds  457eb8a   docs fixups, C3 fixups, 0.01001 release
      adds  f654c97   0.01002 - fix email addr typo, doh
      adds  c5de0b0   0.01003 - fixed has_many cond rels
      adds  738705c   same mysql fix as DBIx::Class::Loader, changes/version update for 0.01004
      adds  89ecd85   docs updates / version bump for 0.02000
      adds  c284978   tests cleaned a little, added autoloading of on-disk class defs, added currently-broken support for : ResultSet attrib stuff
      adds  9fa9968   more work on components, base classes, and resultset_components - still broken in one test case (and some whitespace fixes)
      adds  8563178   disabled external resultset methods test until we find a solution in DBIx::Class
      adds  17725cc   released 0.02001, Changes updates, etc
      adds  f3be619   source base class should be DBIC not the schema-class...
      adds  4350370   0.02002 release, added moniker_map and inflect_map args
      adds  1031d4f   connect_info replaces dsn/user/password/options
      adds  92dd586   release stuff for 0.02003
      adds  40dd288   debug message fix for external class layers
      adds  1b311bb   0.02004 release
      adds  d161cb4   move external file loading, release 0.02005
      adds  b71790b   version bump, and added a few new tests to make sure PK::Auto::* is working right
      adds  6fd486d   added kwalitee test
      adds  ac5ad55   table/col case fixes, Changes updated, release 0.02006
      adds  09d632a   Class::C3::reinit changes backported from branch for speed reasons, version bumped, changes updated, needs testing before release
      adds  ac89056   dropped dist files autogenerated by M::B, updated Changes for 0.02007 release
      adds  7159181   Added missing space in error message
      adds  996be9e   Merging branches/DBIx-Class-Schema-Loader-refactor back into trunk:
      adds  c9f1d7b   Weaken circular references between the loader and the supported schema object
      adds  074e81c   small docs fixes version bumped to 0.03000 (not releasing yet)
      adds  b51fe1e   0.03000 released, Changes stamped
      adds  a5f0231   remember all the digits
      adds  5223f24   Version bumped to 0.03001 Changes updated Pg unique index code changed to look more like RDBOs caching improvements
      adds  8f9d7ce   warns about C::M::DBIC::Schema upgrading / regenerating numerous tiny pod fixes
      adds  4421d6a   a few last minute fixes, and release for 0.03001
      adds  6b70797   croak if make_schema_at eval fails
      adds  fc2b71f   released 0.03002, exception fix, better warn output
      adds  e50425a   0.03003 fixes for external layered definitions while dumping
      adds  92b24d6   some TODO additions
      adds  a13b280   version bump to 0.03004 columns_info_for gets dumped out now minor test fix, minor source cleanups TODO additions
      adds  483987b   make_schema_at made more efficient (email thread w/ Matt Lawrence) small fix to debugging output
      adds  92e231d   TODO update
      adds  25328cc   added new fatal error if loader_options not yet specified at clone() time Added Carp::Clan and converted a lot of dies to croaks
      adds  d65cda9   docs updates, no longer overwrite dumped schema files by default
      adds  fd64d90   get rid of an empty trailing hashref if appropriate
      adds  fa994d3   Better test coverage Carp::Clan switched to just DBIx::Class, less confusing to end-users More docs and deprecation info related changes
      adds  cb54990   Changes fixup, debug output fixup, eval optimization
      adds  3e3c3fc   slight improvement to dump tests
      adds  71b997e   final changes update for 0.03004 release
      adds  0235686   dump code now skips+warns instead of dies when dump_overwrite not set [from nilsonsfj]
      adds  9395f33   removed Test::Warn
      adds  8ac8926   bugfixes from nilsonsfj + 0.03005 release stuff
      adds  520107e   0.03006 - fix columns_info_for interaction
      adds  e682950   22dump.t fixed for Win32 + removed bad warning + release 0.03007
      adds  a26c3e0   creating -current branch for Schema::Loader
      adds  32f784f   bump version to 0.03999_01, added $VERSION to all packages
      adds  abaf2c6   fix issue w/ M::B and Class::Accessor
      adds  59cfa25   kill deprecated options/methods, make relationship loading the default
      adds  12af380   columns_info_for imported from DBIx::Class Changes updated
      adds  f8c3932   new tests + bugfix for rt.cpan.org #21025
      adds  6eecda8   test update that should have been in the last commit...
      adds  23e45c3   fix Build.PL wrt Class::Accessor::Fast broken $VERSION in 0.27
      adds  9d5f2cc   apply fixes from rt.cpan.org #21758
      adds  88603c4   fix for rt.cpan.org #21084 (dump_overwrite pathological output recursion), bump version to 0.03007_01 temporarily for testing prior to 0.03008 release
      adds  06f6541   Merge 'trunk' into 'current'
      adds  d3af7a0   removed legacy_default_inflections.  Apparently it has never worked right anyways and nobody ever complained, so deprecating it earlier than expected
      adds  31b5894   forgotten commit of final 0.03008 changes
      adds  fd9266d   Merge 'trunk' into 'current'
      adds  f5fc2ee   generate full class names in rel definitions (from victori)
      adds  dd03ee1   Fixed rt.cpan.org #22425 (use File::Spec where appropriate)
      adds  23e8896   silence the useless warning spew in 20invocations.t
      adds  b7b9d24   Merge 'trunk' into 'current'
      adds  c75b8ab   no need for suppression in current
      adds  01de241   commit the version bump + Changes update for 0.03009
      adds  01e4fb4   Merge 'trunk' into 'current'
      adds  af8f362   TODO updated
      adds  a0cc249   Fixed quoting problem in _table_columns
      adds  518472f   fixed compat problems w/ DBD::mysql 4.002+, bumped version to 0.03010 for release
      adds  5c6e5bf   Merge 'trunk' into 'current'
      adds  6ce0bcc   import latest changes to DBIC::Storage::DBI to-be-deprecated columns_info_for to our variant
      adds  fd58970   statistics_info support
      adds  7cab3ab   preserve local changes to generated files by default (still needs tests)
      adds  7e9ee6a   oops, did not want to commit that comment-out
      adds  5ef3c77   dtrt when previous dumpfile was not generated by us
      adds  419a2ee   refactor load_external, mainly to prevent requiring files out of the dump directory
      adds  f96ef30   refactoring top-level loading code with an eye towards the ability to add new tables at runtime
      adds  e8ad649   refactor relationship building code for runtime table adds as well
      adds  b97c2c1   added rescan method to pick up newly created tables at runtime
      adds  7fa9a8b   changes update from last commit
      adds  e726230   Merging oracle branch into current:
      adds  c9ef1a5   wrong test count
      adds  7545170   only _load_external for the classes we are supposed to
      adds  79fe008   update requirements
      adds  a60b5b8   added test for rescan, fixed a few issues
      adds  3b7f80f   sqlite fixups
      adds  605fcea   some little cleanups, svn meta stuff, and the beginnings a new test file for the new dump code
      adds  7e6d4a2   fix case-sensitivity in UNIQUE parsing for SQLite
      adds  050003c   0.03011
      adds  d7928f6   Merge 'trunk' into 'current'
      adds  a4187fd   more dumping tests
      adds  c655fc2   3999_01 release
      adds  522ee84   fix for ^sqlite_ tables from chromatic
      adds  e051042   Merge 'trunk' into 'current'
      adds  d83f053   Fix from Marc Espie for CREATE TABLE 'foo' for SQLite
      adds  25e3e91   fix multiple multi-column relations to the same table implementation by Brandon L Black, tests by me
      adds  0c0a775   update Changes
      adds  54700b7   Merge 'trunk' into 'current'
      adds  657d4b5   resolved test conflict from trunk, renamed current branch loader_test25 to loader_test30
      adds  f614883   0.03012 released
      adds  85f65df   Merge 'trunk' into 'current'
      adds  3fe9c5d   convert to M::I, release 0.03999_02
      adds  86655c9   Merge 'current' into 'trunk'
      adds  7507c8c   update versions for 0.04000 release, added some better feature stuff to Makefile.PL
      adds  c619b88   Merge 'trunk' into 'current'
      adds  28b4691   0.04001, dump_overwrite -> really_erase_my_files
      adds  12c918b   fix test skips on Win32
      adds  70b72fa   fix RT#28073
      adds  09c19d4   changes updates for the last two fixes
      adds  1c1efbc   credits
      adds  04fcec4   Merge 'trunk' into 'current'
      adds  c39e350   0.04002 - disable oracle.pm indexing and fix rescan return values
      adds  a55b6b9   Merge 'trunk' into 'current'
      adds  a4476f4   Do not grow the whitespace after the DO NOT MODIFY THIS notice on each regen.
      adds  9616156   Changes update
      adds  f1f2543   0.04003 changes, version bumps
      adds  253ea84   Merge 'trunk' into 'current'
      adds  26f1c8c   Generate one-to-one accessors for unique foreign keys
      adds  af99957   update Changes and version numbers in current
      adds  d0e184e   Default Oracle db_schema to db username (patch from Johannes Plunien)
      adds  2ffd6b4   Fix Win32 test skip counts for good (RT #30568, Kenichi Ishigaki)
      adds  ba196c7   Merge 'trunk' into 'current'
      adds  78b7cca   Set is_auto_increment for auto-increment columns (RT #31473) (Only SQLite, MySQL and PostgreSQL are currently supported)
      adds  7dba7c7   Set join_type => 'LEFT OUTER' for nullable foreign keys (patch from Bernhard Weißhuhn)
      adds  97ec773   Only get $self->{schema}->source($local_moniker) once.
      adds  df637f3   Add support for extra per-vendor tests.
      adds  c5baf13   Add support for vendor-specific extra column attributes.
      adds  8fdd52a   Add support for extra => { unsigned => 1 } for MySQL.
      adds  e134e61   Get the column_info straight from the result class instead of going via $rs->result_source.
      adds  e7213f4   Mark foreign key columns with is_foreign_key => 1
      adds  a8df034   Merge _column_is_auto_increment() and _column_extra_attr() into _extra_column_info() that gets merged into the column_info hash.
      adds  46bef65   Add support for ENUM value lists for MySQL
      adds  fe736ca   Version bump for release.
      adds  45f3698   Fix test skip count for main skip_rels block
      adds  f44ecc2   Add support for load_namespaces-style class layout.
      adds  b15c573   Mention _extra_column_info in DBIC::S::L::DBI::Writing
      adds  c1ac681   Fix auto-inc column cration for the Oracle tests
      adds  a172627   Fix some typos
      adds  65ab592   Clean up Oracle loader code
      adds  fbc9e19   Make sure to get the constraint columns in the right order.
      adds  75a0d98   Merge 'trunk' into 'current'
      adds  62b3237   0.04999_01 was in fact released
      adds  58dfed7   Misc test improvements: - Add more descriptions - Use is_deeply instead of iterating over array - Fix skip_rels count (again)
      adds  fb328d1   Add is_auto_increment detection for Oracle
      adds  d87d939   Unnhide the Oracle module now that the CPAN perms are fixed
      adds  892b43b   Add more test descriptions
      adds  58c962c   Add META.yml to svn:ignore
      adds  e344eed   Bump version number for dev release
      adds  92267f9   Fix the CREATE TABLE statements for DB2
      adds  a168c1c   Fix DB2 support:  - foreign_key_info needs the PK schema name  - up/down-case table names when going to/from the DB
      adds  acf322c   Merge 'trunk' into 'current'
      adds  28357fd   Fix Changes mismerge
      adds  3369b3a   Don't re-execute column_info sth, it's already active.
      adds  3ddb05d   Bmp version for dev release
      adds  772cfe6   Add is_auto_increment detecton for DB2
      adds  49f8209   Bump version for dev release
      adds  072d5aa   Fix limiting table list to the specified schema for DB2
      adds  7a930e6   Default db_schema to the username for DB2
      adds  3953cbe   Allow specifying a custom loader_class in loader_options
      adds  29ddb54   - Move loader_class from Schema::Loader::Base to Schema::Loader - Allow specifying loader_class in the connection info (primariy for make_schema_at) - Add more tests
      adds  9acd645   Commit missed README update
      adds  90ad8cb   Silence the skipping on missing Test::Kwalitee, and give the real reason if it is installed but this is running in a dist.
      adds  b9b7f8f   Fix warning when dumping a schema with external class definitions.
      adds  565ca24   Cosmetic fixes to dumping of externally defined classes
      adds  2a620a1   Make ResultSetManager notice externally defined :ResultSet methods by calling $class->table($class->table) after loading the external class definition.
      adds  2328d1f   Fix test failure for non-InnoDB MySQL due to wrong skip count
      adds  e61e3fc   Clean up common tests:  - Use Class::Inspector uncinditionally, it's already required  - Move prerequisite and dependent tests together  - Remove no_auto_increment, all the vendor modules support it
      adds  03d3e4e   Don't execute the column_info sth, it's already active.
      adds  a6db40a   Version bump for release
      adds  ba49f97   Remove Build.PL, no longer supported by Module::Install
      adds  d79a7e8   Remove and ignore autogenerated files
      adds  be2fd10   Bump Module::Install requirement to make sure we have both test_requires and auto_install
      adds  10d370c   Merge 'trunk' into 'current'
      adds  4d147a1   Fix mismerge.
      adds  390bbe3   - Fix base class ordering in dumped classes - Run the common tests against both dynamic and dumped versions of the schema
      adds  b327622   Version bump for release
      adds  2227094   Singularise table monikers by default
      adds  e788662   Strip trailing _id from single-column belongs_to relationships
      adds  530e0bf   Improve method argument and return value docs
      adds  d6cca7c   Check in the regenerated README
      adds  ff74696   Add "dbicdump" script for easy commandline dumping
      adds  af31090   Throw out the in-memory class generation, just dump to a temporary directory if the user didn't specify one
      adds  181cc90   Move the _dump_to_dir calls into _reload_classes
      adds  0ae6b65   Neuter Class::C3::reinitialize() around the schema reloading.
      adds  c7bf419   Fix Oracle constraint and auto-increment detection for non-owned schemas
      adds  2830a49   Handle ResultSetManager deprecation warning in common tests
      adds  41ef22d   Bump version for release
      adds  53751ff   Use join_type => 'LEFT' rather than 'LEFT OUTER' for consistency with the rest of DBIC.
      adds  0f9dd94   Remove completed TODOs
      adds  6e95586   Add 0.05 blockers to TODO
      adds  76c488a   Fix Oracle constraint detection for non-owned schemas
      adds  9c9c2f2   Implement result_base_class and schema_base_class options.
      adds  a28b70f   Fix test plan count in t/23dumpmore.t and add Change note missed from r5722
      adds  2fc9342   Reduce noise when running tests if Test::Kwalitee isn't installed.
      adds  6c7e99d   Merge 'trunk' into 'current'
      adds  d70c335   Ignore duplicate uniq indices (including duplicates of the PK). [Originally committed as r5766 to trunk by mistake]
      adds  1eea4fb   Move _get_custom_content call close to where it's used.
      adds  e9b8719   Move unshift @INC, $target_dir out of _dump_to_dir into reload_table (separation of concerns).
      adds  632cb26   Fix SQLite _extra_column_info for new DBD::SQLite which ->can('column_info')
      adds  17ca645    * use $^X instead of assuming /usr/bin/perl  * give ./script/dbicdump the same @INC as tests  * create My::ResultBaseClass and My::SchemaBaseClass for tests  * make result_base_class and schema_base_class valid options  * move the reading of custom content above the opening of the file for writing
      adds  fc97d5b   Now that we always dump to disk, don't bother testing twice.
      adds  706ef17   Fix for DBIx::Class 0.08100
      adds  a260fda   Add .git to MANIFEST.SKIP
      adds  457c333   Bump version for release
      adds  6ae3f33   Replace UNIVERSAL::require with Class::C3::Componentised
      adds  c39e403   Factor out 0.04 incompatibilities to separate methods
      adds  fe67d34   initial import of Sybase/MSSQL support
      adds  ee1c392   Use Class::C3::Componentised->load_optional_class
      adds  65f7445   change spacing remove commented out code prevent a potential infinite loop
      adds  1e39a37   Add .gitignore files
      adds  05bc357   Add .gitignore to MANIFEST.SKIP
      adds  9883bef   new branch for support of MSSQL through ODBC
      adds  995edf3   initial hackage, will be cleaned up
      adds  f1a006c   Merge 'odbc-mssql' into 'current'
      adds  e57fd72   cleaned up ODBC crap and added docs
      adds  dff6ea7   Merge 'odbc-mssql' into 'current'
      adds  6a51361   add patch from semifor to use ->get_info for quote_char/name_sep by default
      adds  76c3a3a   Merge 'odbc-mssql' into 'current'
      adds  77d3753   make quoter/name_sep builders overridable methods
      adds  75690d8   Merge 'odbc-mssql' into 'current'
      adds  1abbac9   added test for mssql_odbc
      adds  427d315   Merge 'odbc-mssql' into 'current'
      adds  8516e7e   use ensure_class_loaded in odbc driver
      adds  83a198f   Merge 'odbc-mssql' into 'current'
      adds  b5e1caf   _rebless for odbc
      adds  b3f1054   Merge 'odbc-mssql' into 'current'
      adds  3e60e34   Add *.old to .gitignore
      adds  3f4461a   Note Sybase/MSSQL support in Changes
      adds  bfe03a5   Move misplaced changelog entries to the right version.
      adds  f2fc8d0   Factor out remote relname for back-compat overridability
      adds  707fb24   Doc improvements by Robert Buels
      adds  f430297   fix CURRENT_TIMESTAMP default for MySQL
      adds  e0699cd   fix mysql tests for CURRENT_TIMESTAMP
      adds  0e20ec6   add TODO comment for mysql
      adds  e7577d5   Branch for back-compat work
      adds  7824616   Initial back-compat code
      adds  9a01ca2   new branch
      adds  385c593   result class is generated for table with dot in name, but doesn't work yet
      adds  6ed0a90   automatically set quote_char and name_sep for mssql
      adds  ff30991   quote table names that include name_sep
      adds  ec5632b   add constraint to dot in table name test
      adds  203f8e8   rename test
      adds  046e344   add a test for mssql through dbd::sybase (which fails) and make mssql_dot_in_table_name test work for either sybase or odbc
      adds  76503d5   determine db_schema for mssql if not supplied
      adds  af8f627   minor changes
      adds  05d322c   make mssql test get futher with dbd::sybase
      adds  f20b091   mssql now passes against DBD::Sybase
      adds  1e1839d   merging in sybase branch
      adds  c9373b7   making some progress on Sybase
      adds  565335e   rels are still fucked in sybase
      adds  c177d48   fix pg
      adds  948d632   sybase rels sort of work now, more than half-way through common tests
      adds  0852b7b   almost passes sybase tests now
      adds  1765b8a   add comment about sybase DSN
      adds  0906d55   make tests pass
      adds  7f68d5f   Merge 'current' into 'mssql_tweaks'
      adds  b1e4310   put extra mssql tests in the proper format
      adds  7cb9244   finished cleaning up branch, all tests pass
      adds  9360f1d   Merge 'current' into 'mssql_tweaks'
      adds  3ea1f8c   add sybase and mssql as features to Makefile.PL
      adds  7f4a162   remove comment about sybase dsn (it's handled automatically now)
      adds  4f049b7   Merge 'mssql_tweaks' into 'current'
      adds  f9f65de   add note about sybase dbic branch
      adds  1bcb47d   dev release
      adds  0662c9b   update M::I version in Makefile.PL
      adds  1d27214   fix warning in MySQL tests
      adds  2ba8388   remove dbic option from sybase test that is no longer necessary
      adds  7919375   Only redump the files when something has actually changed
      adds  b4dcbcc   Place a warning at the top of the files too
      adds  c3fb509   new dev release
      adds  8803e4e   patch from Robert Bohne to make _table_uniq_info more correct for Oracle
      adds  d89bca7   fix data_type for identities in MSSQL RT#50523
      adds  b1ad1a8   new dev release
      adds  64b844d   add resources to Makefile.PL
      adds  c25ff20   fix up alignment in Changes
      adds  7fc1654   run advanced tests on SQLite too
      adds  9c465d2   Merge 'current' into 'back-compat'
      adds  3fed44c   fix relbuilder initialization (left over from pull)
      adds  9a95164   this stuff does not work yet
      adds  2efba52   backcompat TODO
      adds  9cfd45b   fix name of compat relbuilder
      adds  0101254   backcompat mode now runs more than once
      adds  5c6fb0a   fix default_value for MSSQL
      adds  772367d   $dbh->quote some things
      adds  be80bba   redo AUTHOR sections to have one main CONTRIBUTORS section
      adds  1f62579   fix MSSQL default detection to work with numeric/integer columns
      adds  8823ddf   handle un-parenthesized default numeric/integer values for some versions of MSSQL as well
      adds  4daef04   add test for norewrite
      adds  1d061ad   added test to check for correct file count in common tests
      adds  651bced   Merge 'current' into 'back-compat'
      adds  3c10a10   make dynamic schemas 0.04006 mode by default
      adds  1c94fb1   backcompat tests now run, but fail
      adds  fb3bb59   minor changes
      adds  106a976   backcompat common tests now pass
      adds  9e8033c   fix regular common tests
      adds  fa5aea3   update TODO
      adds  fbcfebd   added patch to generate POD from postgres by Andrey Kostenko (GUGU)
      adds  fdd8ff1   fix table count test in common tests, inc version for dev release, add extra tests for table/column comments for Pg, make tests less noisy
      adds  a06118a   new dev release
      adds  09c0a85   Merge 'current' into 'back-compat'
      adds  dd5f03f   load external classes for dynamic schemas only
      adds  1c95b30   set old version only on Schema.pm in backcompat mode
      adds  254ba31   replacing ::Base with ::Compat now, instead of just unshifting to @ISA, t/backcompat/0.04006/20invocations.t now passes
      adds  2229729   base results on Core, only load components if there are extra components
      adds  309e2aa   fix MySQL rel introspection with on_connect_call => "set_strict_mode" (RT#52087)
      adds  d27f2b7   tests pass again
      adds  0a701ff   new dev release
      adds  46065bc   better handling of db_schema for Oracle, based on (RT#35732)
      adds  673af86   Merge 'current' into 'back-compat'
      adds  818c6a0   fix POD coverage and t/backcompat/0.04006/23dumpmore.t
      adds  a8d229f   implemented "naming" accessor, got rid of Loader/Compat/v0_040.pm
      adds  9cc8e7e   added Manual/UpgradingFromV4.pod
      adds  61b3350   pod fixes for UpgradingFromV4
      adds  e754cde   Merge 'back-compat' into 'current'
      adds  66afce6   start of backcompat tests
      adds  a0e0a56   more complete backcompat tests, one last thing to do
      adds  f53dcdf   preserve custom content from un-singularized Results during upgrade
      adds  ffc705f   load custom content from external un-singularized classes, tested for dynamic schema needs a test for static schema
      adds  7c1faf3   Branch to move from Class::Data::Accessor (deprecated) to Class::Accessor::Grouped.
      adds  00fb167   Suppress 2nd warning below which makes the test fail.
      adds  502b65d   bump File::Path dep, fixup redefined warning handler
      adds  8b7749d   fix tests
      adds  383e45e   Merge 'current' into 'deprecate_CDA'
      adds  65e705c   removed Class::Data::Accessor (deprecated) removed Class::Accessor::Fast (can't do everything CAG can) added   Class::Accessor::Grouped
      adds  dbe9e0f   rearrange some test code
      adds  cc1ca9f   Merge 'current' into 'deprecate_CDA'
      adds  3d95f9f   use simple group accessors for Loader::Base, remove CDA from Makefile.PL
      adds  c16e6d2   remove dep on CAF, add dep on CAG
      adds  bbfaa95   Merge 'deprecate_CDA' into 'current'
      adds  1c8d230   new branch to add an option to turn off loading external custom content
      adds  0ca6132   Added skip_load_external()
      adds  b721935   minor test cleanup
      adds  fc90c6c   Merge 'skip_load_external' into 'current'
      adds  639a136   added overwrite_modifications option (default off), which causes Loader to ignore the md5sum of generated code and overwrite it anyway
      adds  72cd929   updated changelog with overwrite_modifications
      adds  9cb983b   added tests for overwrite_modifications option
      adds  b4cc579   improved "checksum mismatch" error message with more explanation, and a pointer to the overwrite_modifications option
      adds  cb68a7c   silence warnings from 40overwrite_modifications.t
      adds  71f8753   making branch to add relationship_attrs option
      adds  c8c2702   added relationship_attrs option, plus tests for it
      adds  7b505bb   added self to contributors, added note to changelog
      adds  03d258c   Merge 'relationship_attrs' into 'current'
      adds  79a0053   added column attributes to generated POD
      adds  bf654ab   for clarity, extracted POD generation into its own method
      adds  30a4c06   add test (and fix) for loading external custom content from unsingularized results into upgraded static schemas
      adds  05e09a8   fix old class replace regex, new TODO
      adds  baff904   better "size" column_info for postgres, still unlikely to be perfect
      adds  afb4c5b   fix up VARBIT for postgres too, that's all the varying types except NUMERIC
      adds  b24cb17   rewrite un-singularized classnames in custom and external content when upgrading
      adds  1fa1884   new dev release
      adds  68d49e5   dumped version string is updated on Schema.pm when upgrading
      adds  e1373c5   remove unnecessary if statement
      adds  d4d1a66   fix NUMERIC/DECIMAL size for postgres
      adds  2d0dc04   ugly hack to ignore bad tables for ODBC/MSSQL
      adds  33fb8fa   Oops. Forgot to update the Changes file last week.
      adds  e770e9c   now mentions skip_load_external feature in comments
      adds  48b8d68   By default luser-opts singularizes to LuserOpt.
      adds  59f5473   more
      adds  075aff9   clean up the query from table stuff
      adds  f22644d   use_namespaces is now default, still needs the upgrade code
      adds  805dbe0   more use_namespaces upgrade stuff, fix _table_filter
      adds  d073740   add test for bad view in mssql
      adds  a1a91c4   use_namespaces upgrade is fully tested, need to implement downgrade
      adds  a4b9409   support downgrade from use_namespaces
      adds  540a814   backcompat stuff done
      adds  b5f1b43   fix for deleting empty Result dir when rewriting result_namespace or downgrading to load_classes
      adds  77bf442   add some more tests for preservation of external content
      adds  9a55cbd   rewrite _table_columns for Sybase as a join instead of sub-select
      adds  04e60ed   new dev release
      adds  a02b977   fix a couple of comments
      adds  3facc53   check for "CURRENT_TIMESTAMP" only for "TIMESTAMP" columns in MySQL
      adds  492dce8   added "generate_pod" option, defaults to on
      adds  7f2de01   clarify generate_pod doc
      adds  69fca47   Adjust my email
      adds  da21e0c   update CONTRIBUTORS from svn logs
      adds  accc9e9   change timbunce's email
      adds  c21bfb9   add mst to CONTRIBUTORS (from svn history)
      adds  827dff1   added kane to CONTRIBUTORS from svn logs
      adds  43b982e   add patch from waawaamilk to generate POD for long table comments in DESCRIPTION instead of NAME, still needs tests
      adds  4b9fb83   added test for long table comment in DESCRIPTION
      adds  34896b5   update pod_comment_mode POD
      adds  0e09754   fix for size on pg timestamps/intervals when there shouldn't be, hopefully
      adds  f7976fe   fix pod_comment_mode POD to reflect the 'auto' default
      adds  55db1c4   make default datetime type precision checking for Pg more precise
      adds  5f85388   better handling of default precision for TIME type in Pg
      adds  281d0f3   fixes for Win32
      adds  f1059ad   better fix for portable PERL5LIB setting in test
      adds  9de8c78   better base POD tests
      adds  6dde461   add external content and skip_load_external tests to 23dumpmore.t
      adds  96f6886   added acmoore to CONTRIBUTORS
      adds  804c115   extra TODO test for Sybase timestamp columns
      adds  de82711   fix IDENTITY data_type for Sybase, more extra tests for Sybase
      adds  db4d62a   set data_type to undef for Sybase computed columns
      adds  2d1dc6d   a couple more extra TODO tests for Sybase computed columns
      adds  2fb9a4b   better type mapping and default introspection for Sybase
      adds  6ecee58   better size introspection for Sybase
      adds  f730e1b   update Changes
      adds  ca7feeb   release 0.05000
      adds  1065db6   mention DBD::Sybase and DBD::ODBC support Loader.pm POD
      adds  de413c6   Fix misspelling of my nickname
      adds  edfab8b   Update repository location
      adds  80a0e79   Add README to .gitignore, it's autogenerated
      adds  8ba9178   Remove 0.05 blockers from TODO, it's done!
      adds  f70cccd   Merge branch 'master' of git.shadowcat.co.uk:DBIx-Class-Schema-Loader
      adds  aa63b6f   patch from Robert Bohne <rbo at cpan.org> to check default_value in common tests
      adds  1369eb9   Fix expected file count and table dropping when skip_rels=1
      adds  31a65b4   Test default value even if skip_rels=1
      adds  6b0e47f   fix default_value introspection for Oracle
      adds  0610952   Fix mistake in CREATE TABLE loader_test2 statment
      adds  e35e5a6   Generalise default_value tests
      adds  893c0d4   Use QuotedDefault in DBI::SQLite, fixed default value
      adds  f84a741   Adjust my email
      adds  a41f1fd   Escape non-ascii characters in POD
      adds  dc744c9   add t/_common_dump to MANIFEST.SKIP, minor POD change
      adds  c5ff1f2   more robust $dbh->tables parsing for sometimes-quoted Pg tables
      adds  4196872   fix default_value for all other backends, fix bug with quoted Pg tables from $dbh->tables (RT#54338), add inflate_datetime => 0 to 'timestamp' types for Sybase
      adds  dc767cd   upload 0.05001
      adds  c634fde   validate class/component loader options
      adds  25d3810   fix whitespace tabs ==> ' ' x 4
      adds  2a5dcfb   add Changes and CONTRIBUTORS entries
      adds  8048320   refactor the classname checking code
      adds  8763ffd   fix picking up quoted tables for SQLite, patch from schwern
      adds  8793567   support for SQL Anywhere
      adds  83b3837   upload 0.05002
      adds  012fd10   strip _id in naming of relationships in the case of multiple rels between two tables
      adds  db36a57   added warning about additional trailing _id stripping (to be removed after 0.05003, updated Changelog for this change
      adds  fca5431   fixed POD bug, was not correctly printing scalar refs
      adds  0547c28   updated changelog for pod fix
      adds  6434a3a   merging master
      adds  df96a64   warn about the new _id stripping only when there was an _id, fix warning count in common tests
      adds  68d650d   Improve SQLite parsing when column defs span lines
      adds  9fd0726   Sweet, sweet credit
      adds  1a81648   remove warn from test
      adds  b639d96   Add custom_column_info implemenation
      adds  c969c0f   Merge branch 'master' into column_callback
      adds  457e71a   Add test for custom_column_info callback
      adds  3a36870   Add POD for custom_column_info, remove ( empty ) hashref support from custom_column_info
      adds  6f98406   Fixed POD / custom_column_info
      adds  a51d356   Add generic custom_column_info, remove oracle specific test
      adds  1c4a389   Update custom_column_info POD
      adds  42e785f   Add datetime_timezone/datetime_locale loader options
      adds  4f18b8b   Add more tests for datetime_timezone / datetime_locale
      adds  c047348   Remove debug output
      adds  23d1f36   Bettering custom/datetime_column_info parameters
      adds  b7f7ec5   Merge branch 'master' into custom_column_info
      adds  8084e0a   Merge branch 'master' into custom_column_info
      adds  6b3bdfe   Merge branch 'custom_column_info' of git.shadowcat.co.uk:DBIx-Class-Schema-Loader into custom_column_info
      adds  d67d058   code/pod cleanup
      adds  e00a92a   Merge branch 'custom_column_info'
      adds  d8cbfbb   update Changes
      adds  fa6f8d4   split off the new _id stripping into _multi_rel_local_relname overridden in the v4 compat relbuilder
      adds  d13aecb   tests for new _id stripping code
      adds  e9c09ed   fix relnames in _id strip warning
      adds  e42ec4e   upload 0.05003
      adds  057fbb0   rearrange relbuilder methods and interface to backcompat
      adds  ff098bf   fixed test failure
      adds  684f958   fixed relnames in _id strip warning, much easier with simplified code
      adds  198a1e7   Merge remote branch 'origin/simplify_relbuilder_backcompat'
      adds  256fd0c   minor fix for _id strip warning
      adds  39ef3bf   rename _relnames_and_methods to _relnames_and_method in RelBuilder
      adds  0fa48bf   enable some formerly optional rel tests, add is_nullable extra test for SQLite
      adds  3b134b2   better is_nullable test for SQLite
      adds  d6a0cc2   correct table list for SQL Anywhere
      adds  2a6dfbc   change sqlite is_nullable test to hopefully fail on the right config
      adds  05c5473   update Changes
      adds  f170d55   column_info POD generation improvements
      adds  c5df739   fix MySQL tests without InnoDB, use my variables instead of "use constant"
      adds  dca5cd0   Do SQLite loading without any hairy regexes.
      adds  a7ada78   Do that eval a little more nicely.
      adds  0abc441   filter tables for SQLite too
      adds  829f17e   update Changes
      adds  83d82c0   bump DBD::SQLite dep
      adds  08e80fd   refactor t/25backcompat_v4.t
      adds  f7a2096   oracle and sybase support no longer experimental
      adds  78087af   windows workaround for t/25backcompat_v4.t
      adds  4cbddf8   some preliminary support for Firebird
      adds  b0d2b30   don't use @ARGV to slurp files
      adds  ca12f6c   remove the win32 workaround (as it was the use @ARGV)
      adds  c008447   use Storage for getting $dbh (needed for Firebird)
      adds  45be2ce   is_auto_increment for Firebird, refactor _extra_column_info
      adds  4145a6f   Firebird passes common tests
      adds  3d044e2   Firebird: find quoted generators
      adds  80a212f   mssql: clean up extra tests
      adds  243c6eb   Firebird: mixed case support (wip)
      adds  93e8c51   Firebird: more specific autoinc trigger search
      adds  ffb03c9   Oracle: works again. Firebird: better cleanup in common tests
      adds  0faae4b   Sybase: set inflate_datetime => 1 for 'AS getdate()' computed columns
      adds  0e0a494   Firebird: cleanup trigger parsing code a bit
      adds  18e8465   Firebird: unquoted_ddl option. Revert wrapped dbic code in common tests.
      adds  c496748   smarter inflect_plural in RelBuilder
      adds  2d945eb   fix new rel tests for older DBIC
      adds  3a89a69   multi-dsn support for common tests
      adds  6bdc5f4   remove optional deps
      adds  5347f50   merge t/17sybase_asa_common.t and t/17sybase_asa_odbc_common.t
      adds  73099af   add config_file option
      adds  ed57790   fix _table_fk_info for SQL Anywhere
      adds  5c82a2e   update Changes
      adds  53ef681   turn off cascade_delete/copy, set on_delete/update
      adds  39b22ca   better inflection using Lingua::EN::Inflect::Phrase
      adds  ee07e28   add is_deferrable => 1 to belongs_to by default
      adds  9065de3   data type tester for common tests
      adds  26da4cc   pick up views in SQLite
      adds  bf558f7   better SQLite view test
      adds  deedd57   test column name lowercasing in MSSQL
      adds  acfcc1f   better _tables_list for MSSQL
      adds  f30ddf1   test float(x) type aliases in pg
      adds  df956aa   better type info for Pg: sets sequence for serials, handles numerics without precision
      adds  9c9197d   override _columns_info_for instead of _extra_column_info in MSSQL
      adds  5163dc4   better type info for Sybase ASE and better data type tests
      adds  05f25b4   update Changes
      adds  ccce0e8   updated lowercasing columns test for MSSQL
      adds  da39754   remove ODBC as a base for ODBC/MSSQL, no longer needed
      adds  7819dc5   remove ODBC as a parent for ODBC/SQL_Anywhere as not needed
      adds  27305cc   check for table moniker clashes (patch from ribasushi)
      adds  f812ef6   test for clashing monikers error
      adds  eac5494   cleanup t/23dumpmore.t
      adds  020f3c3   fix case issues for MSSQL
      adds  bfb4306   suppress 'bad table' warnings for filtered tables, preserve case of MSSQL table names
      adds  71a6e88   don't rebless with custom loader_class
      adds  b486b26   update docs for passing loader_class to make_schema_at
      adds  4317088   lowercase schema name for MSSQL
      adds  a3e05a4   wrap sp_fkeys in an eval for MSSQL
      adds  ea8d5d7   use sp_fkeys @fktable_name in MSSQL in lowercase (for case sensitive collations)
      adds  3559ae7   support for MSSQL databases with case sensitive collation
      adds  2a8e93e   don't set result_namespace if it's 'Result'
      adds  b308dcc   turn on FKs for sqlite tests
      adds  ecf930e   major version -> v6, more tests needed
      adds  b7a0a04   try a couple queries to get MSSQL collation
      adds  060f5ec   better support for case-sensitive collations in MSSQL
      adds  5ac72ca   better case-sensitivity detection for MSSQL
      adds  4091400   v5 backcompat tests
      adds  b065e3d   doc MSSQL case issues
      adds  9885717   Added MySQL data type tests.
      adds  ec95705   add firebird warning for unquoted_ddl option
      adds  0a70a21   Merge branch 'master' of dbsrgits at git.shadowcat.co.uk:DBIx-Class-Schema-Loader
      adds  d05d0f4   Aesthetic (spacing) tweak. (oops)
      adds  26334ec   better type info for MySQL
      adds  0080514   ability to run only extra tests
      adds  517a30e   fix a couple tests
      adds  8ff3a23   fix skip rel tests message for MySQL
      adds  04dcecc   fix SCHEMA_LOADER_TESTS_EXTRA_ONLY
      adds  1805763   SCHEMA_LOADER_TESTS_EXTRA_ONLY tests data types too
      adds  cf0ba25   better Firebird type info
      adds  a1cec52   s/LOADER_TEST23/LOADER_test23/g for MySQL on OSX
      adds  0ae64d3   test more numeric/decimal precisions for Firebird
      adds  9dc968d   better type info for SQLAnywhere
      adds  088e65f   fix t/backcompat/0.04006/21misc_fatal.t
      adds  35a87f0   clarify loader_class option for make_schema_at
      adds  231688f   release 0.06000
      adds  103e90d   fix MSSQL collation detection on freetds tds version 8.0
      adds  81ade4d   fix type info for MSSQL
      adds  5afd3e7   release
      adds  3de915b   fix loading MySQL views on older MySQL versions (RT#47399)
      adds  9fdf3d5   fix column name collisions with methods (RT#49443)
      adds  3372cb4   minor improvement for MySQL
      adds  ae32aaf   fix unique detection in DB2 for multiple schemas (RT#39622)
      adds  410e3f5   don't croak if no components when filtering column accessors
      adds  be72dba   match quotes in MySQL parser in more places (RT#42101)
      adds  4337bdd   use column_info instead of select to get Oracle column list (RT#42281)
      adds  1e47308   use accessor => undef for conflicting columns instead
      adds  c9486c7   fix sybase tests for new columns
      adds  8e64075   rewrite default_value 'now()' as 'CURRENT_TIMESTAMP' for Pg
      adds  433ddfb   slight tweak to now() -> CURRENT_TIMESTAMP rewriting
      adds  8a64178   rewrite datetime defaults as CURRENT_TIMESTAMP to ease cross-deployment
      adds  62bc1e5   data_type tests for SQLite
      adds  c34195d   fix case in DB2 CURRENT_TIMESTAMP rewrite check
      adds  45a380d   remove is_deferrable from default rel options to maintain principle of least surprise when roundtripping via deploy()
      adds  9990e58   support CamelCase table names
      adds  4f19ef9   revert 45a380dc2d68e828de4011b99f0c3739db5b0707
      adds  19b7d71   handle CamelCase columns for making relnames
      adds  bc1cb85   added preserve_case option
      adds  65b8813   remove t/04kwalitee.t, annoying useless thing
      adds  eb040f7   preserve_case option now works
      adds  b08ea62   better v7+backcompat tests
      adds  0c1d5b4   unregister dropped sources on rescan
      adds  0f1f51e   rewrite TODO
      adds  bc5afe5   preliminary Informix support
      adds  1b291d2   update TODO
      adds  5cd983b   improve Informix default parsing
      adds  25e1e7b   fix another Informix default parsing bug
      adds  d367765   update TODO
      adds  4b1e708   remove annoying podcoverage crap
      adds  a60e0f4   disable trailing 0 stripping for Informix defaults, as it is unsafe
      adds  58f0690   Informix: write out highest precision datetime (until we can parse the datetime precision)
      adds  6e566cc   change CURRENT_TIMESTAMP to current_timestamp
      adds  f3a657e   normalize accessor names for CamelCase columns in v7 mode
      adds  0cc7c74   update TODO
      adds  760fd65   better type info for Oracle
      adds  6818ce9   remove is_deferrable => 1 from default for belongs_to rels
      adds  33aa346   fix erroneous default_value for MySQL NOT NULL columns (RT#57225)
      adds  f80b0ea   minor Pg type info improvements
      adds  3785bc2   oracle: rewrite "date" to "datetime", support preserve_case => 1 mode
      adds  eccc52f   switch example for components to InflateColumn::DateTime since this is way more common and ResultSetManager is dead
      adds  f8457e2   update TODO
      adds  5766573   update TODO again
      adds  8e03052   rewrite Pg "time without time zone" as "time"
      adds  6bbfc7e   reorganize sybase data_type tests
      adds  007e351   rewrite "CURRENT_TIMESTAMP" to "current_timestamp" for SQLite
      adds  1c22571   more Oracle type info fixes
      adds  3b29d0a   overrides for data_type tests to split into multiple tables
      adds  16773d6   fix MSSQL extra tests
      adds  4ea15df   more Oracle type info fixes
      adds  8c41c3c   minor MSSQL improvements
      adds  dd87d4c   SQLAnywhere: fixup reals, implement preserve_case
      adds  8ec0dd6   Firebird: don't rewrite reals as floats
      adds  268cc24   fix operator precedence
      adds  45321ed   fix syntax error
      adds  1bccc8f   another syntax fuck up
      adds  701cd3e   add ->{original}{default_value} when rewriting to current_timestamp
      adds  f28e7ea   Oracle: lowercase uniq constr. names
      adds  f3ea13a   handle digits when splitting by case transition
      adds  a9a6e6b   test for splitting mixed case columns on case boundary with words ending in digits
      adds  cc4f11a   fix splitting uppercase names
      adds  df55c5f   try to support bizarre column names
      adds  0b00b9e   update TODO
      adds  c930f78   Pg: preserve_case mode
      adds  b511f36   finish preserve_case support
      adds  fe8ba91   Use b64digest() in the rescan test for more readable fail messages.
      adds  97ab24b   Detect autoinc PKs properly for SQLite
      adds  9334ac2   Fix dumpmore tests so they pass with a correctly-working SQLite
      adds  5cd600f   Oracle sequence detection
      adds  1b3e8f7   fix for negative numeric default values
      adds  2a1ff2e   fix negative number defaults for Firebird
      adds  6921934   add qualify_objects option
      adds  b1d1155   release
      adds  c59a009   silence warning
      adds  7640ef4   better type info for DB2
      adds  d2df9c9   update Changes and TODO
      adds  c7e6dc1   some work on Informix data_types, datetimes and intervals left to do
      adds  6b1d4f7   bump $VERSION
      adds  dcaf302   add attr "use_moose" to generate Schema/Result classes that are extentable via Moose
      adds  4f3ff92   very simply test for use_moose (only proves that nothing breaks)
      adds  f916de4   aborted attempt to get datetime precision for Informix
      adds  414c61a   fix bug in qualify_objects that would add schema to relnames
      adds  4a1323d   fix unique constraint names for SQLite (actual names break ->deploy)
      adds  10c0c4f   always mark pk columns is_nullable=0
      adds  7ffafa3   Fix =head level for some constructor options.
      adds  9dfbfb5   Commit failing test for composite PKs get marked is_auto_increment
      adds  692404d   Fix SQLite is_auto_increment some more.
      adds  6550c2e   Update Changes
      adds  a1935f3   update TODO
      adds  c9cf9b4   fix some edge cases for use_moose option, and more tests
      adds  7d0ea6b   document use_moose option
      adds  1336ac6   clarify use_moose doc
      adds  38591ad   update TODO
      adds  6c2b21a   make use_moose work with additional_base_classes and left_base_classes options
      adds  2b74a06   replace namespace::autoclean with namespace::clean to reduce deps, fix extends runtime/compiletime detection for use_moose, fix common tests
      adds  28d5300   fix firebird data_type tests
      adds  fd97abc   fix DOS line ends in table/column comments for Pg
      adds  fb69f4f   update Changes
      adds  ceb53f7   update TODO
      adds  99af63b   document result_roles and schema_roles
      adds  70b4ab2   Revert "document result_roles and schema_roles"
      adds  7a57810   update TODO
      adds  9f33398   fix Postgres sequence detection for qualified sequences
      adds  7b86848   test for qualified Pg sequence
      adds  906fa21   make Moose class detection safer
      adds  128f61d   silence DBD::Oracle 1.21 warning
      adds  ef8e9c6   use Optional::Dependencies stole from DBIx::Class for use_moose option
      adds  aa0867e   put is_deferrable => 1 back into default attributes for belongs_to
      adds  250ff75   simplify moose class check
      adds  15efd63   remove dep on Data::Dumper::Concise
      adds  2894967   release 0.07001
      adds  4c7b5f4   passing all these positional arguments into the relbuilder is stupid.  let's not.
      adds  ef372cf   clean up relbuilder choosing code
      adds  2a72f15   Fixup Makefile.PL to not croak on pristine dev-systems
      adds  942bd5e   Use MRO::Compat instead of forcing Class::C3
      adds  a5ec2cb   Centralize .gitignore handling, add extra names to the untracked list
      adds  0c344f4   Add extra warning guard and object creation tests to 20invocations.t Redo test class names while we are at it
      adds  be9f4d4   Speed up sqlite-based tests (disable synchronous disk writes)
      adds  1db6606   Fix failing oracle tests (extra warnings issued on lc(undef) )
      adds  a8ae008   Require minimal sane module versions for the optional use_moose switch
      adds  ab0262b   use_moose is an *optional* extra for Schema::Loader, as such blindly switching the entire suite to it is a bad idea. A use_moose specific test will be added soon, but the core of S::L needs to test the traditional way. In order to switch the entire test to use_moose set $ENV{SCHEMA_LOADER_TESTS_USE_MOOSE}
      adds  7113075   Factor out the dumper-test machinery, separate the use_moose dump tests into a new test file
      adds  fe272a7   Remove useless dependency
      adds  509e782   Add --skip_author_deps Makefile switch akin to DBIC
      adds  b483cac   auto_provides is too noisy and doesn't add much value anyway
      adds  8dcf429   Fix failing tests on mssql 2005
      adds  c4a4999   Better cleanup during common tests
      adds  c213fd3   Restructure handling of the test scratch-dir, move all activity to t/var, adjust .gitignore
      adds  01f9323   Cleanup moose detection
      adds  74f213a   Don't assume a loader run will die right away, it may very well warn before that
      adds  8de8191   ARGH! use_moose => 1, reload without any option, BOOM
      adds  22edddd   Handle use_moose => 1 to use_moose => 0 errors gracefully
      adds  ebed3e6   And more fail fixes (this time db2)
      adds  50ced3c   Separate STDOUT/STDERR in $^X dumper tests, make sure STDOUT is empty
      adds  53e721b   Fix stupid attempt to set a r/o accessor Bump CAG dependency to properly croak in the future
      adds  c38ec66   Overhaul of test warning handling - mask off as little as possible
      adds  f671b63   Release 0.07002
      adds  61cd4bf   Fix for RT62072
      adds  ceb009d   Format source code, use spaces instead of tabs
      adds  4cd5155   Added _table_comment and _column_comment to DBI::Oracle
      adds  b8e1a9d   apply RT62271
      adds  1233356   Understand Postgres enumerated types
      adds  b8ae451   Create custom_type_name hint for PostgreSQL enum types, as used by very recent SQL::Translator
      adds  bc319c6   test a couple more data_type aliases for Oracle
      adds  637a578   rename t/17sybase_asa_common.t to t/17sqlanywhere_common.t
      adds  6947b5d   handle column accessor collisions with UNIVERSAL methods
      adds  620f4ca   update Changes
      adds  0f23ee9   update TODO
      adds  15c4393   added warning and documentation for column accessor collisions, and the col_collision_map option
      adds  dcc5116   minor POD fixup
      adds  1a8fd94   minor changes
      adds  463c86f   clean up Pg enum code
      adds  a7a8092   doc fix
      adds  e83cb14   doc fix per Khisanth on irc.perl.org
      adds  a94a90f   run pre_create when running only extra tests
      adds  8261788   failing test for (RT#62424) preserve relationship name when another foreign key is added
      adds  0dd4099   Fix a fail when very old Moose/CMOP is installed
      adds  1ad8e8c   preserve relnames when another FK is added (RT#62424), remove resultset_components, other cleanups
      adds  cfc5dce   column_accessor_map implementation
      adds  925f9a8   bump CAG dep
      adds  e32d24a   more specific warning filter for loading DBD::InterBase
      adds  db9c411   make a couple warn masks more specific, fix mysql test count
      adds  61d1cca   fix column name case bug
      adds  b48f3f8   fix MSSQL tests
      adds  ed18888   fix column info bug, all tests pass
      adds  58333f1   add datetime_undef_if_invalid => 1 for MySQL date data types (RT#64820)
      adds  80b1e88   typo
      adds  e4d9f51   add auto_nextval => 1 to uniqueidentifier columns on MSSQL and to uniqueidentifier and uniqueidentifierstr columns on SQLAnywhere
      adds  825c42a   That was a bad idea. This reverts commit e4d9f5156f1e62ab07ec1884c81f4a325584dfd0.
      adds  5c1b0a2   sybase test that doesn't fail
      adds  57a9fc9   add datetime_undef_if_invalid=0 loader option for MySQL
      adds  8f65b7e   better _tables_list for Sybase ASE
      adds  49643e1   remove MooseX::NonMoose from Schema files under use_moose=1
      adds  23ed3da   improve sybase/mssql db_schema detection
      adds  6e4b7bb   add glossary for relbuilder
      adds  7168709   fix fully qualified component classes (RT#62624)
      adds  4a67bef   add test for column name collision with a fully qualified component class method
      adds  b622b08   use Class::Load
      adds  a711628   fix relname/method collisions (RT#62648)
      adds  659817c   release 0.07003
      adds  26c5468   fix bug with result class methods being cached on in a closure instead of the object, which breaks for multiple dynamic schemas in a single perl instance
      adds  4e793de   release 0.07004
      adds  07ba004   fix breakage on perl 5.8.x related to unloading temporary classes
      adds  667f1a0   support extra connect_info options like quote_char for dbicdump
      adds  c697835   release 0.07005
      adds  8c70d2c   turn relbuilder temp class cleanup back on, use Class::Inspector->loaded to check for class existance
      adds  da79314   update Changes, namespace::clean dep
      adds  e94ccbe   release 0.07006
      adds  6e8da81   bump DBIC dep to 0.08127
      adds  ae38ed6   MSSQL data type fixes for native client and EasySoft driver
      adds  3b71e53   release 0.07007
      adds  3fea497   rename column_accessor_map -> col_accessor_map
      adds  700658a   add link to dbicdump in ::Loader docs
      adds  93acebe   add Windows example to dbicdump doc
      adds  567aa05   rename vendor tests
      adds  3b17d98   MS Access support over DBD::ODBC and DBD::ADO
      adds  afcd3c3   support MSSQL over DBD::ADO
      adds  eaf7c54   fix up Informix data types
      adds  3bdcf49   release 0.07008
      adds  ca2ca9c   fix a syntax error in MS Access ADO driver
      adds  c8845f2   release 0.07009
      adds  6b6f027   bump up Class::C3::Componentised dep
      adds  8d65c82   Added result_component_map option to Schema::Loader::Base
      adds  5ad21d3   support for fully-qualified components in result_component_map and tests
      adds  4295c4b   release 0.07010
      adds  95b0a8b   initialize result_component_map to empty hash if unset
      adds  4be0d9b   remove special case for 'meta' method in col accessor collision checks
      adds  308d65f   support for DBD::Firebird
      adds  740241f   use sprintf for floating point comparisons in common tests
      adds  7eff9ea   remove Class::Load dependency
      adds  5233f9e   bump MooseX::NonMoose dep up to 0.16
      adds  7f81161   ->type_info fix for buggy Firebird ODBC driver
      adds  23024b3   move Firebird ODBC driver ->type_info override into driver
      adds  5111e5d   support for unicode Firebird data types
      adds  c0767ca   fix mysql rel detection for mixed-case tables on mixed-case filesystems
      adds  0f21885   handle "use warnings FATAL => 'all' and set use_namespaces=1 for dynamic schemas not in backcompat mode (RT#59849)
      adds  937dea4   rename t/50addl_base_classes.t from Mark Hedges to t/50rt59849.t
      adds  d36c873   added result_roles and result_roles_map options, fixed a bug with accessor collision detection from result_components_map components, fixed some common tests
      adds  9c703ff   only set use_namespaces=1 if naming is set for dynamic schemas
      adds  7cbfc0c   naming_set went into the readonly accessor group by accident, fixed
      adds  38fd5f9   logic fail in naming_set check
      adds  42ea7b8   support ->use_namespaces(0) in Loader.pm, fix tests for new dynamic schema behavior
      adds  b024fa5   fix CONTRIBUTORS
      adds  795c7cf   add an extra symbol to the rt59849 test
      adds  4f80713   move roles to the end of the generated class so that "requires" works with columns/rels
      adds  06e0624   generate POD for additional_classes, additional_base_classes, left_base_classes, components, result_components_map, result_roles and result_roles_map
      adds  a8acb69   generate POD for result_base_class as well
      adds  017d973   add asterisks to items in POD class lists
      adds  2689ea2   Fixed typo in S::L::Base POD
      adds  b3a4bf3   change a couple references in Base POD to links
      adds  9b1dd93   set cascade_update => 0 on might_have relationships
      adds  2d349a5   Revert "set cascade_update => 0 on might_have relationships"
      adds  dc379dc   handle duplicate relationship names (RT#64041)
      adds  fa3bad4   workaround for common tests for MySQL on Win32
      adds  aa608e1   check for relname accessor collisions on duplicate disambiguation
      adds  af15ea3   become utf8-aware (RT#67920)
      adds  6ebd0f3   automatically turn on quoting for MySQL (RT#60469)
      adds  12b86f0   support quoted PostgreSQL schema names with special chars (RT#64766)
      adds  8b754d5   run the preserve rel name test on MySQL too
      adds  bec8d1b   fix warning, fix test counts
      adds  c0a0986   add more naming options
      adds  61c8fd6   fixup POD
      adds  fb60e46   fix clasing test dbs
      adds  dc96667   support arrayrefs for result_namespace and resultset_namespace (RT#40214)
      adds  eb28f95   fix t/23dumpmore.t
      adds  a78f082   fix Oracle
      adds  d16c945   fix t/backcompat/0.04006/23dumpmore.t
      adds  8007f3a   generate POD for unique constraints, set_primary_key and table
      adds  8695fbf   reset _uniqs_started for POD on rescan
      adds  f92914e   added uniq_to_primary option to promote unique keys to primary keys (RT#25944)
      adds  b41db47   fix test counts, cleanup new test table
      adds  d5c9c28   update Changes
      adds  69bbda2   run col_accessor_map tests with skip_rels too
      adds  72cbfae   only promote uniqs with non-nullable columns to pks
      adds  78cf39e   improve uniq_to_primary test
      adds  13904b0   fix uniq_to_primary test on DB2 and SQLAnywhere
      adds  1e07849   fix backcompat tests
      adds  4c42977   fix POD for scalarref tables
      adds  2ae19e7   fix is_nullable detection on MS Access
      adds  eb40e25   document dumping a remote host
      adds  698c11d   fix enum/set detection for MySQL (RT#68717)
      adds  0da287c   another enum test for MySQL
      adds  e00d61a   handle MySQL enums/sets containing elements with single quotes
      adds  3568bda   fix the decimal data type for MS Access over ODBC
      adds  836c851   fix syntax error in common tests
      adds  5938892   add rel_name_map option
      adds  412638f   add handle for Ben Tilly in CONTRIBUTORS
      adds  c55ca19   better option validation for result_component_map, result_role_map and rel_collision_map
      adds  b33d594   sort relationships
      adds  1fe6af0   add schema_components option
      adds  9ba5ae4   Add failing test for feature I want.
      adds  d8fe518   Removing these files from master because they are not for the next release.
      adds  39d5612   make $schema->loader a public method
      adds  900195e   add quiet option
      adds  404aefa   fix backcompat tests
      adds  9ef345a   fix t/10_11msaccess_common.t on non-Win32
      adds  fcf328c   support alternate line endings
      adds  8fc55df   fucking pigs broke my Win32 perl
      adds  5c06aa0   generic comments mechanism, MySQL specific support
      adds  ea998e8   minor changes to table/column comment code
      adds  f1740f1   flying pigs. almost as likely as win32 doing what you wanted it to.
      adds  dde95f2   adds the ability to filter generated code
      adds  7dc01f7   some changes to filter code
      adds  4c21acf   pigs don't fly, they just roll around in shit
      adds  07f39b4   config file support for dbicdump script
      adds  0322c5b   opt deps for dbicdump config and test
      adds  d21ffdd   update Changes with dbicdump config file support
      adds  a47e6e7   silence comment tests
      adds  c4a69b8   multi db_schema support
      adds  6d358d5   sort unique constraints
      adds  9633664   improve Pg default handling
      adds  1132d04   update Changes with Pg defaults fixes
      adds  c99b3e2   fix defaults broken by last Pg defaults fix commit
      adds  87a43db   fix multiple DEFAULT NULLs
      adds  7ca448f   fix uninit warn for no pod and result_base_class
      adds  0dd6956   fix backcompat
      adds  4ee3c60   Fix the failing pg tests (unicode wasn't slurped)
      adds  f213ae4   fix preserve_case tests in common tests
      adds  62aa6a6   fix t/backcompat/0.04006 tests
      adds  2db2c89   allow constraint/exclude options together
      adds  a79e118   remove dependency on File::Slurp
      adds  319016d   minor fix for 5.8.1
      adds  2fa86d8   make MySQL FK handling more robust
      adds  ba3e8f0   match case of FK remote database in MySQL
      adds  0a4273b   use full table name for MySQL key cache
      adds  2d193bc   add POD for using non-English databases
      adds  c6c8787   add "use utf8;" at the top of all generated files
      adds  eea428f   update SQLAnywhere ODBC driver for default \"null"
      adds  3bad938   remove placeholders from tab/col comments queries
      adds  354b694   ignore type_info errors from DBD::Sybase+MSSQL
      adds  4a01c33   fix uninitialized warnings for Firebird
      adds  5975bbe   fix some issues with multi-db_schema support
      adds  6fae835   fix no table warnings for MS Access over DBD::ADO
      adds  ccf9b8a   better rel postfix stripping for v8 mode
      adds  b21abfc   update comment table support for multi-db_schema
      adds  df35916   fully implement naming=v8 and force_ascii
      adds  1aba0de   add 'ALL' key for naming hash
      adds  227cea9   update DBIx::Class::Schema::Loader POD
      adds  14b1bd2   test for connecting through schema_base_class
      adds  cc15b78   implement schema_base_class for dynamic schemas
      adds  f9daf71   bump String::ToIdentifier::EN dep to 0.05
      adds  a1781f7   use connection hack only for schema_base_class
      adds  de89deb   better dynamic schema_base_class implementation
      adds  d3b8acf   update Changes with schema_base_class fix
      adds  a2c2cf6   fix uninitialized warning
      adds  b7b8c97   fix double backcompat warning
      adds  8fa7bec   fix some naming version checks
      adds  7d265d7   namespace::autoclean to MooseX::MarkAsMethods
      adds  4616379   update use_moose docs and opt deps
      adds  ea3b8f0   better CamelCASE support for naming=v8
      adds  f104db1   common tests for schema_base_class and components
      adds  57a3ea2   update Changes for naming=v8
      adds  33c4015   update Changes with MooseX::MarkAsMethods
      adds  3bb5544   add attribution for alnewkirk, mention force_ascii
      adds  b564fc4   stop editing custom content from renamed files
      adds  ffe289c   remove duplicate from Changes
      adds  112415f   add -I option to dbicdump
      adds  b826c58   fix some warnings for MSSQL over ADO
      adds  8e6c80c   release 0.07011
      adds  538bbf8   add correction to Changes for wrong RT#
      adds  310f360   use temp file instead of IPC::Open2 for Win32
      adds  50b95db   fix code running 2x in dynamic schema_base_class
      adds  9643e2f   better cleanup of t/var
      adds  cb6407d   update SEE ALSO section of Loader.pm
      adds  5b1d137   update docs for callbacks receiving table objects
      adds  eeeab54   release 0.07012
      adds  4c2e2ce   auto-disambiguate monikers from different schemas
      adds  3d58fd3   add notes about table object stringify to name
      adds  6bb8fa3   release 0.07013
      adds  c5694be   make copy of moniker_parts in disambiguation code
      adds  0f84483   release 0.07014
      adds  eaf2308   many_to_many rel bridge generation for link tables
      adds  5fc335a   release 0.07015
      adds  3bc7d4f   Change all for@ loops to safer foreach loops (Base.pm)
      adds  5ffed88   Add support for REMARKS in *_info to use for *_comments
      adds  7732645   Fix minor $dbh var adjustments
      adds  47448b0   Ignore metas
      adds  c899395   add SineSwiper to CONTRIBUTORS
      adds  62bffd1   add files created by Mac OS X to .gitignore
      adds  9d78b02   failing test for dumping schema inside a txn
      adds  0730701   experimental support for Pg loader run inside txn
      adds  b45a099   release 0.07017
      adds  a82f1dd   fix spelling mistake in Base POD (RT#74796)
      adds  1af2164   work around ORA-24345 from $dbh->column_info
      adds  ba9954e   fix undef warn in fk info for DBDs without schemas
      adds  5f4a9d4   Changes entry for "fix undef warn in fk info"
      adds  f21f7e9   skip dbicdump tests on Win32 due to test fails
      adds  18eb280   release 0.07018
      adds  116431d   audit drivers for case issues (RT#75805)
      adds  22f9166   release 0.07019
      adds  383bd2a   fix mro issues under 5.8
      adds  dec8098   release 0.07020
      adds  23fd977   register sources on schema class, never instance
      adds  bb46cd4   release 0.07021
      adds  e8c7b90   support Informix common tests over shared mem
      adds  c9d9f5e   make common tests use fewer active statements
      adds  e17ad40   set correct size for n(var)?char columns for ASE
      adds  006c8ed   separate queries for default on ASE (RT#74170)
      adds  7c2059d   release 0.07022
      adds  adf7b1a   bump up Class::Inspector dep for blead (RT#74236)
      adds  a273b50   fix base ::DBI loader to properly order FK columns
      adds  835a650   release 0.07023
      adds  7913758   work around broken kseq in Pg fk info (RT#77062)
      adds  c819561   release 0.07024
      adds  b8aba8d   support MSSQL 2000 again, optimization for MSSQL
      adds  7011989   release 0.07025
      adds  c53aa7b   update rbuels' email address in CONTRIBUTORS
      adds  9dedee1   introspect ON DELETE/UPDATE clauses for MySQL FKs
      adds  b95e25c   release 0.07026
      adds  958d5fc   introspect ON DELETE/UPDATE and DEFERRABLE for pg
      adds  ef73d2a   release 0.07027
      adds  b976244   minor optimization for Pg FK attrs, better test
      adds  f8640ec   FK ON clause introspection for MSSQL
      adds  6fed332   bump Lingua::EN::Tagger dep to 0.20
      adds  8990a2b   release 0.07028
      adds  3b61a7c   introspect ON/DEFERRABLE FK clauses for SQLite
      adds  075473b   introspect ON DELETE/UPDATE FK clauses for DB2
      adds  a40434d   introspect ON DELETE and DEFERRABLE for Oracle
      adds  533d98c   release 0.07029
      adds  9890b10   allow user to set qualify_objects to false
      adds  0af7cac   release 0.07030
      adds  41bc137   fix 02pod.t fail for lack of =encoding (RT#79481)
      adds  e505923   release 0.07031
      adds  5079917   change =encoding utf8 to =encoding UTF-8 in Loader
      adds  a04e5e2   author dep on POD test modules, check in 02pod.t
      adds  7b6a8d7   support coderef for relationship_attrs
      adds  add8bcf   detect inline deferrable FKs for SQLite
      adds  c34033b   release 0.07032
      adds  d4b60b9   expand relationship_attrs POD
      adds  10b0a36   add a loud warning to Makefile.PL about rel attrs
      adds  ae151d4   release 0.07033
      adds  3492170   add rel_type param for relationship_attrs coderef
      adds  4f7692f   update deps on ::Phrase and ::Tagger
      adds  f839d33   Pg _table_fk_info to use catalog not info_schema
      adds  4b5eca9   introspect ON DELETE/UPDATE for SQL Anywhere
      adds  7b2db7f   better schemas support for SQL Server > 2000
      adds  65f78d2   Reorganize and freshen up deps
      adds  da7342a   pass link table details to rel_name_map for many_to_many bridges (RT#81091)
      adds  46895d8   Remove implemented item from TODO
      adds  8c67326   Fix typo in t/46relationships_multi_m2m.t
      adds  e52d195   Release 0.07034_01
      adds  616e34f   Fix fixtures to work with older DBD::SQLite
      adds  cb9c535   Release 0.07034_02
      adds  4a6249b   Release 0.07035
      adds  2e86a3e   Fix stray comma in Pg on_delete/on_update => CASCADE (RT#84706)
      adds  e238996   Fix MySQL enums with empty strings and leading/trailing quotes (RT#86091)
      adds  04568a4   Fix "table" parameter in col_accessor_map callback (RT#84050)
      adds  afecb91   Fix tabs in Changes file
      adds  9fc706c   Fix ordering issues in Pg loader
      adds  5cf2a73   Ignore Emacs droppings
      adds  1a1d500   Ignore dist directory
      adds  d372611   Release 0.07036
      adds  6e12b74   Avoid conditional assignment in variable declarations
      adds  dee01f3   Fix typos in POD and comments (RT#87644)
      adds  51b0099   Demote diag about skip reason to note
      adds  c99880c   Don't ship MYMETA.* files (RT#87713)
      adds  33cd89b   Remove implemented items from TODO
      adds  779e7db   Remove implemented FK introspection items from TODO
      adds  b5f68cb   Restore support for PostgreSQL 8.3 (RT#87291)
      adds  764b262   Fully-qualify all pg_catalog.* names
      adds  b0cdc8a   Fix many_to_many bridges involving might_have relationships
      adds  ce62007   Allow specifying custom attributes for many_to_many bridges
      adds  848731a   Allow specifying the moniker part separator
      adds  fc97257   Allow using all the moniker parts in hashref moniker_map
      adds  b187901   Allow matching all the moniker parts in constraint/exclude
      adds  4591a4f   Release 0.07036_01
      adds  e3c0a68   Skip many_to_many bridges involving might_have relationships
      adds  90f9331   Document fully-qualified constraint/exclude
      adds  1717b60   This branch deals with multiple schemas
      adds  6c3d66f   Release 0.07036_02
      adds  c11cfe7   Merge branch 'topic/better-multi-schema' into master
      adds  76e9a92   Fix t/23dumpmore on perl 5.8.8 and earlier
      adds  cfaae7f   Silence warnings from pure-perl Cwd::abs_path()
      adds  ff4b015   Use sigwarn_silencer() everywhere appropriate
      adds  0235960   Release 0.07036_03
      adds  68c6c83   Push table-equality checks into _dbh_table_info
      adds  ce2f102   Set $result_source_class->table_class appropriately on views
      adds  2f01b5e   Release 0.07036_04
      adds  392d1c5   Allow overriding individual moniker parts
      adds  8a9cc3b   Release 0.07037
      adds  c4d629a   Allow coderef maps to call back into the hashref mapping code
      adds  55bcfd1   Fix MySQL column info detection with multiple schemas (RT#82358)
      adds  5fa622c   update repository url
      adds  17ecc73   Fix skip count for Oracle multi-schema tests
      adds  cd749e1   Fix moniker_map callback test for upcasing databases (e.g. Oracle)
      adds  347cd75   Actually test data types that require separate tables
      adds  08ae305   Fix national character type sizes on DBD::Oracle >= 1.52
      adds  1de9c8e   Fix detection of qualified sequence names for Oracle (RT#90341)
      adds  242c152   Release 0.07038
      adds  edf3eb3   Re-wrap and re-indent for readability and consistency
      adds  a00a81f   Use hash slice assignment instead of loop
      adds  d75f8e7   Swap local_relname and remote_relname around in RelBuilder
      adds  45b70e6   Swap order of _relnames_and_method return values
      adds  e80ea87   Support for DBD::DB2 1.85 as well as < 1.85
      adds  737700f   add myself to contributors pod
      adds  d6ee2aa   Add mailmap file
      adds  2ee3bb7   Convert t/22dump.t to done_testing()
      adds  9f98bd8   Add accessor for the list of (re)generated classes
      adds  28310f2   Add dry-run mode for static schema creation
      adds  f56e3f7   Fix generated_classes with dry_run => 1
      adds  a6900c9   Release 0.07039
      adds  c43d9f4   Add options to omit the version and timestamp from the generated code (RT#92300)
      adds  1f212b4   Add Dag-Erling Smørgrav to CONTRIBUTORS
      adds  b32f818   Skip dumping unique indexes with expressions (RT#93613)
      adds  a01ac8e   Fix dumping unique indexes with DBD::Pg < 1.50
      adds  e946f65   Improve config example in dbicdump
      adds  a0f1a56   Fix name and encoding
      adds  4e88783   Add moritz to CONTRIBUTORS
      adds  ca4cffd   Add moritz to CONTRIBUTORS in dbicdump too
      adds  6c4f5a4   Fix inconsistent naming of duplicate unique constraints
      adds  e94175f   Avoid clobbering caller's $_ (RT#96010)
      adds  96d150a   Fix stray tab in Changes file
      adds  53c4835   Release 0.07040
      adds  c2911c5   Bump MooseX::NonMoose - the Zefram strikes back
      adds  4fb2971   Use skip_all or diag for missing RDBMS test dependencies
      adds  b7254ae   Steal Travis-CI setup from DBIx::Class
      adds  0dc1779   Install Module::Install::ReadmeFromPod in Travis
      adds  64c34f2   Disable parallel testing for now
      adds  b70f694   Disable taint checking for tests for now
      adds  43acc02   We have no xt tests
      adds  06b4d3d   Enable backcompat tests for CLEANTEST=false
      adds  cec9b56   Install modules needed by DBD-specific tests for CLEANTEST=false
      adds  94e2411   Test MySQL with InnoDB (i.e. relationships) as well
      adds  f868218   Fix MySQL skip counts
      adds  ea34d34   Run tests verbosely
      adds  071c2f8   Silence more Firebird warnings
      adds  7336f5d   Run multi-DSN tests in a deterministic order
      adds  4825ee0   Return FK info in a deterministic order in ::DBI::InterBase
      adds  617c4b4   Test Moose bits
      adds  a2e5cee   Use Test::Differences to check lack of file rewrite
      adds  9b0436e   Generate m2m rels in deterministic order
      adds  273d4b1   Revert "Run tests verbosely"
      adds  d1975f0   Test on perl 5.16 as well
      adds  dab9a47   Turn the duplicated code in _generate_m2ms into loops
      adds  239fa6b   Fix many_to_many bridges going back to the same table
      adds  55b9a2a   Adjust skip_rels count again
      adds  584aa86   Remove pointless disconnect after static ->load
      adds  3ad4cdd   Install DBIC dev rel under CLEANTEST="false"
      adds  4ef0f7f   Test with more perl versions
      adds  ddc4c0e   Allow 5.8.3 runs to fail
      adds  7b0dce2   Install Math::BigInt, 5.8.x ship a too old one
      adds  7829f5c   Add --verify to PERL_CPANM_OPT to catch corrupt tarballs
      adds  703d13f   Add Changes entry about Travis smoking
      adds  d6b34b6   Don't ship dotfiles
      adds  2ebf0c3   Document test failure fix with the upcoming DBIC 0.082800
      adds  802a117   Release 0.07041
      adds  7c304e5   Fix unescaped left braces in regexes in tests
      adds  36c8c37   Use undef instead of '%' fore the table and type arguments to $dbh->tables
      adds  48d580c   Use tempdir() to create temporary directories for testing
      adds  ce75068   Fix Changes typo
      adds  c52f11c   Release 0.07042
      adds  a140d9e   Imported Upstream version 0.07042
       new  183489a   Merge tag 'upstream/0.07042'
       new  7ac28d9   Update debian/changelog
       new  5b44c3c   Add autopkgtest control file.
       new  1369301   releasing package libdbix-class-schema-loader-perl version 0.07042-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |   4 +
 META.yml                                           |   2 +-
 debian/changelog                                   |  10 +-
 debian/tests/control                               |   8 ++
 debian/upstream/metadata                           |   5 +
 lib/DBIx/Class/Schema/Loader.pm                    |   2 +-
 lib/DBIx/Class/Schema/Loader/Base.pm               |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI.pm                |   8 +-
 lib/DBIx/Class/Schema/Loader/DBI/ADO.pm            |   8 +-
 lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm     |   2 +-
 .../Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm  |   2 +-
 .../Schema/Loader/DBI/Component/QuotedDefault.pm   |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/DB2.pm            |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Firebird.pm       |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Informix.pm       |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm      |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm          |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm           |   8 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm    |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm  |   2 +-
 .../Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm |   2 +-
 .../Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm   |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm         |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Pg.pm             |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm    |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm         |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm         |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Sybase/Common.pm  |   2 +-
 .../Loader/DBI/Sybase/Microsoft_SQL_Server.pm      |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Writing.pm        |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/mysql.pm          |   8 +-
 .../Class/Schema/Loader/Optional/Dependencies.pod  |   2 +-
 lib/DBIx/Class/Schema/Loader/RelBuilder.pm         |   2 +-
 .../Schema/Loader/RelBuilder/Compat/v0_040.pm      |   2 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_05.pm |   2 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_06.pm |   2 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_07.pm |   2 +-
 t/23dumpmore.t                                     |   4 +-
 t/25backcompat.t                                   | 129 +++++++++++----------
 t/65dbicdump_invocations.t                         |   2 -
 t/backcompat/0.04006/lib/dbixcsl_test_dir.pm       |  14 ++-
 t/lib/dbixcsl_test_dir.pm                          |  14 ++-
 42 files changed, 150 insertions(+), 130 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-class-schema-loader-perl.git



More information about the Pkg-perl-cvs-commits mailing list