more work on multi-db_schema
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib /
2011-06-14 Rafael Kitover more work on multi-db_schema regex_capture_issues
2011-06-14 Rafael Kitover more work on multi-db_schema
2011-06-14 Rafael Kitover add a Table class
2011-06-14 Rafael Kitover better option validation for result_component_map,...
2011-06-14 Rafael Kitover add handle for Ben Tilly in CONTRIBUTORS
2011-06-14 Rafael Kitover add rel_name_map option
2011-06-10 Rafael Kitover fix the decimal data type for MS Access over ODBC
2011-06-10 Rafael Kitover handle MySQL enums/sets containing elements with single...
2011-06-10 Rafael Kitover fix enum/set detection for MySQL (RT#68717)
2011-06-09 Rafael Kitover fix is_nullable detection on MS Access
2011-06-07 Rafael Kitover fix POD for scalarref tables
2011-06-06 Rafael Kitover only promote uniqs with non-nullable columns to pks
2011-05-30 Rafael Kitover added uniq_to_primary option to promote unique keys...
2011-05-30 Rafael Kitover reset _uniqs_started for POD on rescan
2011-05-30 Rafael Kitover generate POD for unique constraints, set_primary_key...
2011-05-29 Rafael Kitover fix Oracle
2011-05-29 Rafael Kitover fix t/23dumpmore.t
2011-05-29 Rafael Kitover support arrayrefs for result_namespace and resultset_na...
2011-05-28 Rafael Kitover fixup POD
2011-05-28 Rafael Kitover add more naming options
2011-05-28 Rafael Kitover fix warning, fix test counts
2011-05-27 Rafael Kitover support quoted PostgreSQL schema names with special...
2011-05-26 Rafael Kitover automatically turn on quoting for MySQL (RT#60469)
2011-05-26 Rafael Kitover become utf8-aware (RT#67920)
2011-05-26 Rafael Kitover check for relname accessor collisions on duplicate...
2011-05-25 Rafael Kitover handle duplicate relationship names (RT#64041)
2011-05-24 Rafael Kitover Revert "set cascade_update => 0 on might_have relations...
2011-05-24 Rafael Kitover set cascade_update => 0 on might_have relationships
2011-05-20 Rafael Kitover change a couple references in Base POD to links
2011-05-19 Mark A. Stratman Fixed typo in S::L::Base POD
2011-05-18 Rafael Kitover add asterisks to items in POD class lists
2011-05-17 Rafael Kitover generate POD for result_base_class as well
2011-05-17 Rafael Kitover generate POD for additional_classes, additional_base_cl...
2011-05-17 Rafael Kitover move roles to the end of the generated class so that...
2011-05-17 Rafael Kitover fix CONTRIBUTORS
2011-05-16 Rafael Kitover support ->use_namespaces(0) in Loader.pm, fix tests...
2011-05-16 Rafael Kitover logic fail in naming_set check
2011-05-16 Rafael Kitover naming_set went into the readonly accessor group by...
2011-05-16 Rafael Kitover only set use_namespaces=1 if naming is set for dynamic...
2011-05-16 Mark A. Stratman added result_roles and result_roles_map options, fixed...
2011-05-16 Rafael Kitover handle "use warnings FATAL => 'all' and set use_namespa...
2011-05-12 Rafael Kitover fix mysql rel detection for mixed-case tables on mixed...
2011-04-21 Rafael Kitover support for unicode Firebird data types
2011-04-20 Rafael Kitover move Firebird ODBC driver ->type_info override into...
2011-04-20 Rafael Kitover ->type_info fix for buggy Firebird ODBC driver
2011-04-14 Rafael Kitover bump MooseX::NonMoose dep up to 0.16
2011-04-13 Rafael Kitover remove Class::Load dependency
2011-04-09 Rafael Kitover support for DBD::Firebird
2011-03-29 Rafael Kitover remove special case for 'meta' method in col accessor...
2011-03-04 Rafael Kitover initialize result_component_map to empty hash if unset 0.07010
2011-03-04 Rafael Kitover release 0.07010
2011-03-04 Rafael Kitover support for fully-qualified components in result_compon...
2011-03-04 Mark A. Stratman Added result_component_map option to Schema::Loader...
2011-02-25 Rafael Kitover release 0.07009
2011-02-25 Rafael Kitover fix a syntax error in MS Access ADO driver
2011-02-25 Rafael Kitover release 0.07008 0.07008
2011-02-25 Rafael Kitover fix up Informix data types
2011-02-24 Rafael Kitover support MSSQL over DBD::ADO
2011-02-24 Rafael Kitover MS Access support over DBD::ODBC and DBD::ADO
2011-02-19 Rafael Kitover add link to dbicdump in ::Loader docs
2011-02-19 Rafael Kitover rename column_accessor_map -> col_accessor_map
2011-02-15 Rafael Kitover release 0.07007 0.07007
2011-02-15 Rafael Kitover MSSQL data type fixes for native client and EasySoft...
2011-02-01 Rafael Kitover release 0.07006 0.07006
2011-01-26 Rafael Kitover turn relbuilder temp class cleanup back on, use Class...
2011-01-25 Rafael Kitover release 0.07005 0.07005
2011-01-25 Rafael Kitover fix breakage on perl 5.8.x related to unloading tempora...
2011-01-24 Rafael Kitover release 0.07004 0.07004
2011-01-22 Rafael Kitover fix bug with result class methods being cached on in...
2011-01-21 Rafael Kitover release 0.07003 0.07003
2011-01-21 Rafael Kitover fix relname/method collisions (RT#62648)
2011-01-21 Rafael Kitover use Class::Load
2011-01-21 Rafael Kitover fix fully qualified component classes (RT#62624)
2011-01-21 Rafael Kitover add glossary for relbuilder
2011-01-20 Rafael Kitover improve sybase/mssql db_schema detection
2011-01-20 Rafael Kitover remove MooseX::NonMoose from Schema files under use_moose=1
2011-01-17 Rafael Kitover better _tables_list for Sybase ASE
2011-01-17 Rafael Kitover add datetime_undef_if_invalid=0 loader option for MySQL
2011-01-17 Rafael Kitover That was a bad idea.
2011-01-17 Rafael Kitover add auto_nextval => 1 to uniqueidentifier columns on...
2011-01-16 Rafael Kitover add datetime_undef_if_invalid => 1 for MySQL date data...
2010-12-26 Rafael Kitover fix column info bug, all tests pass
2010-12-24 Rafael Kitover fix MSSQL tests
2010-12-23 Rafael Kitover fix column name case bug
2010-12-21 Rafael Kitover make a couple warn masks more specific, fix mysql test...
2010-12-21 Robert Buels column_accessor_map implementation
2010-12-21 Rafael Kitover preserve relnames when another FK is added (RT#62424...
2010-12-21 Rafael Kitover Fix a fail when very old Moose/CMOP is installed
2010-12-07 Rafael Kitover doc fix
2010-12-05 Rafael Kitover clean up Pg enum code
2010-12-05 Rafael Kitover minor changes
2010-12-03 Rafael Kitover minor POD fixup
2010-12-03 Rafael Kitover added warning and documentation for column accessor...
2010-12-02 Rafael Kitover handle column accessor collisions with UNIVERSAL methods
2010-11-10 Stephen Bennett Create custom_type_name hint for PostgreSQL enum types...
2010-11-07 Stephen Bennett Understand Postgres enumerated types
2010-10-30 Justin Hunter apply RT62271
2010-10-15 Robert Bohne Added _table_comment and _column_comment to DBI::Oracle
2010-10-15 Robert Bohne Format source code, use spaces instead of tabs
2010-10-12 Peter Rabbitson Fix for RT62072
next