14 years agomaking some progress on Sybase
Rafael Kitover [Thu, 2 Jul 2009 06:24:46 +0000]
making some progress on Sybase

14 years agomerging in sybase branch
Rafael Kitover [Thu, 2 Jul 2009 04:39:37 +0000]
merging in sybase branch

14 years agomssql now passes against DBD::Sybase
Rafael Kitover [Wed, 1 Jul 2009 16:35:11 +0000]
mssql now passes against DBD::Sybase

14 years agomake mssql test get futher with dbd::sybase
Rafael Kitover [Wed, 1 Jul 2009 13:06:12 +0000]
make mssql test get futher with dbd::sybase

14 years agominor changes
Rafael Kitover [Wed, 1 Jul 2009 11:30:38 +0000]
minor changes

14 years agodetermine db_schema for mssql if not supplied
Rafael Kitover [Wed, 1 Jul 2009 04:03:12 +0000]
determine db_schema for mssql if not supplied

14 years agoadd a test for mssql through dbd::sybase (which fails) and make mssql_dot_in_table_na...
Rafael Kitover [Tue, 30 Jun 2009 14:03:30 +0000]
add a test for mssql through dbd::sybase (which fails) and make mssql_dot_in_table_name test work for either sybase or odbc

14 years agorename test
Rafael Kitover [Tue, 30 Jun 2009 13:49:44 +0000]
rename test

14 years agoadd constraint to dot in table name test
Rafael Kitover [Tue, 30 Jun 2009 13:48:39 +0000]
add constraint to dot in table name test

14 years agoquote table names that include name_sep
Rafael Kitover [Tue, 30 Jun 2009 00:39:46 +0000]
quote table names that include name_sep

14 years agoautomatically set quote_char and name_sep for mssql
Rafael Kitover [Tue, 30 Jun 2009 00:18:30 +0000]
automatically set quote_char and name_sep for mssql

14 years agoresult class is generated for table with dot in name, but doesn't work yet
Rafael Kitover [Sun, 28 Jun 2009 06:52:09 +0000]
result class is generated for table with dot in name, but doesn't work yet

14 years agonew branch
Rafael Kitover [Sun, 28 Jun 2009 04:08:58 +0000]
new branch

14 years agoFactor out remote relname for back-compat overridability
Dagfinn Ilmari Mannsåker [Fri, 26 Jun 2009 20:17:55 +0000]
Factor out remote relname for back-compat overridability

14 years agoMove misplaced changelog entries to the right version.
Dagfinn Ilmari Mannsåker [Tue, 23 Jun 2009 13:59:48 +0000]
Move misplaced changelog entries to the right version.

14 years agoNote Sybase/MSSQL support in Changes
Dagfinn Ilmari Mannsåker [Tue, 23 Jun 2009 13:59:42 +0000]
Note Sybase/MSSQL support in Changes

14 years agoAdd *.old to .gitignore
Dagfinn Ilmari Mannsåker [Tue, 23 Jun 2009 13:59:36 +0000]
Add *.old to .gitignore

14 years agoMerge 'odbc-mssql' into 'current'
Rafael Kitover [Tue, 9 Jun 2009 13:27:20 +0000]
Merge 'odbc-mssql' into 'current'

r5247@hlagh (orig r6439):  caelum | 2009-05-26 21:40:39 -0700
_rebless for odbc

14 years agoMerge 'odbc-mssql' into 'current'
Rafael Kitover [Tue, 9 Jun 2009 13:26:54 +0000]
Merge 'odbc-mssql' into 'current'

r5246@hlagh (orig r6438):  caelum | 2009-05-26 21:34:59 -0700
use ensure_class_loaded in odbc driver

14 years agoMerge 'odbc-mssql' into 'current'
Rafael Kitover [Tue, 9 Jun 2009 13:26:29 +0000]
Merge 'odbc-mssql' into 'current'

r5245@hlagh (orig r6437):  caelum | 2009-05-26 21:27:41 -0700
added test for mssql_odbc

14 years agoMerge 'odbc-mssql' into 'current'
Rafael Kitover [Tue, 9 Jun 2009 13:26:01 +0000]
Merge 'odbc-mssql' into 'current'

r4530@hlagh (orig r6425):  caelum | 2009-05-25 16:45:11 -0700
make quoter/name_sep builders overridable methods

