add mssql's output
clause support.
#687
Labels
api
Related to library's API
enhancement
New feature or request
greenlit
Ready for implementation
mssql
Related to MS SQL Server (MSSQL)
Hey 👋
Now that mssql dialect is in the core, it's time to pick and choose which clauses and keywords should get support in Kysely's query API.
The OUTPUT clause, is pretty much
returning
clause, but withdeleted
andinserted
(both are available inupdate
queries so you could return new and old values) "tables" in context.This one seems like an easy win. Without it, consumers will have to perform another query in inserts to get IDs.
The text was updated successfully, but these errors were encountered: