Closed ohad-ivix closed 3 months ago
The current registration logic assumes cursors are created using the default cursor factory. This patch adds support for other factories provided shipped in psycopg2.extras
psycopg2.extras
Please let me know what you think, or if there's anything that you'd like changed
Hi @ohad-ivix, thanks for the PR! Improved support in the commit above.
The current registration logic assumes cursors are created using the default cursor factory. This patch adds support for other factories provided shipped in
psycopg2.extras
Please let me know what you think, or if there's anything that you'd like changed