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

Handle params according to the param_oids in handle_bind #31

Open
ChaosEternal opened this issue Sep 2, 2024 · 1 comment
Open

Handle params according to the param_oids in handle_bind #31

ChaosEternal opened this issue Sep 2, 2024 · 1 comment

Comments

@ChaosEternal
Copy link

Currently the handle_bind code can't support nested array data type, and more seriously, if the parameter is a string contains ',' or '}' , the parameters get is totall wrong.

Maybe we should use "converters" introduced by the "pg8000" project to properly handle this?

@jwills
Copy link
Owner

jwills commented Sep 9, 2024

Oooh-- point me at it?

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

No branches or pull requests

2 participants