swift-tds icon indicating copy to clipboard operation
swift-tds copied to clipboard

Non-blocking, event-driven Swift implementation of the TDS Protocol

Results 6 swift-tds issues
Sort by recently updated
recently updated
newest added

I don't seem to be able to get a sensible value for the SQL Server Varchar Data Type. AField = 'Hello World'. in database // Swift Code let afield =...

RPC functionality including output parameters supported. Tests added and SQL script updated to include mock table and data due to issue found with TDS messages fragmented across multiple TCP packets...

Package.swift updated packages to latest minor using recommend .upToNextMajor declarations. Package.swift updated platform to include iOS 13.0 as per Swift NIO minimum support. Modified Login7Message to support iOS hostname parsing.

I've been reviewing your library and I was wondering if you have any contribution guidelines? I think I could enable iOS support fairly easily with the latest NIO. I also...

### Motivation tried to fix the TODO item. ``` https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/773a62b6-ee89-4c02-9e5e-344882630aac Login Data Validation Rules cchHostName MUST specify at most 128 Unicode characters. cchUserName MUST specify at most 128 Unicode characters....

### Basic Protocol Implementation Below is a high level checklist for tracking the status of the TDS protocol implementation. It will be modified as necessary and may have parts moved...