martinrybak / SQLClient

Native Microsoft SQL Server client for iOS
http://objcsharp.wordpress.com/2013/10/15/an-open-source-sql-server-library-for-ios/
MIT License
124 stars 51 forks source link

Problems with varchar(max) or text #20

Closed rafaelmoraes83 closed 7 years ago

rafaelmoraes83 commented 9 years ago

Hi Martin! I'm trying to load a variable of type varchar (max), or text, but it only brings a piece of that variable. Is there a fix for this?

Thanks

martinrybak commented 7 years ago

Please try out the types branch. This issue should be fixed.