DB identifier converters cleanup
IMO we can remove introspection.table_name_converter()
and introspection.column_name_converter
(unused after #28584) and use instead a single method introspection.identifier_converter()
. As a part of this cleanup we will remove features.uppercases_column_names
and we'll use introspection.identifier_converter()
in the tests suite.
Change History
(6)
Summary: |
DB identifier converters cleanup. → DB identifier converters cleanup
|
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to Mariusz Felisiak
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
I'll attach the initial patch that I worked on. A problem I ran into is that sometimes an inverse of
identifier_converter()
was needed for some tests.