14 years agoMerge 'odbc-mssql' into 'current'
Rafael Kitover [Tue, 9 Jun 2009 13:25:36 +0000]
Merge 'odbc-mssql' into 'current'

r4529@hlagh (orig r6424):  caelum | 2009-05-25 15:51:08 -0700
add patch from semifor to use ->get_info for quote_char/name_sep by default

14 years agoMerge 'odbc-mssql' into 'current'
Rafael Kitover [Tue, 9 Jun 2009 13:25:06 +0000]
Merge 'odbc-mssql' into 'current'

r4528@hlagh (orig r6423):  caelum | 2009-05-25 11:36:19 -0700
cleaned up ODBC crap and added docs

14 years agoMerge 'odbc-mssql' into 'current'
Rafael Kitover [Tue, 9 Jun 2009 13:24:40 +0000]
Merge 'odbc-mssql' into 'current'

r4519@hlagh (orig r6409):  caelum | 2009-05-24 19:00:15 -0700
initial hackage, will be cleaned up

15 years ago_rebless for odbc
Rafael Kitover [Wed, 27 May 2009 04:40:39 +0000]
_rebless for odbc

15 years agouse ensure_class_loaded in odbc driver
Rafael Kitover [Wed, 27 May 2009 04:34:59 +0000]
use ensure_class_loaded in odbc driver

15 years agoadded test for mssql_odbc
Rafael Kitover [Wed, 27 May 2009 04:27:41 +0000]
added test for mssql_odbc

15 years agomake quoter/name_sep builders overridable methods
Rafael Kitover [Mon, 25 May 2009 23:45:11 +0000]
make quoter/name_sep builders overridable methods

15 years agoadd patch from semifor to use ->get_info for quote_char/name_sep by default
Rafael Kitover [Mon, 25 May 2009 22:51:08 +0000]
add patch from semifor to use ->get_info for quote_char/name_sep by default

15 years agocleaned up ODBC crap and added docs
Rafael Kitover [Mon, 25 May 2009 18:36:19 +0000]
cleaned up ODBC crap and added docs

15 years agoinitial hackage, will be cleaned up
Rafael Kitover [Mon, 25 May 2009 02:00:15 +0000]
initial hackage, will be cleaned up

15 years agonew branch for support of MSSQL through ODBC
Rafael Kitover [Mon, 25 May 2009 01:58:35 +0000]
new branch for support of MSSQL through ODBC

15 years agoAdd .gitignore to MANIFEST.SKIP
Dagfinn Ilmari Mannsåker [Thu, 23 Apr 2009 13:10:36 +0000]
Add .gitignore to MANIFEST.SKIP

15 years agoAdd .gitignore files
Dagfinn Ilmari Mannsåker [Thu, 23 Apr 2009 13:06:09 +0000]
Add .gitignore files

15 years agochange spacing
Justin Hunter [Tue, 21 Apr 2009 03:34:48 +0000]
change spacing
remove commented out code
prevent a potential infinite loop

15 years agoUse Class::C3::Componentised->load_optional_class
Dagfinn Ilmari Mannsåker [Tue, 21 Apr 2009 03:34:04 +0000]
Use Class::C3::Componentised->load_optional_class

15 years agoinitial import of Sybase/MSSQL support
Justin Hunter [Mon, 20 Apr 2009 22:53:43 +0000]
initial import of Sybase/MSSQL support

15 years agoFactor out 0.04 incompatibilities to separate methods
Dagfinn Ilmari Mannsåker [Sun, 19 Apr 2009 12:35:33 +0000]
Factor out 0.04 incompatibilities to separate methods

This way they can be overridden by a back-compat subclass

15 years agoReplace UNIVERSAL::require with Class::C3::Componentised
Dagfinn Ilmari Mannsåker [Sun, 19 Apr 2009 08:59:08 +0000]
Replace UNIVERSAL::require with Class::C3::Componentised

15 years agoBump version for release 0.04999_07
Dagfinn Ilmari Mannsåker [Sat, 18 Apr 2009 13:30:49 +0000]
Bump version for release

15 years agoAdd .git to MANIFEST.SKIP
Dagfinn Ilmari Mannsåker [Sat, 18 Apr 2009 13:30:40 +0000]
Add .git to MANIFEST.SKIP

