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

Explicit commit/rollback for CRUD operations #2430

Closed
ebruchez opened this issue Nov 9, 2015 · 0 comments
Closed

Explicit commit/rollback for CRUD operations #2430

ebruchez opened this issue Nov 9, 2015 · 0 comments
Assignees
Milestone

Comments

@ebruchez
Copy link
Collaborator

ebruchez commented Nov 9, 2015

For relational databases, CRUD operations were in autocommit mode. For some unknown reason, this seemed to cause some transactions not to be properly closed, at least with SQL Server. Switching to explicit commit/rollback addresses the issue.

@ebruchez ebruchez self-assigned this Nov 9, 2015
@ebruchez ebruchez added this to the 4.11 milestone Nov 9, 2015
ebruchez added a commit that referenced this issue Nov 11, 2015
Conflicts:
	src/main/scala/org/orbeon/oxf/fr/relational/RelationalUtils.scala
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