Replies: 2 comments 9 replies
-
The issue is likely originating from sequel-activerecord_connection, whose support for SQL server is only attempted (it hasn't been confirmed to work). I would like to take a stab at a proper support, I just haven't used SQL server before, and don't know how to install it locally on my Mac, so I would appreciate any pointers on that. |
Beta Was this translation helpful? Give feedback.
-
So, it seems that when Sequel is used with AR's SQL Server adapter, it's failing when trying to manually set value for primary key on insert. The "identity" in the error message appears to refer to the primary key. I will work on a fix. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are trying to setup to use rodauth-rails with SQL Server, but are getting multiple issues with identity insert
TinyTds::Error: Cannot insert explicit value for identity column in table 'account_verification_keys' when IDENTITY_INSERT is set to OFF.
Has anyone successfully used rodauth with SQL Server (using activerecord-sqlserver-adapter)?
Thanks
Simon
Beta Was this translation helpful? Give feedback.
All reactions