Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support get next sequence value from SQL Server database
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.
- Loading branch information