You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
I've saw that the issue that is the purpose of this fork were fixed on the 19.2.1 version cockroachdb/cockroach#32098 (comment), do you think this is the cause of the crash?
They rollbacked the version until I found a solution. Since CockroachDB will no longer support version 19.1, I have a few questions:
Which version of CockroachDB do you work?
Are you still using this lib? If not, which are you using now?
Thanks!
The text was updated successfully, but these errors were encountered:
I noticed the same as well and we are sticking with 19.1 for the time being. The fix for the timestamp precision did not roll into the 19.2 branch unfortunately but will be part of their 20.1 release which should be imminent now.
So my idea was to wait for the 20.1 release and check what is going on. Now that you reminded me of this, I will actually get their latest beta and test it out so that if there is a regression on their side it could hopefully be fixed for their 20.1 release.
The great news with their 20.1 release is that they support user savepoints now which means my custom ecto sandbox should not be needed anymore as well.
I finally had a chance to test this with CDB 20.1 hoping all things would just work outside of the box but ya this issue is still there unfortunately and so it seems a regression has been introduced with the 19.2 when decoding arrays using the binary protocol.
Also for the record, there is another issue currently with the 20.1 that is blocking when running tests directly with the bundled sandbox which is now fixed and will be released with 20.2 and backported as well.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I had a crash when CockroachDB updates its version from 19.1 to 19.2, I got this error:
I've saw that the issue that is the purpose of this fork were fixed on the 19.2.1 version cockroachdb/cockroach#32098 (comment), do you think this is the cause of the crash?
They rollbacked the version until I found a solution. Since CockroachDB will no longer support version 19.1, I have a few questions:
Thanks!
The text was updated successfully, but these errors were encountered: