Merge 'mssql_tweaks' into 'current'
authorRafael Kitover <rkitover@cpan.org>
Sat, 29 Aug 2009 00:55:06 +0000 (00:55 +0000)
committerRafael Kitover <rkitover@cpan.org>
Sat, 29 Aug 2009 00:55:06 +0000 (00:55 +0000)
commit4f049b7ad34125b33b47a6449eba2b7c99efb12c
tree8d60482b3d261aa16525e7f969e1a71f60a6fd1e
parent0e20ec663bbf8f689ce47901ce2e9d19f673a891
parent7f4a162c62938c42e9a6e02d7b42cbc6238dbe32
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)