sql: also support SET DEFAULT_TRANSACTION_ISOLATION.#10087
sql: also support SET DEFAULT_TRANSACTION_ISOLATION.#10087knz merged 1 commit intocockroachdb:masterfrom
Conversation
pkg/sql/testdata/txn
Outdated
There was a problem hiding this comment.
It might be a good idea to keep testing both variants.
|
I'll try to test the fix. I've never compiled cockroach before so please bear with me |
|
Review status: 0 of 2 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. pkg/sql/testdata/txn, line 426 at r1 (raw file):
|
Required by psycopg2.
|
Review status: 0 of 2 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. pkg/sql/testdata/txn, line 426 at r1 (raw file):
|
|
Review status: 0 of 2 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. Comments from Reviewable |
|
I confirm this PR fixed it. I can change isolation level using psycopg2 now. |
|
nice, glad it helped. |
Required by psycopg2.
Fixes #10032.
@alamaison can you please also run a quick check that this fix indeed solves your problem. I don't have a psycopg2 client ready to test this. (But I did test using
psqlas you suggested.)This change is