Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Oracle hotfix for #5488 (casing in sequence helper) #5496

Merged
merged 1 commit into from
Nov 27, 2013

Conversation

fhsctv
Copy link

@fhsctv fhsctv commented Nov 18, 2013

There is a hotfix for getting CURRVAL and NEXTVAL from oracle sequences.

Oracle delivers "CURRVAL" and "NEXTVAL" in capital letters but they are accessed as small letters in the result array.

Third time lucky.

@ghost ghost assigned ralphschindler Nov 26, 2013
ralphschindler pushed a commit that referenced this pull request Nov 27, 2013
Fixes #4414
Fixes #5488
Merge branch 'hotfix/5488' of git://github.com/fhsctv/zf2 into fhsctv-hotfix/5488

* 'hotfix/5488' of git://github.com/fhsctv/zf2:
  fix error for getting current and next value from oracle sequences
ralphschindler pushed a commit that referenced this pull request Nov 27, 2013
Merge branch 'fhsctv-hotfix/5488' into develop

* fhsctv-hotfix/5488:
  fix error for getting current and next value from oracle sequences
@ralphschindler ralphschindler merged commit 35809e0 into zendframework:develop Nov 27, 2013
@fhsctv fhsctv deleted the hotfix/5488 branch November 28, 2013 11:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants