Andy Pfister
Andy Pfister
Hi @potatoqualitee I'm currently trying to use your action to setup MSSQL. I currently run into an issue with MSSQL 2017 on Windows: ``` Getting variables for suite Installing SQL...
Hello! The `readpartial` method, which `each` uses allows to overwrite the size of the chunks (defaults to `BUFFER_SIZE`). Would you accept a PR where the `size` can also be passed...
Closes #464 Relates to #552 With this PR, `tiny_tds` will raise an error in case `dbsqlsend` will return `FAIL` instead of returning false. It is essentially the code from #469...
# Type of PR (feature, enhancement, bug fix, etc.) Documentation ## Description This PR adds a new page which describes how to setup StimulusReflex without Redis. I extracted it into...
# Feature Request ## Is your feature request related to a problem? yes and no. we have a Rails application which can run under a relative root url, configured with...
Relates to #539 FreeTDS enforces a strict sequence of how queries are sent and results are retrieved. To summarize it very briefly: * Open a connection using `dbopen`. * Prepare...
If we are going to reactivate Rubocop (#564), it would also be nice to have some kind of code formatter / linter for the C code.
tiny_tds has a `.rubocop.yml` in its source, which is currently unused / unchecked. * Add check on CI for formatting. * Check if we maybe can add some plugins (like...
Hello! We use your gem to make copies of organizations within our application. There are many objects tied to an organization, and some things are indirectly circular, so I am...
(this is just an idea for now) When creating a new instance of a `TinyTds::Client`, it immediately tries to connect to the database. It might be a better pattern to...