Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-46

MSSQL Version 7.0 DB Adaptor support

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 3.3
    • 3.3
    • Generator, Runtime, Test Project
    • None
    • Windows XP, Java 1.5, MS SQL V7.0, Maven 1.02

    Description

      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.

      Attachments

        1. MSSQL7 Adaptor.zip
          18 kB
          CG Monroe

        Activity

          People

            tfischer Thomas Fox
            monroe CG Monroe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: