rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
968 stars 558 forks source link

Fix Composite Key Inserts with Triggers #1152

Closed jonhinson closed 4 months ago

jonhinson commented 4 months ago

This updates the OUTPUT INSERTED statement to handle the case of composite primary keys being properly returned when the table also has a trigger.

aidanharan commented 4 months ago

@jonhinson Thanks for the fix!

jonhinson commented 4 months ago

@jonhinson Thanks for the fix!

You're welcome! Thanks for such a quick review!

aidanharan commented 4 months ago

Fix in release v7.1.3.