Database Oracle(dont know version), postgres v12.7
Simple table: ID(number), DATA(BLOB)
previously i used to DatabaseLibrary 1.4.1 and query works fine, i think it could be issue with logging query results in table format
Query keyword throwing error during select, just it. Im trying select blob type data from table.
Query SELECT DATA FROM TABLE -> TypeError: str returned non-string (type bytes)