Perfect-SQLite icon indicating copy to clipboard operation
Perfect-SQLite copied to clipboard

Blob is [Int8], but NSData constructor expects [UInt8]

Open zmeyc opened this issue 8 years ago • 0 comments

I think it will be more convenient if Blob will use [UInt8] too. In many situations data fetched from Blob columns will be passed to functions expecting (NS)Data.

zmeyc avatar Jun 27 '16 21:06 zmeyc