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
125 stars 51 forks source link

ipv6 support #50

Closed alxsoft closed 7 years ago

alxsoft commented 7 years ago

Hello!

I can not connect to database using ipv6 address (which is requirement of Apple now).

screen shot 2017-06-06 at 22 19 51
martinrybak commented 7 years ago

Duplicate of #37. Use the format XXXX:XXXX:X:X::X:XXXX

alxsoft commented 7 years ago

Hello, Thank you for answer!

Ipv6 is now working correctly.

Looking forward for further development of SQLClient :)

Alexey

13 июня 2017 г., в 18:22, Martin Rybak notifications@github.com написал(а):

Duplicate of #37. Use the format XXXX:XXXX:X:X::X:XXXX

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

martinrybak commented 7 years ago

I appreciate it! When you have a chance, please test out the types branch. Lots of changes in there, including proper data type conversions.

alxsoft commented 7 years ago

I tried updates branch, had exceptions which I can't understand yet.

Will try types soon.

13 июня 2017 г., в 18:36, Martin Rybak notifications@github.com написал(а):

I appreciate it! When you have a chance, please test out the types branch. Lots of changes in there, including proper data type conversions.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.