Martin Rybak
Martin Rybak
+1 `pod update` and `pod install` have different behaviors: https://github.com/CocoaPods/CocoaPods/issues/2229 Thanks for a great plugin!
Interesting. Do you think the problem is in SQLClient or FreeTDS?
Please try the `types` branch.
It could be related to this: `https://msdn.microsoft.com/en-us/library/ms177687(v=sql.90).aspx` What version of SQL Server are you using? What data type is the column with the image? If possible, can you attach the...
Please put a breakpoint on line 544 of `SQLClient.m`: https://github.com/martinrybak/SQLClient/blob/types/SQLClient/SQLClient/SQLClient/SQLClient.m#L544 What is the value of `column->size`?
OK, to be sure, put a breakpoint on this line and verify that `dbcollen(_connection, c)` is returning 4096 for your image column. https://github.com/martinrybak/SQLClient/blob/types/SQLClient/SQLClient/SQLClient/SQLClient.m#L261
Also try changing your data type from `image` to `varbinary(max)`
OK, in the freetds docs I found the following: `text size`: default value of TEXTSIZE, in bytes. For text and image datatypes, sets the maximum width of any returned column....
Yes, add it to your iOS project.
http://nshipster.com/launch-arguments-and-environment-variables/