Skip to content
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

chore: do not use pg_settings due to a bug in the emulator #2570

Open
wants to merge 3 commits into
base: postgresql-dialect
Choose a base branch
from

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Dec 1, 2024

The emulator crashes when executing a query on pg_catalog.pg_settings.
Remove the references to pg_catalog.pg_settings for now, as all the
data comes from the in-memory CTE anyways.

The emulator crashes when executing a query on pg_catalog.pg_settings.
Remove the references to pg_catalog.pg_settings for now, as all the
data comes from the in-memory CTE anyways.
@olavloite olavloite changed the title build: pin emulator to 1.5.25 for integration tests chore: do not use pg_settings due to a bug in the emulator Dec 1, 2024
@olavloite olavloite force-pushed the pin-emulator-to-1.5.25 branch 7 times, most recently from 3407b33 to 2e3ae0c Compare December 1, 2024 18:20
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.

1 participant