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?
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?