Changes between Initial Version and Version 1 of Ticket #32672, comment 9
- Timestamp:
- Oct 3, 2021, 1:21:14 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32672, comment 9
initial v1 1 So as per Charettes's comment on my PR https://github.com/django/django/pull/14878#discussion_r713268066, I implemented this issue with `sqlparse` but failed testcases one of them was `inspectdb.tests.InspectDBTestCase `. The change which I did was1 So as per Charettes's comment on my PR https://github.com/django/django/pull/14878#discussion_r713268066, I implemented this issue with `sqlparse` but failed testcases one of them was `inspectdb.tests.InspectDBTestCase.test_attribute_name_not_python_keyword`. The change which I did was 2 2 {{{ 3 3 method_match = sqlparse.parse(field_desc)[0]