Skip to content

Rewrite anonymous statements to work with go #176

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

Merged
merged 3 commits into from
May 19, 2025

Conversation

levkk
Copy link
Collaborator

@levkk levkk commented May 19, 2025

Features

  • When prepared statements are enabled, rewrite even anonymous statements in case the client splits up the execution between parse and bind. This is required for sharding to work correctly: Parse goes to all shards, while Bind can go to only one shard.

Bugs

  • Fix incorrect statistic around bind messages sent through a pool (SHOW POOLS).

@levkk levkk merged commit 63f8fdf into main May 19, 2025
4 checks passed
@levkk levkk deleted the levkk-rewrite-anon-to-work-with-go branch May 19, 2025 19:15
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