This repository was archived by the owner on Jan 8, 2020. It is now read-only.
Fix and test case for: RowGateway primary key not null constraint do not fail with empty string#6335
Merged
weierophinney merged 6 commits intoAug 7, 2014
Conversation
added 6 commits
January 17, 2014 22:42
Contributor
Author
|
There's 3 trash commits, but, since it does not alter nothing from the current tree, my current knowledge points no problem from that. |
weierophinney
added a commit
that referenced
this pull request
Aug 7, 2014
Fix and test case for: RowGateway primary key not null constraint do not fail with empty string
weierophinney
added a commit
that referenced
this pull request
Aug 7, 2014
- Removed unused/unnecessary method from test case - Added import statements - Added whitespace - Modified test to use setExpectedException() instead of try/catch
weierophinney
added a commit
that referenced
this pull request
Aug 7, 2014
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When passing quotes as a empty string on the primary key column the initialize fails to recognize the empty value because of the array casting on the constructor.