[ http://issues.apache.org/jira/browse/TORQUE-46?page=all ]
Thomas Vandahl closed TORQUE-46. -------------------------------- > MSSQL Version 7.0 DB Adaptor support > ------------------------------------ > > Key: TORQUE-46 > URL: http://issues.apache.org/jira/browse/TORQUE-46 > Project: Torque > Issue Type: New Feature > Components: Runtime, Generator, Test Project > Affects Versions: 3.3 > Environment: Windows XP, Java 1.5, MS SQL V7.0, Maven 1.02 > Reporter: CG Monroe > Assigned To: Thomas Fischer > Priority: Minor > Fix For: 3.3 > > Attachments: MSSQL7 Adaptor.zip > > > Thomas V. inspired me to finally get the Torque test-project to run clean > with MS SQL V7.0 (I know ancient stuff but we got a deal on a lot of licenses > here...) > Attached is a source zip file that adds an mssql7 adaptor type to Torque. > This is the same as the mssql adaptor except for the following items: > PlatformMssql7Imp.java: > BIGINT type is mapped to Decimal(19,0) since V7.0 did not support this. > sql template files: > Comments now done with SQL92 '--' standard rather than /* .... */ > Foreign key "ON" support has been removed since V7.0 did not support this. > DBMSSQL7.java > Just a stub that extends DMBSSQL since runtime works fine with V7.0 > DBFactory.java > Adds mssql7 as an adaptor type. > Test > Adds an mssql7 profile. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
