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

MySQL: allow procedure params with precision and scale #245

Merged
merged 3 commits into from
Mar 14, 2014

Conversation

javornikolov
Copy link
Contributor

This addresses #243

Added support for stored procedures with parameters declared with both precision and scale: e.g. decimal(6, 3).

Acceptance test for MySQL procedures with parameters having precision
and scale
Add support for numeric types with precision and scale like decimal(6,2)
@benilovj
Copy link
Member

👍 especially how readable you've made the unit tests

benilovj added a commit that referenced this pull request Mar 14, 2014
…nd-scale

Mysql procedure params with precision and scale
@benilovj benilovj merged commit 44950d5 into master Mar 14, 2014
@benilovj benilovj deleted the mysql-proc-params-with-precision-and-scale branch March 14, 2014 13:48
@benilovj benilovj added this to the 3.0.0 milestone Mar 18, 2014
@benilovj benilovj changed the title Mysql procedure params with precision and scale Mysql: procedure params with precision and scale May 5, 2014
@benilovj benilovj changed the title Mysql: procedure params with precision and scale MySQL: procedure params with precision and scale May 5, 2014
@benilovj benilovj changed the title MySQL: procedure params with precision and scale MySQL: allow procedure params with precision and scale May 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants