Aidan Haran
Aidan Haran
I'm unable to recreate the issue. The issue could be with your SQL Server database. Could you create a test-case using the script in https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/wiki/How-to-report-a-bug#minimal-reproducible-script and attach it to this...
Hi Marco, Details of how to run a SQL Server instance using Docker is given in https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/wiki/How-to-run-SQL-Server-in-a-Docker-container. You could use that database instance to create a test case against.
This issue isn't present in version 6.0 or 6.1 of the SQL Server adapter. It does happen in v5.2.1 as detailed in the original description. **SQL Server Adapter:** 5.2.1 **Rails:**...
We should be able to make use of https://github.com/rails/rails/pull/44446 to support async stored procedure calls.
@nemesit Would you be able to add tests to the PR? The default constraint should be dropped when `nil` is passed rather than not altered. Could you confirm in your...
Unable to recreate the issue. Could you provide a test case (https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main/test/cases) or more information on the issue?
Unable to recreate the issue. Could you supply a test or sample Rails app that demonstrates the problem?
@glennfu In order to investigate this it would be best if you could submit a PR with a failing test that demonstrates the issue you are having.
There are details on how to run the adapters unit tests at https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/master/RUNNING_UNIT_TESTS.md You could add a test that: 1. Creates a trigger that tries to parse XML in a...
See https://github.com/aidanharan/activerecord-sqlserver-adapter-dev-box