Announcement

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

    trimTextFields property no longer works

    Release: Isomorphic SmartClient Framework (SC_SNAPSHOT-2011-11-
    16/PowerEdition Deployment 2011-11-16)

    We have trimTextFields defined as true for our database configuration in server.properties. Once we put on this release, it seems to have stopped working.

    In our case, for a single byte field, the return for a blank value is " " rather than "".

    Here's an example database definition from server.properties:

    sql.iptsfilo.database.type: db2iSeries
    sql.iptsfilo.interface.type: driverManager
    sql.iptsfilo.driver: com.ibm.as400.access.AS400JDBCDriver
    sql.iptsfilo.driver.url: jdbc:as400://mySystemName;naming=system;prompt=false;user=aUser;password=aPassword;libraries=LIB1,LIB2
    sql.iptsfilo.autoJoinTransactions: false
    sql.iptsfilo.defaultDateType: date
    sql.iptsfilo.trimTextFields: true
    sql.iptsfilo.naming: system


    Thanks

    #2
    Any update on this? It is causing us problems in a number of different areas. Each is relatively easy to "fix" but they keep popping up.

    Comment


      #3
      Sorry for the delay, someone will be looking into this soon.

      Comment


        #4
        This is a regression introduced a couple of months ago, and unfortunately only visible to users of the DB2iSeriesDriver. The problem has been fixed, and the fix will be present in nightly builds as of tomorrow (12/14)

        Comment

        Working...
        X