﻿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@…>	nobody	Currently the DatabaseWrapper (at least for the postgresql_psycopg2end) 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.		new	Database layer (models, ORM)	dev					Unreviewed	1	0	0	0		
