jwills / buenavista

A Postgres Proxy Server in Python
Apache License 2.0
227 stars 24 forks source link

Handle params according to the param_oids in handle_bind #31

Open ChaosEternal opened 3 weeks ago

ChaosEternal commented 3 weeks ago

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 commented 2 weeks ago

Oooh-- point me at it?