Wrong query generated for Oracle blobs

Hello,

I have just migrated our latest and greatest and came across a problem that leaves our solution unusable. We store many of our button images in a table with many blobs.

Right after the solution starts, I see queries going to the icon table like this

SELECT
1 as xy_SV_BLOB_M
FROM icon_table

I understand that this query tries to load the data of the table without (already) transferring the blobs, which seems smart. The problem is that somebody miscounted the length of the alias name by 1 digit. Oracle only allows 30 characters, but some longer names result in an alias of length 31.

Can this be fixed soon?

Thanks
Patrick

This issue has been fixed in release 3.5.4.

Rob