﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3461	DatabaseWrapper should pass through args and kwargs to underlying database adapter	Jack Moffitt <metajack@…>	Asif Saifuddin Auvi	Currently the DatabaseWrapper (at least for the postgresql) does not pass args and kwargs for cursor() calls to the underlying database adapter.  This makes it impossible to use the adapter fully at the low level.  For example, to use dict cursors in psycopg2 you have to pass a different cursor factory via the cursor_factory keyword argument to cursor().  The attached patch passes through args and kwargs for cursor() calls.	Bug	assigned	Database layer (models, ORM)	dev	Normal			metajack@… Ramiro Morales manel.clos@…	Accepted	1	1	0	0	0	0
