Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SQLDataSource bug with CLOB fields

    SmartClient Version: SNAPSHOT_v12.1d_2019-09-17/AllModules Development Only (built 2019-09-17)

    Hello, it seems that with CLOB fields longer than 1000 characters, the text inserted/updated in the field contains the
    TO_CLOB('
    text itself, at the beginning of the original text.

    The problem is also present in builds 2019-09-12 and 2019-08-22.

    Build 2019-06-17 was working

    #2
    Hello, after more careful testing, it turns out that this bug arises only on fields where I've got a length="1000000000" attribute:
    Code:
            <field name="TEXT_EN" type="text" length="1000000000"/>

    Comment


      #3
      Thanks for the notification. We'll have a developer take a look at this and follow up when we have more information for you

      Regards
      Isomorphic Software

      Comment


        #4
        This is fixed and is available for download in nightly builds since Sep 24.

        Comment


          #5
          SNAPSHOT_v12.1d_2019-09-26/Enterprise Deployment

          I can confirm it's fixed, thank you very much

          Comment

          Working...
          X