tickets: 3461
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3461 | 2007-02-08 20:38:52 | 2020-07-29 07:41:45 | 2022-03-06 03:28:46.362732 | Accepted | assigned | Database layer (models, ORM) | Bug | Normal | dev | DatabaseWrapper should pass through args and kwargs to underlying database adapter | 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. | auvipy | Jack Moffitt <metajack@gmail.com> | 0 | 1 | 1 | 0 | 1 | 0 |