Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-5135

REPEAT function truncates strings to 4000 characters

XMLWordPrintable

    • Icon: Quality Risk Quality Risk
    • Resolution: Done
    • Icon: Minor Minor
    • 11.0
    • 9.3.4
    • Query Engine
    • None

      Probably it's not bug. When running the following queries:

      Select Length(Repeat('abcde', 9000));; /* 4000 chars */
      Select Length(Repeat('a', 9000));; /* 4000 chars */
      

      Teiid returns 4000 instead of 9000. Can the internal truncation be avoided (maybe in some cases) or not?

            rhn-engineering-shawkins Steven Hawkins
            dalex005 Dmitrii Pogorelov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: