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
Add Binary Support for Oid.NUMERIC and Oid.NUMERIC_ARRAY #1636
Add Binary Support for Oid.NUMERIC and Oid.NUMERIC_ARRAY #1636
Conversation
d985177
to
fa5c93e
Compare
Awesome! Thanks, |
@mahmoudbahaa actually all that needs to be done is to patch it via
|
@mahmoudbahaa any chance you can get to this today? I want to release this week and I'd like to have this in the release. |
@davecramer I was already doing these changes but was caught in work please check now |
@mahmoudbahaa sorry to be pushy, but I did want to get this in. Thanks! |
b906c8e
to
8306d82
Compare
np, tests are green however I have 2 question:
|
Codecov Report
@@ Coverage Diff @@
## master #1636 +/- ##
============================================
+ Coverage 69.06% 69.09% +0.02%
- Complexity 4073 4112 +39
============================================
Files 181 181
Lines 16863 16954 +91
Branches 2760 2789 +29
============================================
+ Hits 11647 11714 +67
- Misses 3943 3955 +12
- Partials 1273 1285 +12 |
@davecramer done and all checks green |
* Add Binary Support for Oid.NUMERIC and Oid.NUMERIC_ARRAY * Adding test cases for binary support for Oid.NUMERIC * Fix Oid.NUMERIC_ARRAY binary format * Fix java docs for numeric functions in ByteConverter * remove Short.BYTES as it doesn't exist in jre6 and jre7
All Submissions:
New Feature Submissions:
Changes to Existing Features: