forked from babelfish-for-postgresql/babelfish_extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for DBCC CHECKIDENT (babelfish-for-postgresql#1646)
This update introduces support for the `DBCC CHECKIDENT` command within Babelfish, allowing users to reset the current value of an identity column directly through T-SQL. Previously, this operation required the use of the `Setval()` command from the PostgreSQL endpoint. Notably, this marks the initial implementation of a DBCC command in Babelfish, encompassing the introduction of syntax for DBCC commands. The design has been built with scalability in mind, making it easier to incorporate additional DBCC commands in the future. Issues Resolved BABEL-3201 Signed-off-by: Sandeep Kumawat <[email protected]>
- Loading branch information
1 parent
3d46cd6
commit 2ad7351
Showing
22 changed files
with
2,470 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.