-
Notifications
You must be signed in to change notification settings - Fork 60
Added support for VARCHAR, SIMPLE_INTEGER+subtypes #87
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
Conversation
|
@javornikolov Can you review? |
|
Hi @jgebal, |
spec/plsql/procedure_spec.rb
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space after , in the list.
7330d08 to
cc53596
Compare
|
@javornikolov All comments addressed :) |
|
Thanks, @jgebal. All tests are passing now. In general seems fine to me. I see a few more points to clean up from cosmetic point of view - I'll put a note on them. After that we're ready to squash and merge. |
spec/plsql/variable_spec.rb
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space after :
POSITIVEN, SIGNTYPE datatype. Refactored Unit Tests to use shared examples Updated README.md
40f7e4c to
9817dc5
Compare
|
Nice :-) Merging. Thank you @jgebal! |
Added support for VARCHAR, SIMPLE_INTEGER+subtypes
|
It was a pleasure to contribute.
I plan to do some more soon.
|
Added support for VARCHAR, SIMPLE_INTEGER, NATURAL, NATURALN, POSITIVE, POSITIVEN, SIGNTYPE datatype.
Refactored Unit Tests to use shared examples
Updated README.md