Changes between Initial Version and Version 1 of Ticket #30178


Ignore:
Timestamp:
Feb 11, 2019, 12:48:23 PM (5 years ago)
Author:
Dan Davis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30178

    • Property Summary Support duct-typed database passwords in settingsSupport duck-typing for database passwords in settings
  • Ticket #30178 – Description

    initial v1  
    77My organization would love to see this lack of duck-typing as a bug; rather than treating this as a request for all passwords to be pluggable (e.g. a Callable).   Supporting duck-typing is consistent with backwards compatibility and also with Python philosophy.
    88
    9 I will attempt to provide a test case and a fix.   I will also evaluate this on other backends, because #29199 was quite legitimate.
     9I will attempt to provide a test case and a fix.   Separately from this ticket, I'll check the other backends, as some users do use postgresql, MySQL, etc. even if it is not the norm.
Back to Top