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

Add SQL Server NEWSEQUENTIALID() support #5

Open
FransBouma opened this issue Nov 29, 2014 · 0 comments
Open

Add SQL Server NEWSEQUENTIALID() support #5

FransBouma opened this issue Nov 29, 2014 · 0 comments

Comments

@FransBouma
Copy link
Owner

Currently there's no NEWSEQUENTIALID() support in the runtime. Does require query batching, which might not be present as well, as the value inserted has to be read using a scalar query appended to the insert query, and propagated to the entity being inserted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant