Skip to content

Commit

Permalink
fix(mssql): incorrect support option
Browse files Browse the repository at this point in the history
  • Loading branch information
lohart13 committed Feb 10, 2024
1 parent c63e00e commit f643234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/dialects/mssql/index.ts
Expand Up @@ -61,7 +61,7 @@ export class MssqlDialect extends AbstractDialect {
authorization: true,
},
update: {
ignore: true,
returning: true,
},
});

Expand Down

0 comments on commit f643234

Please sign in to comment.