Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-102

can not insert more than 32270 charakters in long varchar, clob

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 10.0.2.1
    • 10.1.1.0
    • Documentation
    • None
    • Windows XP/2000

    Description

      I have created an table with

      create table egal (
      text long varchar
      );

      Now I try to insert an 38000 charakters long String.

      insert into egal values ('
      ......
      ');

      But there are following error message:

      ERROR 54002: A string constant starting with ''
      ddddddddddddddddddddddddddddddddddddddddddddddddddddddddd&' is too long.

      I tryed the same with CLOB, but the same error occures.

      The "Reference Manual" says to LONG VARCHAR:
      "The LONG VARCHAR type allows storage of character strings of unlimited length"

      Have I missunderstood this, or is this a BUG.

      Thanks

      Rainer

      Attachments

        Activity

          People

            Unassigned Unassigned
            craven rainer garbotz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: