martinrybak/SQLClient

DB Column disappeared in Objective-C with Xcode8.1

fiveone7 opened this issue · 2 comments

Hi,
Using this SQLClient with iOS on macSierra and Xcode8.1, I've got a problem.
I'm retrieving image data from MSSQL DB, but I can not get the image field.
In other words, the Image field is not in the result of SQLClient query execute.
I can not use the key for image.
Please help.
Best Regards

Please try the types branch. This is the pre-1.0 release and has proper data type conversion.

Thanks for your reply. I will try.