Changes between Initial Version and Version 1 of Ticket #23546, comment 9


Ignore:
Timestamp:
Oct 16, 2014, 8:39:10 AM (10 years ago)
Author:
Michael Manfre

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23546, comment 9

    initial v1  
    1 Implementation needs a DatabaseFeature (e.g. {{{callproc_supports_kwargs}}} to explicitly enable support for kparams for a backend. The current patch will pass along kparams to the underlying backend as long as they are provided to callproc, which will raise a confusing exception to the user. It should probably raise {{{NotSupportedError}}}.
     1Implementation needs a DatabaseFeature (e.g. {{{callproc_supports_kwargs}}}) to explicitly enable support for kparams for a backend. The current patch will pass along kparams to the underlying backend as long as they are provided to callproc, which will raise a confusing exception to the user. It should probably raise {{{django.db.utils.NotSupportedError}}}.
Back to Top