Robert Buels [Thu, 31 Dec 2009 21:15:05 +0000]
added overwrite_modifications option (default off), which causes Loader to ignore the md5sum of generated code and overwrite it anyway
Rafael Kitover [Thu, 31 Dec 2009 02:19:37 +0000]
Merge 'skip_load_external' into 'current'
r22323@hlagh (orig r8196): caelum | 2009-12-30 17:04:48 -0500
new branch to add an option to turn off loading external custom content
r22324@hlagh (orig r8197): jhannah | 2009-12-30 21:00:47 -0500
Added skip_load_external()
r22325@hlagh (orig r8198): caelum | 2009-12-30 21:19:13 -0500
minor test cleanup
Rafael Kitover [Thu, 31 Dec 2009 02:19:13 +0000]
minor test cleanup
Jay Hannah [Thu, 31 Dec 2009 02:00:47 +0000]
Added skip_load_external()
Rafael Kitover [Wed, 30 Dec 2009 22:04:48 +0000]
new branch to add an option to turn off loading external custom content
Rafael Kitover [Wed, 30 Dec 2009 22:02:43 +0000]
Merge 'deprecate_CDA' into 'current'
r22310@hlagh (orig r8183): jhannah | 2009-12-29 22:02:03 -0500
Branch to move from Class::Data::Accessor (deprecated) to
Class::Accessor::Grouped.
r22311@hlagh (orig r8184): jhannah | 2009-12-29 22:34:04 -0500
Suppress 2nd warning below which makes the test fail.
not ok 3 - Expected loader warning
# Failed test 'Expected loader warning'
# at t/lib/dbixcsl_common_tests.pm line 149.
# got: '4'
# expected: '3'
# DBIx::Class::Schema::Loader::connection(): loader_test9 has no primary key at (eval 57)[t/lib/dbixcsl_common_te
# Use of uninitialized value in string ne at lib/DBIx/Class/Schema/Loader/Base.pm line 454.
# Dumping manual schema for DBIXCSL_Test::Schema to directory ./t/_common_dump ...
# Schema dump completed.
r22315@hlagh (orig r8188): jhannah | 2009-12-30 16:26:46 -0500
removed Class::Data::Accessor (deprecated)
removed Class::Accessor::Fast (can't do everything CAG can)
added Class::Accessor::Grouped
r22318@hlagh (orig r8191): caelum | 2009-12-30 16:47:55 -0500
use simple group accessors for Loader::Base, remove CDA from Makefile.PL
r22320@hlagh (orig r8193): caelum | 2009-12-30 17:01:07 -0500
remove dep on CAF, add dep on CAG
Rafael Kitover [Wed, 30 Dec 2009 22:01:07 +0000]
remove dep on CAF, add dep on CAG
Rafael Kitover [Wed, 30 Dec 2009 21:47:55 +0000]
use simple group accessors for Loader::Base, remove CDA from Makefile.PL
Rafael Kitover [Wed, 30 Dec 2009 21:28:53 +0000]
Merge 'current' into 'deprecate_CDA'
r22316@hlagh (orig r8189): caelum | 2009-12-30 16:27:49 -0500
rearrange some test code
Rafael Kitover [Wed, 30 Dec 2009 21:27:49 +0000]
rearrange some test code
Jay Hannah [Wed, 30 Dec 2009 21:26:46 +0000]
removed Class::Data::Accessor (deprecated)
removed Class::Accessor::Fast (can't do everything CAG can)
added Class::Accessor::Grouped
Rafael Kitover [Wed, 30 Dec 2009 21:01:16 +0000]
Merge 'current' into 'deprecate_CDA'
r22312@hlagh (orig r8185): caelum | 2009-12-30 12:30:58 -0500
bump File::Path dep, fixup redefined warning handler
r22313@hlagh (orig r8186): caelum | 2009-12-30 15:58:06 -0500
fix tests
Rafael Kitover [Wed, 30 Dec 2009 20:58:06 +0000]
fix tests
Rafael Kitover [Wed, 30 Dec 2009 17:30:58 +0000]
bump File::Path dep, fixup redefined warning handler
Jay Hannah [Wed, 30 Dec 2009 03:34:04 +0000]
Suppress 2nd warning below which makes the test fail.
not ok 3 - Expected loader warning
# Failed test 'Expected loader warning'
# at t/lib/dbixcsl_common_tests.pm line 149.
# got: '4'
# expected: '3'
# DBIx::Class::Schema::Loader::connection(): loader_test9 has no primary key at (eval 57)[t/lib/dbixcsl_common_te
# Use of uninitialized value in string ne at lib/DBIx/Class/Schema/Loader/Base.pm line 454.
# Dumping manual schema for DBIXCSL_Test::Schema to directory ./t/_common_dump ...
# Schema dump completed.
Jay Hannah [Wed, 30 Dec 2009 03:02:03 +0000]
Branch to move from Class::Data::Accessor (deprecated) to
Class::Accessor::Grouped.
Rafael Kitover [Tue, 29 Dec 2009 14:38:40 +0000]
load custom content from external un-singularized classes, tested for dynamic schema needs a test for static schema
Rafael Kitover [Mon, 28 Dec 2009 17:26:59 +0000]
preserve custom content from un-singularized Results during upgrade
Rafael Kitover [Fri, 25 Dec 2009 09:14:30 +0000]
more complete backcompat tests, one last thing to do
Rafael Kitover [Fri, 25 Dec 2009 00:56:55 +0000]
start of backcompat tests
Rafael Kitover [Thu, 24 Dec 2009 15:16:43 +0000]
Merge 'back-compat' into 'current'
r7400@hlagh (orig r7399): ilmari | 2009-08-26 19:07:47 -0400
Branch for back-compat work
r7401@hlagh (orig r7400): ilmari | 2009-08-26 19:09:44 -0400
Initial back-compat code
r21089@hlagh (orig r7835): caelum | 2009-11-01 05:52:40 -0500
fix relbuilder initialization (left over from pull)
r21101@hlagh (orig r7847): caelum | 2009-11-09 14:04:52 -0500
this stuff does not work yet
r21102@hlagh (orig r7848): caelum | 2009-11-09 18:12:58 -0500
backcompat TODO
r21174@hlagh (orig r7920): caelum | 2009-11-16 19:39:50 -0500
fix name of compat relbuilder
r21612@hlagh (orig r7971): caelum | 2009-11-28 03:17:05 -0500
backcompat mode now runs more than once
r21614@hlagh (orig r7973): caelum | 2009-11-28 03:46:00 -0500
make dynamic schemas 0.04006 mode by default
r21615@hlagh (orig r7974): caelum | 2009-11-28 05:38:41 -0500
backcompat tests now run, but fail
r21682@hlagh (orig r7977): caelum | 2009-11-28 20:56:06 -0500
minor changes
r21683@hlagh (orig r7978): caelum | 2009-11-28 23:30:08 -0500
backcompat common tests now pass
r21684@hlagh (orig r7979): caelum | 2009-11-29 00:03:34 -0500
fix regular common tests
r21685@hlagh (orig r7980): caelum | 2009-11-29 00:23:32 -0500
update TODO
r21695@hlagh (orig r7990): caelum | 2009-11-29 19:18:50 -0500
load external classes for dynamic schemas only
r21712@hlagh (orig r7993): caelum | 2009-11-30 08:51:11 -0500
set old version only on Schema.pm in backcompat mode
r22272@hlagh (orig r8161): caelum | 2009-12-24 01:49:54 -0500
replacing ::Base with ::Compat now, instead of just unshifting to @ISA, t/backcompat/0.04006/20invocations.t now passes
r22276@hlagh (orig r8165): caelum | 2009-12-24 04:24:08 -0500
fix POD coverage and t/backcompat/0.04006/23dumpmore.t
r22277@hlagh (orig r8166): caelum | 2009-12-24 06:03:15 -0500
implemented "naming" accessor, got rid of Loader/Compat/v0_040.pm
r22282@hlagh (orig r8171): caelum | 2009-12-24 07:54:19 -0500
added Manual/UpgradingFromV4.pod
r22283@hlagh (orig r8172): caelum | 2009-12-24 10:13:03 -0500
pod fixes for UpgradingFromV4
Rafael Kitover [Thu, 24 Dec 2009 15:13:03 +0000]
pod fixes for UpgradingFromV4
Rafael Kitover [Thu, 24 Dec 2009 12:54:19 +0000]
added Manual/UpgradingFromV4.pod
Rafael Kitover [Thu, 24 Dec 2009 11:03:15 +0000]
implemented "naming" accessor, got rid of Loader/Compat/v0_040.pm
Rafael Kitover [Thu, 24 Dec 2009 09:24:08 +0000]
fix POD coverage and t/backcompat/0.04006/23dumpmore.t
Rafael Kitover [Thu, 24 Dec 2009 06:50:16 +0000]
Merge 'current' into 'back-compat'
r21713@hlagh (orig r7994): caelum | 2009-11-30 09:06:50 -0500
base results on Core, only load components if there are extra components
r21715@hlagh (orig r7996): caelum | 2009-11-30 11:35:46 -0500
fix MySQL rel introspection with on_connect_call => "set_strict_mode" (RT#52087)
r21717@hlagh (orig r7998): caelum | 2009-11-30 18:27:45 -0500
tests pass again
r21718@hlagh (orig r7999): caelum | 2009-11-30 18:44:28 -0500
new dev release
r21721@hlagh (orig r8002): caelum | 2009-11-30 20:43:04 -0500
better handling of db_schema for Oracle, based on (RT#35732)
Rafael Kitover [Thu, 24 Dec 2009 06:49:54 +0000]
replacing ::Base with ::Compat now, instead of just unshifting to @ISA, t/backcompat/0.04006/20invocations.t now passes
Rafael Kitover [Tue, 1 Dec 2009 01:43:04 +0000]
better handling of db_schema for Oracle, based on (RT#35732)
Rafael Kitover [Mon, 30 Nov 2009 23:44:28 +0000]
new dev release
Rafael Kitover [Mon, 30 Nov 2009 23:27:45 +0000]
tests pass again
Rafael Kitover [Mon, 30 Nov 2009 16:35:46 +0000]
fix MySQL rel introspection with on_connect_call => "set_strict_mode" (RT#52087)
Rafael Kitover [Mon, 30 Nov 2009 14:06:50 +0000]
base results on Core, only load components if there are extra components
Rafael Kitover [Mon, 30 Nov 2009 13:51:11 +0000]
set old version only on Schema.pm in backcompat mode
Rafael Kitover [Mon, 30 Nov 2009 00:18:50 +0000]
load external classes for dynamic schemas only
Rafael Kitover [Sun, 29 Nov 2009 18:32:00 +0000]
Merge 'current' into 'back-compat'
r21690@hlagh (orig r7985): caelum | 2009-11-29 09:51:18 -0500
added patch to generate POD from postgres by Andrey Kostenko (GUGU)
r21691@hlagh (orig r7986): caelum | 2009-11-29 12:49:40 -0500
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
r21692@hlagh (orig r7987): caelum | 2009-11-29 13:17:04 -0500
new dev release
Rafael Kitover [Sun, 29 Nov 2009 18:17:04 +0000]
new dev release
Rafael Kitover [Sun, 29 Nov 2009 17:49:40 +0000]
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
Rafael Kitover [Sun, 29 Nov 2009 14:51:18 +0000]
added patch to generate POD from postgres by Andrey Kostenko (GUGU)
Rafael Kitover [Sun, 29 Nov 2009 05:23:32 +0000]
update TODO
Rafael Kitover [Sun, 29 Nov 2009 05:03:34 +0000]
fix regular common tests
Rafael Kitover [Sun, 29 Nov 2009 04:30:08 +0000]
backcompat common tests now pass
Rafael Kitover [Sun, 29 Nov 2009 01:56:06 +0000]
minor changes
Rafael Kitover [Sat, 28 Nov 2009 10:38:41 +0000]
backcompat tests now run, but fail
Rafael Kitover [Sat, 28 Nov 2009 08:46:00 +0000]
make dynamic schemas 0.04006 mode by default
Rafael Kitover [Sat, 28 Nov 2009 08:20:11 +0000]
Merge 'current' into 'back-compat'
r21183@hlagh (orig r7929): caelum | 2009-11-22 06:30:22 -0500
fix default_value for MSSQL
r21184@hlagh (orig r7930): caelum | 2009-11-22 07:03:31 -0500
$dbh->quote some things
r21186@hlagh (orig r7932): caelum | 2009-11-22 09:46:34 -0500
redo AUTHOR sections to have one main CONTRIBUTORS section
r21589@hlagh (orig r7948): caelum | 2009-11-24 07:57:25 -0500
fix MSSQL default detection to work with numeric/integer columns
r21590@hlagh (orig r7949): caelum | 2009-11-24 08:11:02 -0500
handle un-parenthesized default numeric/integer values for some versions of MSSQL as well
r21610@hlagh (orig r7969): caelum | 2009-11-28 02:36:00 -0500
add test for norewrite
r21611@hlagh (orig r7970): caelum | 2009-11-28 02:44:01 -0500
added test to check for correct file count in common tests
Rafael Kitover [Sat, 28 Nov 2009 08:17:05 +0000]
backcompat mode now runs more than once
Rafael Kitover [Sat, 28 Nov 2009 07:44:01 +0000]
added test to check for correct file count in common tests
Rafael Kitover [Sat, 28 Nov 2009 07:36:00 +0000]
add test for norewrite
Rafael Kitover [Tue, 24 Nov 2009 13:11:02 +0000]
handle un-parenthesized default numeric/integer values for some versions of MSSQL as well
Rafael Kitover [Tue, 24 Nov 2009 12:57:25 +0000]
fix MSSQL default detection to work with numeric/integer columns
Rafael Kitover [Sun, 22 Nov 2009 14:46:34 +0000]
redo AUTHOR sections to have one main CONTRIBUTORS section
Rafael Kitover [Sun, 22 Nov 2009 12:03:31 +0000]
$dbh->quote some things
Rafael Kitover [Sun, 22 Nov 2009 11:30:22 +0000]
fix default_value for MSSQL
Rafael Kitover [Tue, 17 Nov 2009 00:39:50 +0000]
fix name of compat relbuilder
Rafael Kitover [Mon, 9 Nov 2009 23:12:58 +0000]
backcompat TODO
Rafael Kitover [Mon, 9 Nov 2009 19:04:52 +0000]
this stuff does not work yet
Rafael Kitover [Sun, 1 Nov 2009 10:52:40 +0000]
fix relbuilder initialization (left over from pull)
Rafael Kitover [Sun, 1 Nov 2009 09:19:27 +0000]
Merge 'current' into 'back-compat'
r18689@hlagh (orig r7408): caelum | 2009-08-28 20:55:06 -0400
r6812@hlagh (orig r6811): caelum | 2009-06-28 00:08:58 -0400
new branch
r6814@hlagh (orig r6813): caelum | 2009-06-28 02:52:09 -0400
result class is generated for table with dot in name, but doesn't work yet
r6864@hlagh (orig r6863): caelum | 2009-06-29 20:18:30 -0400
automatically set quote_char and name_sep for mssql
r6865@hlagh (orig r6864): caelum | 2009-06-29 20:39:46 -0400
quote table names that include name_sep
r6879@hlagh (orig r6878): caelum | 2009-06-30 09:48:39 -0400
add constraint to dot in table name test
r6880@hlagh (orig r6879): caelum | 2009-06-30 09:49:44 -0400
rename test
r6881@hlagh (orig r6880): caelum | 2009-06-30 10:03:30 -0400
add a test for mssql through dbd::sybase (which fails) and make mssql_dot_in_table_name test work for either sybase or odbc
r6902@hlagh (orig r6901): caelum | 2009-07-01 00:03:12 -0400
determine db_schema for mssql if not supplied
r6911@hlagh (orig r6910): caelum | 2009-07-01 07:30:38 -0400
minor changes
r6912@hlagh (orig r6911): caelum | 2009-07-01 09:06:12 -0400
make mssql test get futher with dbd::sybase
r6923@hlagh (orig r6922): caelum | 2009-07-01 12:35:11 -0400
mssql now passes against DBD::Sybase
r6929@hlagh (orig r6928): caelum | 2009-07-02 00:39:37 -0400
merging in sybase branch
r6933@hlagh (orig r6932): caelum | 2009-07-02 02:24:46 -0400
making some progress on Sybase
r6958@hlagh (orig r6957): caelum | 2009-07-02 21:29:49 -0400
rels are still fucked in sybase
r6960@hlagh (orig r6959): caelum | 2009-07-02 23:33:07 -0400
fix pg
r6961@hlagh (orig r6960): caelum | 2009-07-03 00:34:33 -0400
sybase rels sort of work now, more than half-way through common tests
r6979@hlagh (orig r6978): caelum | 2009-07-03 15:35:38 -0400
almost passes sybase tests now
r7002@hlagh (orig r7001): caelum | 2009-07-07 07:58:19 -0400
add comment about sybase DSN
r7026@hlagh (orig r7025): caelum | 2009-07-10 16:53:09 -0400
make tests pass
r7364@hlagh (orig r7363): caelum | 2009-08-23 03:37:54 -0400
put extra mssql tests in the proper format
r7378@hlagh (orig r7377): caelum | 2009-08-24 11:39:56 -0400
finished cleaning up branch, all tests pass
r18687@hlagh (orig r7406): caelum | 2009-08-28 20:45:12 -0400
add sybase and mssql as features to Makefile.PL
r18688@hlagh (orig r7407): caelum | 2009-08-28 20:53:37 -0400
remove comment about sybase dsn (it's handled automatically now)
r18691@hlagh (orig r7410): caelum | 2009-08-28 21:14:40 -0400
add note about sybase dbic branch
r18692@hlagh (orig r7411): caelum | 2009-08-28 21:21:53 -0400
dev release
r18693@hlagh (orig r7412): caelum | 2009-08-28 21:23:05 -0400
update M::I version in Makefile.PL
r18694@hlagh (orig r7413): caelum | 2009-08-28 21:26:05 -0400
fix warning in MySQL tests
r20606@hlagh (orig r7618): caelum | 2009-09-10 02:06:45 -0400
remove dbic option from sybase test that is no longer necessary
r20845@hlagh (orig r7763): ash | 2009-10-05 09:17:40 -0400
Only redump the files when something has actually changed
r20846@hlagh (orig r7764): ash | 2009-10-05 09:38:45 -0400
Place a warning at the top of the files too
r20849@hlagh (orig r7767): caelum | 2009-10-07 21:56:53 -0400
new dev release
r20944@hlagh (orig r7782): caelum | 2009-10-13 10:46:22 -0400
patch from Robert Bohne to make _table_uniq_info more correct for Oracle
r21079@hlagh (orig r7825): caelum | 2009-10-31 07:19:24 -0400
fix data_type for identities in MSSQL RT#50523
r21080@hlagh (orig r7826): caelum | 2009-10-31 08:32:31 -0400
new dev release
r21081@hlagh (orig r7827): caelum | 2009-10-31 08:52:58 -0400
add resources to Makefile.PL
r21083@hlagh (orig r7829): caelum | 2009-10-31 09:12:36 -0400
fix up alignment in Changes
r21087@hlagh (orig r7833): caelum | 2009-11-01 01:51:33 -0400
run advanced tests on SQLite too
Rafael Kitover [Sun, 1 Nov 2009 05:51:33 +0000]
run advanced tests on SQLite too
Rafael Kitover [Sat, 31 Oct 2009 13:12:36 +0000]
fix up alignment in Changes
Rafael Kitover [Sat, 31 Oct 2009 12:52:58 +0000]
add resources to Makefile.PL
Rafael Kitover [Sat, 31 Oct 2009 12:32:31 +0000]
new dev release
Rafael Kitover [Sat, 31 Oct 2009 11:19:24 +0000]
fix data_type for identities in MSSQL RT#50523
Rafael Kitover [Tue, 13 Oct 2009 14:46:22 +0000]
patch from Robert Bohne to make _table_uniq_info more correct for Oracle
Rafael Kitover [Thu, 8 Oct 2009 01:56:53 +0000]
new dev release
Ash Berlin [Mon, 5 Oct 2009 13:38:45 +0000]
Place a warning at the top of the files too
Ash Berlin [Mon, 5 Oct 2009 13:17:40 +0000]
Only redump the files when something has actually changed
Rafael Kitover [Thu, 10 Sep 2009 06:06:45 +0000]
remove dbic option from sybase test that is no longer necessary
Rafael Kitover [Sat, 29 Aug 2009 01:26:05 +0000]
fix warning in MySQL tests
Rafael Kitover [Sat, 29 Aug 2009 01:23:05 +0000]
update M::I version in Makefile.PL
Rafael Kitover [Sat, 29 Aug 2009 01:21:53 +0000]
dev release
Rafael Kitover [Sat, 29 Aug 2009 01:14:40 +0000]
add note about sybase dbic branch
Rafael Kitover [Sat, 29 Aug 2009 00:55:06 +0000]
Merge 'mssql_tweaks' into 'current'
r6812@hlagh (orig r6811): caelum | 2009-06-28 00:08:58 -0400
new branch
r6814@hlagh (orig r6813): caelum | 2009-06-28 02:52:09 -0400
result class is generated for table with dot in name, but doesn't work yet
r6864@hlagh (orig r6863): caelum | 2009-06-29 20:18:30 -0400
automatically set quote_char and name_sep for mssql
r6865@hlagh (orig r6864): caelum | 2009-06-29 20:39:46 -0400
quote table names that include name_sep
r6879@hlagh (orig r6878): caelum | 2009-06-30 09:48:39 -0400
add constraint to dot in table name test
r6880@hlagh (orig r6879): caelum | 2009-06-30 09:49:44 -0400
rename test
r6881@hlagh (orig r6880): caelum | 2009-06-30 10:03:30 -0400
add a test for mssql through dbd::sybase (which fails) and make mssql_dot_in_table_name test work for either sybase or odbc
r6902@hlagh (orig r6901): caelum | 2009-07-01 00:03:12 -0400
determine db_schema for mssql if not supplied
r6911@hlagh (orig r6910): caelum | 2009-07-01 07:30:38 -0400
minor changes
r6912@hlagh (orig r6911): caelum | 2009-07-01 09:06:12 -0400
make mssql test get futher with dbd::sybase
r6923@hlagh (orig r6922): caelum | 2009-07-01 12:35:11 -0400
mssql now passes against DBD::Sybase
r6929@hlagh (orig r6928): caelum | 2009-07-02 00:39:37 -0400
merging in sybase branch
r6933@hlagh (orig r6932): caelum | 2009-07-02 02:24:46 -0400
making some progress on Sybase
r6958@hlagh (orig r6957): caelum | 2009-07-02 21:29:49 -0400
rels are still fucked in sybase
r6960@hlagh (orig r6959): caelum | 2009-07-02 23:33:07 -0400
fix pg
r6961@hlagh (orig r6960): caelum | 2009-07-03 00:34:33 -0400
sybase rels sort of work now, more than half-way through common tests
r6979@hlagh (orig r6978): caelum | 2009-07-03 15:35:38 -0400
almost passes sybase tests now
r7002@hlagh (orig r7001): caelum | 2009-07-07 07:58:19 -0400
add comment about sybase DSN
r7026@hlagh (orig r7025): caelum | 2009-07-10 16:53:09 -0400
make tests pass
r7364@hlagh (orig r7363): caelum | 2009-08-23 03:37:54 -0400
put extra mssql tests in the proper format
r7378@hlagh (orig r7377): caelum | 2009-08-24 11:39:56 -0400
finished cleaning up branch, all tests pass
r18687@hlagh (orig r7406): caelum | 2009-08-28 20:45:12 -0400
add sybase and mssql as features to Makefile.PL
r18688@hlagh (orig r7407): caelum | 2009-08-28 20:53:37 -0400
remove comment about sybase dsn (it's handled automatically now)
Rafael Kitover [Sat, 29 Aug 2009 00:53:37 +0000]
remove comment about sybase dsn (it's handled automatically now)
Rafael Kitover [Sat, 29 Aug 2009 00:45:12 +0000]
add sybase and mssql as features to Makefile.PL
Rafael Kitover [Fri, 28 Aug 2009 23:03:49 +0000]
Merge 'current' into 'mssql_tweaks'
r7308@hlagh (orig r7307): caelum | 2009-08-11 20:58:06 -0400
fix CURRENT_TIMESTAMP default for MySQL
r7309@hlagh (orig r7308): caelum | 2009-08-12 07:26:13 -0400
fix mysql tests for CURRENT_TIMESTAMP
r7310@hlagh (orig r7309): caelum | 2009-08-12 07:51:05 -0400
add TODO comment for mysql
Dagfinn Ilmari Mannsåker [Wed, 26 Aug 2009 23:09:44 +0000]
Initial back-compat code
Dagfinn Ilmari Mannsåker [Wed, 26 Aug 2009 23:07:47 +0000]
Branch for back-compat work
Rafael Kitover [Mon, 24 Aug 2009 15:39:56 +0000]
finished cleaning up branch, all tests pass
Rafael Kitover [Sun, 23 Aug 2009 07:37:54 +0000]
put extra mssql tests in the proper format
Rafael Kitover [Wed, 12 Aug 2009 11:51:05 +0000]
add TODO comment for mysql
Rafael Kitover [Wed, 12 Aug 2009 11:26:13 +0000]
fix mysql tests for CURRENT_TIMESTAMP
Rafael Kitover [Wed, 12 Aug 2009 00:58:06 +0000]
fix CURRENT_TIMESTAMP default for MySQL
Rafael Kitover [Mon, 10 Aug 2009 10:18:03 +0000]
Merge 'current' into 'mssql_tweaks'
r9157@hlagh (orig r7116): ilmari | 2009-07-24 13:44:58 -0400
Doc improvements by Robert Buels
Dagfinn Ilmari Mannsåker [Fri, 24 Jul 2009 17:44:58 +0000]
Doc improvements by Robert Buels
Rafael Kitover [Fri, 10 Jul 2009 20:53:09 +0000]
make tests pass
Rafael Kitover [Tue, 7 Jul 2009 11:58:19 +0000]
add comment about sybase DSN
Rafael Kitover [Fri, 3 Jul 2009 19:35:38 +0000]
almost passes sybase tests now
Rafael Kitover [Fri, 3 Jul 2009 04:34:33 +0000]
sybase rels sort of work now, more than half-way through common tests
Rafael Kitover [Fri, 3 Jul 2009 03:33:07 +0000]
fix pg
Rafael Kitover [Fri, 3 Jul 2009 01:29:49 +0000]
rels are still fucked in sybase
Rafael Kitover [Thu, 2 Jul 2009 06:24:46 +0000]
making some progress on Sybase
Rafael Kitover [Thu, 2 Jul 2009 04:39:37 +0000]
merging in sybase branch
Rafael Kitover [Wed, 1 Jul 2009 16:35:11 +0000]
mssql now passes against DBD::Sybase
Rafael Kitover [Wed, 1 Jul 2009 13:06:12 +0000]
make mssql test get futher with dbd::sybase
Rafael Kitover [Wed, 1 Jul 2009 11:30:38 +0000]
minor changes
Rafael Kitover [Wed, 1 Jul 2009 04:03:12 +0000]
determine db_schema for mssql if not supplied
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
Rafael Kitover [Tue, 30 Jun 2009 13:49:44 +0000]
rename test
Rafael Kitover [Tue, 30 Jun 2009 13:48:39 +0000]
add constraint to dot in table name test