Closed
Description
Original report by Kerim Gueney (Bitbucket: KerimG, GitHub: KerimG).
Hey all,
I have a very simple table with four columns, one of the columns is of type BLOB(10485760). I populated the table with a couple sample data and when querying it via the ACS' SQL Editor, I get the following output:
7 FOO S FFD8FFEE0E0...(snipped)
the same statement called via the idb-connector returns the following object:
{
ID: '7',
COMMENT: 'FOO',
TYPE: 'S',
IMG: ''
}
Is this is a bug or do I need to extract the blob string in a different manner?