[ http://issues.apache.org/jira/browse/TORQUE-46?page=all ]

Thomas Fischer resolved TORQUE-46.
----------------------------------

    Resolution: Won't Fix
      Assignee: Thomas Fischer

Added a note in the MSSQL Howto to point to this issue for mssql7.
Did not commit the test profile because it would have used a non-existing 
database name and Adaptor, which may have caused confusion.
Closed for now, reopen if there are better ways to support user-specific 
setting sin the generator.


> 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.2.1
>         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.2.1
>
>         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]

Reply via email to