Closed condorcet closed 5 years ago
I've added quote_ident
wrapper, because I've found that sql.Identifier
using psycopg2.extensions.quote_ident
function to make string representation, but the function accept only cursor / connection objects. Also I've added test cases for each Composable
classes.
Everything okay, I deleted my branch by mistake :) In last commit I added casting to string a Composable
sql object for executemany
cursor method.
Fix https://github.com/uber-common/opentracing-python-instrumentation/issues/81