Uploaded image for project: 'jUDDI (Retired)'
  1. jUDDI (Retired)
  2. JUDDI-1011

MS SQL Server table - length of field too large

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.9
    • core
    • None

    Description

      File mssql2000.ddl

       

      create table j3_tmodel_instance_info (id numeric(19,0) not null, instance_parms varchar(8192), tmodel_key varchar(255) not null, entity_key varchar(255) not null, primary key (id));

       

      The instance_parms column exceeds the maximum length of a varchar field in SQL Server of 8000 characters.  I’ve reviewed the scripts for the other database engines and the best option is to define this column as instance_parms varchar(max).  Another option is to define this column as instance_parms varchar(8000) although if there was a good reason to make it 8192 this value could overflow.

      Attachments

        Issue Links

          Activity

            People

              spyhunter99 Alex O'Ree
              sluisser Steve Luisser
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: