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


Ignore:
Timestamp:
Oct 3, 2021, 1:21:14 PM (3 years ago)
Author:
Anvesh Mishra

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 was
     1So 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
    22{{{
    33method_match = sqlparse.parse(field_desc)[0]
Back to Top