Changes between Initial Version and Version 1 of Ticket #15534, comment 4


Ignore:
Timestamp:
Apr 3, 2011, 10:49:30 AM (13 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15534, comment 4

    initial v1  
    1 The technique of passing the connection to the `DatabaseOperations` instance is already being used in the PostgreSQL backends (most surely a change introduced after Malcolm added his comment to #9045 opposing to such an API change). The inconsistency of these two backends with `django.db.backends.BaseDatabaseOperations` and the rest of the DB backends we ship is reported in #13630. Once we fix it we'll hopefully be able t use that instance variable to solve this issue.
     1The technique of passing the connection to the `DatabaseOperations` instance is already being used in the PostgreSQL backends (most surely a change introduced after Malcolm added his comment to #9405 opposing to such an API change). The inconsistency of these two backends with `django.db.backends.BaseDatabaseOperations` and the rest of the DB backends we ship is reported in #13630. Once we fix it we'll hopefully be able t use that instance variable to solve this issue.
Back to Top