15 years agoFix for DBIx::Class 0.08100
Dagfinn Ilmari Mannsåker [Sat, 18 Apr 2009 11:06:25 +0000]
Fix for DBIx::Class 0.08100

* Pass the schema object to RelBuilder, not the class
* Fix result and resultsource class reloading

15 years agoNow that we always dump to disk, don't bother testing twice.
Dagfinn Ilmari Mannsåker [Sat, 18 Apr 2009 11:06:20 +0000]
Now that we always dump to disk, don't bother testing twice.

15 years ago * use $^X instead of assuming /usr/bin/perl
Justin Hunter [Tue, 14 Apr 2009 17:28:10 +0000]
 * 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

15 years agoFix SQLite _extra_column_info for new DBD::SQLite which ->can('column_info')
Dagfinn Ilmari Mannsåker [Tue, 7 Apr 2009 23:53:22 +0000]
Fix SQLite _extra_column_info for new DBD::SQLite which ->can('column_info')

15 years agoMove unshift @INC, $target_dir out of _dump_to_dir into reload_table (separation...
Tim Bunce [Thu, 26 Mar 2009 13:04:37 +0000]
Move unshift @INC, $target_dir out of _dump_to_dir into reload_table (separation of concerns).

15 years agoMove _get_custom_content call close to where it's used.
Tim Bunce [Thu, 26 Mar 2009 12:46:16 +0000]
Move _get_custom_content call close to where it's used.

15 years agoIgnore duplicate uniq indices (including duplicates of the PK).
Tim Bunce [Thu, 19 Mar 2009 00:05:04 +0000]
Ignore duplicate uniq indices (including duplicates of the PK).
[Originally committed as r5766 to trunk by mistake]

15 years agoMerge 'trunk' into 'current'
Dagfinn Ilmari Mannsåker [Tue, 10 Mar 2009 12:37:47 +0000]
Merge 'trunk' into 'current'

r27903@fenchurch (orig r4475):  ilmari | 2008-06-08 14:18:48 +0100
Fix Oracle constraint detection for non-owned schemas
r37690@fenchurch (orig r5722):  timbunce | 2009-03-09 21:02:02 +0000
Implement result_base_class and schema_base_class options.

r37693@fenchurch (orig r5725):  timbunce | 2009-03-09 21:36:21 +0000
Fix test plan count in t/23dumpmore.t and add Change note missed from r5722

r37694@fenchurch (orig r5726):  timbunce | 2009-03-09 21:40:30 +0000
Reduce noise when running tests if Test::Kwalitee isn't installed.

15 years agoReduce noise when running tests if Test::Kwalitee isn't installed.
Tim Bunce [Mon, 9 Mar 2009 21:40:30 +0000]
Reduce noise when running tests if Test::Kwalitee isn't installed.

15 years agoFix test plan count in t/23dumpmore.t and add Change note missed from r5722
Tim Bunce [Mon, 9 Mar 2009 21:36:21 +0000]
Fix test plan count in t/23dumpmore.t and add Change note missed from r5722

15 years agoAdd 0.05 blockers to TODO
Dagfinn Ilmari Mannsåker [Mon, 9 Mar 2009 21:05:51 +0000]
Add 0.05 blockers to TODO

15 years agoRemove completed TODOs
Dagfinn Ilmari Mannsåker [Mon, 9 Mar 2009 21:02:29 +0000]
Remove completed TODOs

15 years agoImplement result_base_class and schema_base_class options.
Tim Bunce [Mon, 9 Mar 2009 21:02:02 +0000]
Implement result_base_class and schema_base_class options.

15 years agoUse join_type => 'LEFT' rather than 'LEFT OUTER' for consistency with
Dagfinn Ilmari Mannsåker [Thu, 11 Dec 2008 16:51:29 +0000]
Use join_type => 'LEFT' rather than 'LEFT OUTER' for consistency with
the rest of DBIC.

15 years agoBump version for release 0.04999_06
Dagfinn Ilmari Mannsåker [Tue, 11 Nov 2008 18:51:02 +0000]
Bump version for release

15 years agoHandle ResultSetManager deprecation warning in common tests
Dagfinn Ilmari Mannsåker [Wed, 16 Jul 2008 16:46:52 +0000]
Handle ResultSetManager deprecation warning in common tests

15 years agoFix Oracle constraint and auto-increment detection for non-owned schemas
Dagfinn Ilmari Mannsåker [Sun, 8 Jun 2008 13:25:19 +0000]
Fix Oracle constraint and auto-increment detection for non-owned schemas

15 years agoFix Oracle constraint detection for non-owned schemas
Dagfinn Ilmari Mannsåker [Sun, 8 Jun 2008 13:18:48 +0000]
Fix Oracle constraint detection for non-owned schemas

16 years agoNeuter Class::C3::reinitialize() around the schema reloading.
Dagfinn Ilmari Mannsåker [Sun, 1 Jun 2008 00:29:08 +0000]
Neuter Class::C3::reinitialize() around the schema reloading.

We're not changing any inheritance here, and this is equivalent to what
the old code did around _make_src_class().

16 years agoMove the _dump_to_dir calls into _reload_classes
Dagfinn Ilmari Mannsåker [Tue, 27 May 2008 01:20:12 +0000]
Move the _dump_to_dir calls into _reload_classes

16 years agoThrow out the in-memory class generation, just dump to a temporary
Dagfinn Ilmari Mannsåker [Mon, 26 May 2008 17:22:12 +0000]
Throw out the in-memory class generation, just dump to a temporary
directory if the user didn't specify one

16 years agoAdd "dbicdump" script for easy commandline dumping
Dagfinn Ilmari Mannsåker [Sat, 24 May 2008 01:18:27 +0000]
Add "dbicdump" script for easy commandline dumping

16 years agoCheck in the regenerated README
Dagfinn Ilmari Mannsåker [Fri, 23 May 2008 16:48:22 +0000]
Check in the regenerated README

16 years agoImprove method argument and return value docs
Dagfinn Ilmari Mannsåker [Tue, 29 Apr 2008 00:45:58 +0000]
Improve method argument and return value docs

16 years agoStrip trailing _id from single-column belongs_to relationships
Dagfinn Ilmari Mannsåker [Fri, 25 Apr 2008 23:16:16 +0000]
Strip trailing _id from single-column belongs_to relationships

16 years agoSingularise table monikers by default
Dagfinn Ilmari Mannsåker [Fri, 25 Apr 2008 22:54:54 +0000]
Singularise table monikers by default

16 years agoVersion bump for release 0.04999_05
Dagfinn Ilmari Mannsåker [Mon, 14 Apr 2008 03:58:45 +0000]
Version bump for release

16 years ago- Fix base class ordering in dumped classes
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 06:57:54 +0000]
- Fix base class ordering in dumped classes
- Run the common tests against both dynamic and dumped versions of the schema

