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

Added Oracle dialect and new key type TriggerIdentity #64

Merged
merged 2 commits into from Oct 19, 2016

Conversation

fvoronin
Copy link
Contributor

@fvoronin fvoronin commented Sep 1, 2013

Because Oracle has no method to return last insertend ID (truly guaranteed), we should use syntax

"INSERT INTO ... RETURNING id INTO :outputParameter" 
when creating records in database. For that reason i created new type of key TriggerIdentity (side by side Identity, Guid, Assigned).

Also Oracle does not support Boolean and Guid types out of the box. Some tests had to be rewritten.

Unit test results:
oracle_test_results

@scottluskcis scottluskcis mentioned this pull request Jun 16, 2016
@tmsmith tmsmith merged commit a57c318 into tmsmith:master Oct 19, 2016
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.

None yet

2 participants