You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)