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
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
Comment