Skip to content

Commit 2b00db6

Browse files
author
Eugene Shershen
committed
implement UUID parameter binding
1 parent e327204 commit 2b00db6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

psqlpy_sqlalchemy/connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ async def _prepare_execute(
9090

9191
if self.server_side:
9292
self._cursor = self._connection.cursor(
93-
querystring,
94-
parameters,
93+
converted_query,
94+
converted_params,
9595
)
9696
await self._cursor.start()
9797
self._rowcount = -1

0 commit comments

Comments
 (0)