Skip to content

Conversation

JelteF
Copy link
Collaborator

@JelteF JelteF commented Jun 11, 2025

It was not possible to run transaction isolation commands when pg_duckdb
was installed. This fixes that by not doing any queries when statements
like that are being executed.

Fixes #833

@JelteF JelteF force-pushed the fix-transaction-isolation-commands branch from 5797c5f to 07aae89 Compare June 11, 2025 14:43
@JelteF JelteF requested a review from Y-- June 11, 2025 14:43
@JelteF JelteF enabled auto-merge (squash) June 11, 2025 14:43
@@ -20,5 +20,4 @@ ERROR: relation "do_not_exist" does not exist
LINE 1: SELECT * FROM do_not_exist;
^
END;
WARNING: pgduckdb: IsExtensionRegistered called in an aborted transaction
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not hitting this warning seems a nice side effect of this.

It was not possible to run transaction isolation commands when pg_duckdb
was installed. This fixes that by not doing any queries when statements
like that are being executed.

Fixes #833
@JelteF JelteF force-pushed the fix-transaction-isolation-commands branch from 07aae89 to 3cf50b3 Compare June 11, 2025 14:45
@JelteF JelteF merged commit 2bf9ee4 into main Jun 11, 2025
6 checks passed
@JelteF JelteF deleted the fix-transaction-isolation-commands branch June 11, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error for duckdb -ui
2 participants