swift-tds
swift-tds copied to clipboard
RPC Implementation
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 needing to be reassembled.
Thanks for putting this together @Copterdoctor. I haven't had my head in this project for a little while now, but I will take a look at this by the weekend and get it merged.
Hi all.
Sorry this is a bit cheeky of me, but now having had a bit of time to play a bit more, I have a few requests –
- Any chance per row we can have a column count visible, and also be able to reference columns by index.
for count in row.Count {
print(“\(row.column[count])”);
}
-
it would also be great to make the tdsData for each row non protected, it would be great to be able to introspect what’s coming back from a query and look at the datatype, size, precision of a column etc.
-
I think this is on your todo list, but order by doesn’t seem to work on queries.
-
Could we have it so we can connect to server via ip address please.
The other thing, that I tried todo was import the package into Swift Playgrounds 4 on an iPad. That doesn’t seem to work it complains about ‘package tags’ missing. How cool would it be, if this could work.
Kind Regards
Richard
Richard Jones | +44 / 0 7795 276690
From: Aaron Edwards @.> Sent: 05 April 2022 16:17 To: aaronjedwards/swift-tds @.> Cc: Subscribed @.***> Subject: Re: [aaronjedwards/swift-tds] RPC Implementation (PR #18)
Thanks for putting this together @Copterdoctor https://github.com/Copterdoctor . I haven't had my head in this project for a little while now, but I will take a look at this by the weekend and get it merged.
— Reply to this email directly, view it on GitHub https://github.com/aaronjedwards/swift-tds/pull/18#issuecomment-1088851159 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2LPUGYUPKBNLY5ASKIOXDVDRKNNANCNFSM5RF5OTKA . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/AB2LPUFOQWH7MNYQSGPOPRTVDRKNNA5CNFSM5RF5OTKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOIDTIZVY.gif Message ID: @.*** @.***> >