16 years agoFix mismerge.
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 02:59:44 +0000]
Fix mismerge.

16 years agoMerge 'trunk' into 'current'
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 02:58:03 +0000]
Merge 'trunk' into 'current'

r36744@vesla (orig r4181):  ilmari | 2008-03-12 03:02:26 +0000
Don't execute the column_info sth, it's already active.

r37163@vesla (orig r4262):  ilmari | 2008-04-13 03:43:42 +0100
Version bump for release
r37164@vesla (orig r4263):  ilmari | 2008-04-13 03:47:13 +0100
Remove Build.PL, no longer supported by Module::Install
r37166@vesla (orig r4265):  ilmari | 2008-04-13 03:49:00 +0100
Remove and ignore autogenerated files
r37167@vesla (orig r4266):  ilmari | 2008-04-13 03:51:18 +0100
Bump Module::Install requirement to make sure we have both test_requires and auto_install

16 years agoClean up common tests:
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 02:56:33 +0000]
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

16 years agoBump Module::Install requirement to make sure we have both test_requires and auto_install
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 02:51:18 +0000]
Bump Module::Install requirement to make sure we have both test_requires and auto_install

16 years agoRemove and ignore autogenerated files
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 02:49:00 +0000]
Remove and ignore autogenerated files

16 years agoRemove Build.PL, no longer supported by Module::Install
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 02:47:13 +0000]
Remove Build.PL, no longer supported by Module::Install

16 years agoVersion bump for release
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 02:43:42 +0000]
Version bump for release

16 years agoFix test failure for non-InnoDB MySQL due to wrong skip count
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 02:02:22 +0000]
Fix test failure for non-InnoDB MySQL due to wrong skip count

