ZMemTable and array fields bug
Posted: 24.04.2022, 09:18
Hi,
A query I work on has an array field in a results set. After copying it to ZMemTable the gird I'm using to present the data returns with the following error:
"EZSQLException: Cannot access blob record in column 4 with type String". This error doesn't happen when I'm presenting the data directly from the original ZReadOnlyQuery. (I used the ZMemTable1.CloneDataFrom(ZReadOnlyQuery1) to copy the data)
(I'm using PostgreSQL)
I think this bug has the same roots as previous post I made regarding array columns. But maybe it is something specific to ZMemTable.
Is there away to clone the data exactly as is?
Thanks,
A query I work on has an array field in a results set. After copying it to ZMemTable the gird I'm using to present the data returns with the following error:
"EZSQLException: Cannot access blob record in column 4 with type String". This error doesn't happen when I'm presenting the data directly from the original ZReadOnlyQuery. (I used the ZMemTable1.CloneDataFrom(ZReadOnlyQuery1) to copy the data)
(I'm using PostgreSQL)
I think this bug has the same roots as previous post I made regarding array columns. But maybe it is something specific to ZMemTable.
Is there away to clone the data exactly as is?
Thanks,