sitemule / noxDB

Not only XML. SQL,JSON and XML made easy for IBM i
MIT License
41 stars 20 forks source link

Position in resultset other than 1 in conjunction with unicode columns in Db2 causes data overlap #64

Closed NielsLiisberg closed 2 years ago

NielsLiisberg commented 2 years ago

IBM i SQLCLI with scroll cursors used in noxDb in conjunction with unicode columns in Db2 causes data overlap. This is a IBM issue. However the workaround is to not use scroll cursors and simply use the LIMIT feature on the select statment.