16 years agoMake ResultSetManager notice externally defined :ResultSet methods
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 00:48:53 +0000]
Make ResultSetManager notice externally defined :ResultSet methods
by calling $class->table($class->table) after loading the external
class definition.

16 years agoCosmetic fixes to dumping of externally defined classes
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 00:43:26 +0000]
Cosmetic fixes to dumping of externally defined classes

16 years agoFix warning when dumping a schema with external class definitions.
Dagfinn Ilmari Mannsåker [Sun, 13 Apr 2008 00:40:49 +0000]
Fix warning when dumping a schema with external class definitions.

16 years agoSilence the skipping on missing Test::Kwalitee, and give the real reason
Dagfinn Ilmari Mannsåker [Fri, 11 Apr 2008 18:56:11 +0000]
Silence the skipping on missing Test::Kwalitee, and give the real reason
if it is installed but this is running in a dist.

16 years agoCommit missed README update
Dagfinn Ilmari Mannsåker [Fri, 11 Apr 2008 14:37:58 +0000]
Commit missed README update

16 years ago- Move loader_class from Schema::Loader::Base to Schema::Loader
Dagfinn Ilmari Mannsåker [Sat, 5 Apr 2008 00:18:50 +0000]
- 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

16 years agoAllow specifying a custom loader_class in loader_options
Dagfinn Ilmari Mannsåker [Tue, 1 Apr 2008 15:34:44 +0000]
Allow specifying a custom loader_class in loader_options

16 years agoDefault db_schema to the username for DB2
Dagfinn Ilmari Mannsåker [Thu, 13 Mar 2008 20:45:37 +0000]
Default db_schema to the username for DB2

16 years agoFix limiting table list to the specified schema for DB2
Dagfinn Ilmari Mannsåker [Thu, 13 Mar 2008 20:22:34 +0000]
Fix limiting table list to the specified schema for DB2

16 years agoBump version for dev release 0.04999_04
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 14:35:53 +0000]
Bump version for dev release

16 years agoAdd is_auto_increment detecton for DB2
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 12:59:30 +0000]
Add is_auto_increment detecton for DB2

16 years agoBmp version for dev release 0.04999_03
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 03:09:48 +0000]
Bmp version for dev release

16 years agoDon't execute the column_info sth, it's already active.
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 03:02:26 +0000]
Don't execute the column_info sth, it's already active.

16 years agoDon't re-execute column_info sth, it's already active.
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 02:55:07 +0000]
Don't re-execute column_info sth, it's already active.

16 years agoFix Changes mismerge
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 02:27:56 +0000]
Fix Changes mismerge

16 years agoMerge 'trunk' into 'current'
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 02:22:36 +0000]
Merge 'trunk' into 'current'

r36739@vesla (orig r4176):  ilmari | 2008-03-12 01:49:17 +0000
Fix DB2 support:
 - foreign_key_info needs the PK schema name
 - up/down-case table names when going to/from the DB

16 years agoFix the CREATE TABLE statements for DB2
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 02:18:13 +0000]
Fix the CREATE TABLE statements for DB2

16 years agoFix DB2 support:
Dagfinn Ilmari Mannsåker [Wed, 12 Mar 2008 01:49:17 +0000]
Fix DB2 support:
 - foreign_key_info needs the PK schema name
 - up/down-case table names when going to/from the DB

16 years agoBump version number for dev release 0.04999_02
Dagfinn Ilmari Mannsåker [Tue, 12 Feb 2008 13:22:07 +0000]
Bump version number for dev release

16 years agoAdd META.yml to svn:ignore
Dagfinn Ilmari Mannsåker [Tue, 12 Feb 2008 13:20:14 +0000]
Add META.yml to svn:ignore

16 years agoAdd more test descriptions
Dagfinn Ilmari Mannsåker [Tue, 12 Feb 2008 13:19:08 +0000]
Add more test descriptions

16 years agoUnnhide the Oracle module now that the CPAN perms are fixed
Dagfinn Ilmari Mannsåker [Sat, 9 Feb 2008 17:17:29 +0000]
Unnhide the Oracle module now that the CPAN perms are fixed

16 years agoAdd is_auto_increment detection for Oracle
Dagfinn Ilmari Mannsåker [Fri, 8 Feb 2008 22:04:10 +0000]
Add is_auto_increment detection for Oracle