-
Notifications
You must be signed in to change notification settings - Fork 852
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
Binary array index #1863
Binary array index #1863
Conversation
The postgresql backend only quotes ascii whitespace. pgjdbc#1257
This reverts commit 8281083.
This reverts commit 8b5072d.
…ce""" This reverts commit e407aaf.
fetch from upstream
Fix the binary representation of arrays to be 1 based rather than 0 based. pgjdbc#1860
code formatting
that was quick. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #1863 +/- ##
============================================
+ Coverage 69.21% 69.23% +0.02%
- Complexity 4193 4201 +8
============================================
Files 197 197
Lines 17996 17984 -12
Branches 2916 2914 -2
============================================
- Hits 12456 12452 -4
+ Misses 4188 4182 -6
+ Partials 1352 1350 -2 |
Do you have time to add an entry into CHANGELOG just noting this was a regression fix |
changelog
This reverts commit e63aa1a.
Fix the binary representation of arrays to be 1 based rather than 0 based. pgjdbc#1860
code formatting
…into binary_array_index
change log
are we good to push this ? |
Looks like there is 1 more test I lost some changes in while re-basing. Hold please. |
@davecramer the changes look good to me now. |
@davecramer it seems like the test which is failing is flaky and unrelated to these changes:
|
ya, I'm not too worried about that one. At some point someone should try to fix it, but yes it is flaky. is this ready to go then ? |
Ready to go. |
Fix the binary representation of arrays to be 1 based rather than 0 based. pgjdbc#1860 * fix: binary array 1 based index code formatting changelog Co-authored-by: Okken <BO8979@cerner.net> Co-authored-by: BO8979 <BO8979@W1971362.northamerica.cerner.net>
Fix the binary representation of arrays to be 1 based rather than 0 based. pgjdbc#1860 * fix: binary array 1 based index code formatting changelog Co-authored-by: Okken <BO8979@cerner.net> Co-authored-by: BO8979 <BO8979@W1971362.northamerica.cerner.net>
* docs: add release notes for 42.2.16 (#1858) * Binary array index (#1863) Fix the binary representation of arrays to be 1 based rather than 0 based. #1860 Co-authored-by: Vladimir Sitnikov <sitnikov.vladimir@gmail.com> Co-authored-by: Brett Okken <brett.okken.os@gmail.com> Co-authored-by: Okken <BO8979@cerner.net> Co-authored-by: BO8979 <BO8979@W1971362.northamerica.cerner.net>
* docs: add release notes for 42.2.16 (#1858) * Binary array index (#1863) Fix the binary representation of arrays to be 1 based rather than 0 based. #1860 Co-authored-by: Vladimir Sitnikov <sitnikov.vladimir@gmail.com> Co-authored-by: Brett Okken <brett.okken.os@gmail.com> Co-authored-by: Okken <BO8979@cerner.net> Co-authored-by: BO8979 <BO8979@W1971362.northamerica.cerner.net>
All Submissions:
Changes to Existing Features:
All binary array representations changing to be 1 based, which matches the string representation.