tds
tds copied to clipboard
TDS Driver for Elixir
Hi people I created this issue because in the company where I am working has many bureaucracy and I need documentation declaring that federation authentication is not supported. I hope...
add information about authentication in the README
Hi, I returned the info messages instead of logging them. The info message can be generated by SQL Server as part of the query result. Example Warning: Null value is...
### Environment * Elixir version (elixir -v): 1.13.4 * TDS version (mix deps): 2.3.0 * MSSQL Server version (SQL Server 2016 / 2019 / Azure SQL Edge): 2008 * Additional...
The CURSOR_CLOSE_ON_COMMIT is not available in Microsoft SQL Parallel Data Warehouse, so it fails to connect when it uses this parameter. It was added as a configuration property.
Add support for Table Value Parameters in the tds adapter, to narrow the scope of this, add support for user defined table types using solely built in types. https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-TDS/%5bMS-TDS%5d.pdf
@aknazhansk Is this project still maintained? It seems that the old maintainer doesn't work at @livehelpnow anymore and the repo didn't get much attention since. Would it maybe be possible...
This PR adds support for [Table Valued Parameters](https://msdn.microsoft.com/en-us/library/dd304813.aspx). It's functional but can be considered a WIP. I would like some feedback and suggestions before I progress further. Most functionality required...
Repo.Update fails when the changeset includes a nil date value with an intent to update a date field to set to null. The error message states: ``` [2021-07-06 16:34:24.100] [debug]...