making some progress on Sybase
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib /
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.
2008-03-12 Dagfinn Ilmari Man... Don't re-execute column_info sth, it's already active.
2008-03-12 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2008-03-12 Dagfinn Ilmari Man... Fix DB2 support:
2008-02-12 Dagfinn Ilmari Man... Bump version number for dev release 0.04999_02
2008-02-09 Dagfinn Ilmari Man... Unnhide the Oracle module now that the CPAN perms are...
2008-02-08 Dagfinn Ilmari Man... Add is_auto_increment detection for Oracle
2008-02-05 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2008-02-05 Dagfinn Ilmari Man... Make sure to get the constraint columns in the right...
2008-02-02 Dagfinn Ilmari Man... Clean up Oracle loader code
2008-01-30 Dagfinn Ilmari Man... Mention _extra_column_info in DBIC::S::L::DBI::Writing
2008-01-29 Dagfinn Ilmari Man... Add support for ENUM value lists for MySQL
2008-01-28 Dagfinn Ilmari Man... Merge _column_is_auto_increment() and _column_extra_att...
2008-01-28 Dagfinn Ilmari Man... Mark foreign key columns with is_foreign_key => 1
2008-01-27 Dagfinn Ilmari Man... Add support for extra => { unsigned => 1 } for MySQL.
2008-01-27 Dagfinn Ilmari Man... Add support for vendor-specific extra column attributes.
2008-01-27 Dagfinn Ilmari Man... Only get $self->{schema}->source($local_moniker) once.
2008-01-27 Dagfinn Ilmari Man... Add support for load_namespaces-style class layout.
2008-01-01 Dagfinn Ilmari Man... Set join_type => 'LEFT OUTER' for nullable foreign...
2007-12-14 Dagfinn Ilmari Man... Set is_auto_increment for auto-increment columns (RT...
2007-11-15 Dagfinn Ilmari Man... Version bump for release. 0.04004
2007-11-09 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2007-10-19 Brandon Black Default Oracle db_schema to db username (patch from...
2007-10-10 Brandon Black update Changes and version numbers in current
2007-10-10 Dagfinn Ilmari Man... Generate one-to-one accessors for unique foreign keys
2007-10-04 Brandon Black 0.04003 changes, version bumps 0.04003
2007-07-25 Dagfinn Ilmari Man... Do not grow the whitespace after the DO NOT MODIFY...
2007-07-24 Brandon Black 0.04002 - disable oracle.pm indexing and fix rescan... 0.04002
2007-07-10 Brandon Black fix RT#28073
2007-06-27 Brandon Black 0.04001, dump_overwrite -> really_erase_my_files 0.04001
2007-06-08 Brandon Black update versions for 0.04000 release, added some better... 0.04000
2007-05-22 Brandon Black convert to M::I, release 0.03999_02 0.03999_02
2007-05-22 Brandon Black Merge 'trunk' into 'current'
2007-05-22 Brandon Black 0.03012 released 0.03012
2007-05-21 Brandon Black Merge 'trunk' into 'current'
2007-05-21 Dagfinn Ilmari Man... fix multiple multi-column relations to the same table
2007-05-15 Brandon Black Fix from Marc Espie for CREATE TABLE 'foo' for SQLite
2007-04-17 Brandon Black Merge 'trunk' into 'current'
2007-04-17 Brandon Black fix for ^sqlite_ tables from chromatic
2007-04-14 Brandon Black Merge 'trunk' into 'current'
2007-04-14 Brandon Black 0.03011 0.03011
2007-04-09 Brandon Black fix case-sensitivity in UNIQUE parsing for SQLite
2007-04-03 Brandon Black some little cleanups, svn meta stuff, and the beginning...
2007-03-31 Brandon Black sqlite fixups
2007-03-31 Brandon Black added test for rescan, fixed a few issues
2007-03-30 Brandon Black update requirements
2007-03-30 Brandon Black only _load_external for the classes we are supposed to
2007-03-30 Brandon Black Merging oracle branch into current:
next