Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update _field_should_be_indexed #49

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

wd0517
Copy link
Collaborator

@wd0517 wd0517 commented Aug 31, 2023

Fix: django-tidb does not create index when user defined it on field, for example a = models.CharField(max_length=8, db_index=True)

This PR also introduce how to create tests for django-tidb.

@wd0517 wd0517 merged commit 0a13bc9 into pingcap:main Sep 4, 2023
9 checks passed
@wd0517 wd0517 deleted the fix-create-index branch September 4, 2023 07:46
wd0517 added a commit that referenced this pull request Sep 7, 2023
wd0517 added a commit that referenced this pull request Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants