Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support get next sequence value from SQL Server database #986

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

hprange
Copy link
Contributor

@hprange hprange commented Jun 2, 2022

The ERXSQLHelper class has a method to get the next sequence value from the database. Sequence objects were introduced in SQL Server 2012. However, the Microsoft implementation still throws an exception. This commit adds support for SQL Server sequences in the ERXSQLHelper class.

The `ERXSQLHelper` class has a method to get the next sequence value from the database. Sequence objects were introduced in SQL Server 2012. However, the Microsoft implementation still throws an exception. This commit adds support for SQL Server sequences in the `ERXSQLHelper` class.
@darkv darkv merged commit 0cd2aa5 into master Jun 3, 2022
@hprange hprange deleted the improvement/sql-server-get-next-val-from-sequence branch June 3, 2022 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants