-
Notifications
You must be signed in to change notification settings - Fork 4
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
supports_index_sort_order? should return false #16
Comments
Yes, you are right. In the current state, the sort order syntax is compatible with tidb ddl, but it is actually ineffective.
the Collation column should return 'D' for TiDB.
|
Thanks for the reply. Let me create a pull request to change |
Opened #17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
supports_index_sort_order?
defines if the database supports ascending and descending index.Currently it returns
true
, however tidb does not support descending index yet then this method should return false until pingcap/tidb#2519 is implemented to TiDB.Refer rails/rails#28773 for Rails pull request.
The text was updated successfully, but these errors were encountered: