fix POD coverage and t/backcompat/0.04006/23dumpmore.t
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib /
2009-12-24 Rafael Kitover fix POD coverage and t/backcompat/0.04006/23dumpmore.t
2009-12-24 Rafael Kitover Merge 'current' into 'back-compat'
2009-12-24 Rafael Kitover replacing ::Base with ::Compat now, instead of just...
2009-12-01 Rafael Kitover better handling of db_schema for Oracle, based on ...
2009-11-30 Rafael Kitover new dev release 0.04999_12
2009-11-30 Rafael Kitover fix MySQL rel introspection with on_connect_call =...
2009-11-30 Rafael Kitover base results on Core, only load components if there...
2009-11-30 Rafael Kitover set old version only on Schema.pm in backcompat mode
2009-11-30 Rafael Kitover load external classes for dynamic schemas only
2009-11-29 Rafael Kitover Merge 'current' into 'back-compat'
2009-11-29 Rafael Kitover fix table count test in common tests, inc version for...
2009-11-29 Rafael Kitover added patch to generate POD from postgres by Andrey...
2009-11-29 Rafael Kitover fix regular common tests
2009-11-29 Rafael Kitover backcompat common tests now pass
2009-11-29 Rafael Kitover minor changes
2009-11-28 Rafael Kitover make dynamic schemas 0.04006 mode by default
2009-11-28 Rafael Kitover Merge 'current' into 'back-compat'
2009-11-28 Rafael Kitover backcompat mode now runs more than once
2009-11-28 Rafael Kitover add test for norewrite
2009-11-24 Rafael Kitover handle un-parenthesized default numeric/integer values...
2009-11-24 Rafael Kitover fix MSSQL default detection to work with numeric/intege...
2009-11-22 Rafael Kitover redo AUTHOR sections to have one main CONTRIBUTORS...
2009-11-22 Rafael Kitover $dbh->quote some things
2009-11-22 Rafael Kitover fix default_value for MSSQL
2009-11-17 Rafael Kitover fix name of compat relbuilder
2009-11-09 Rafael Kitover this stuff does not work yet
2009-11-01 Rafael Kitover fix relbuilder initialization (left over from pull)
2009-11-01 Rafael Kitover Merge 'current' into 'back-compat'
2009-10-31 Rafael Kitover new dev release 0.04999_10
2009-10-31 Rafael Kitover fix data_type for identities in MSSQL RT#50523
2009-10-13 Rafael Kitover patch from Robert Bohne to make _table_uniq_info more...
2009-10-08 Rafael Kitover new dev release 0.04999_09
2009-10-05 Ash Berlin Place a warning at the top of the files too
2009-10-05 Ash Berlin Only redump the files when something has actually changed
2009-08-29 Rafael Kitover dev release 0.04999_08
2009-08-28 Rafael Kitover Merge 'current' into 'mssql_tweaks'
2009-08-26 Dagfinn Ilmari Man... Initial back-compat code
2009-08-23 Rafael Kitover put extra mssql tests in the proper format
2009-08-12 Rafael Kitover add TODO comment for mysql
2009-08-12 Rafael Kitover fix CURRENT_TIMESTAMP default for MySQL
2009-08-10 Rafael Kitover Merge 'current' into 'mssql_tweaks'
2009-07-24 Dagfinn Ilmari Man... Doc improvements by Robert Buels
2009-07-10 Rafael Kitover make tests pass
2009-07-03 Rafael Kitover almost passes sybase tests now
2009-07-03 Rafael Kitover sybase rels sort of work now, more than half-way throug...
2009-07-03 Rafael Kitover fix pg
2009-07-03 Rafael Kitover rels are still fucked in sybase
2009-07-02 Rafael Kitover making some progress on Sybase
2009-07-02 Rafael Kitover merging in sybase branch
2009-07-01 Rafael Kitover minor changes
2009-07-01 Rafael Kitover determine db_schema for mssql if not supplied
2009-06-30 Rafael Kitover quote table names that include name_sep
2009-06-30 Rafael Kitover automatically set quote_char and name_sep for mssql
2009-06-28 Rafael Kitover result class is generated for table with dot in name...
2009-06-26 Dagfinn Ilmari Man... Factor out remote relname for back-compat overridability
2009-05-27 Rafael Kitover _rebless for odbc
2009-05-27 Rafael Kitover use ensure_class_loaded in odbc driver
2009-05-27 Rafael Kitover added test for mssql_odbc
2009-05-25 Rafael Kitover make quoter/name_sep builders overridable methods
2009-05-25 Rafael Kitover add patch from semifor to use ->get_info for quote_char...
2009-05-25 Rafael Kitover cleaned up ODBC crap and added docs
2009-05-25 Rafael Kitover initial hackage, will be cleaned up
2009-04-21 Justin Hunter change spacing
2009-04-21 Dagfinn Ilmari Man... Use Class::C3::Componentised->load_optional_class
2009-04-20 Justin Hunter initial import of Sybase/MSSQL support
2009-04-19 Dagfinn Ilmari Man... Factor out 0.04 incompatibilities to separate methods
2009-04-19 Dagfinn Ilmari Man... Replace UNIVERSAL::require with Class::C3::Componentised
2009-04-18 Dagfinn Ilmari Man... Bump version for release 0.04999_07
2009-04-18 Dagfinn Ilmari Man... Fix for DBIx::Class 0.08100
2009-04-14 Justin Hunter * use $^X instead of assuming /usr/bin/perl
2009-04-07 Dagfinn Ilmari Man... Fix SQLite _extra_column_info for new DBD::SQLite which...
2009-03-26 Tim Bunce Move unshift @INC, $target_dir out of _dump_to_dir...
2009-03-26 Tim Bunce Move _get_custom_content call close to where it's used.
2009-03-19 Tim Bunce Ignore duplicate uniq indices (including duplicates...
2009-03-10 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2009-03-09 Tim Bunce Implement result_base_class and schema_base_class options.
2008-12-11 Dagfinn Ilmari Man... Use join_type => 'LEFT' rather than 'LEFT OUTER' for...
2008-11-11 Dagfinn Ilmari Man... Bump version for release 0.04999_06
2008-06-08 Dagfinn Ilmari Man... Fix Oracle constraint and auto-increment detection...
2008-06-08 Dagfinn Ilmari Man... Fix Oracle constraint detection for non-owned schemas
2008-06-01 Dagfinn Ilmari Man... Neuter Class::C3::reinitialize() around the schema...
2008-05-27 Dagfinn Ilmari Man... Move the _dump_to_dir calls into _reload_classes
2008-05-26 Dagfinn Ilmari Man... Throw out the in-memory class generation, just dump...
2008-04-29 Dagfinn Ilmari Man... Improve method argument and return value docs
2008-04-25 Dagfinn Ilmari Man... Strip trailing _id from single-column belongs_to relati...
2008-04-25 Dagfinn Ilmari Man... Singularise table monikers by default
2008-04-14 Dagfinn Ilmari Man... Version bump for release 0.04999_05
2008-04-13 Dagfinn Ilmari Man... - Fix base class ordering in dumped classes
2008-04-13 Dagfinn Ilmari Man... Version bump for release
2008-04-13 Dagfinn Ilmari Man... Make ResultSetManager notice externally defined :Result...
2008-04-13 Dagfinn Ilmari Man... Cosmetic fixes to dumping of externally defined classes
2008-04-13 Dagfinn Ilmari Man... Fix warning when dumping a schema with external class...
2008-04-05 Dagfinn Ilmari Man... - Move loader_class from Schema::Loader::Base to Schema...
2008-04-01 Dagfinn Ilmari Man... Allow specifying a custom loader_class in loader_options
2008-03-13 Dagfinn Ilmari Man... Default db_schema to the username for DB2
2008-03-13 Dagfinn Ilmari Man... Fix limiting table list to the specified schema for DB2
2008-03-12 Dagfinn Ilmari Man... Bump version for dev release 0.04999_04
2008-03-12 Dagfinn Ilmari Man... Add is_auto_increment detecton for DB2
2008-03-12 Dagfinn Ilmari Man... Bmp version for dev release 0.04999_03
2008-03-12 Dagfinn Ilmari Man... Don't execute the column_info sth, it's already active.
next