fix: Index on a table containing columns with no sort order fails while reflecting the table#400
fix: Index on a table containing columns with no sort order fails while reflecting the table#400mmahmed wants to merge 1 commit intogoogleapis:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
2ac9816 to
9044cc8
Compare
|
@mmahmed Would you mind adding a test that fails without this change and succeeds with the change? |
…le reflecting the table Fixes: 1. Ignore None order as SQLAlchemy only processes ASC, DESC 2. SQLAlchemy requires order in lowercase (asc, desc)
9044cc8 to
f687c12
Compare
|
Closing in favor of #485 |
Fixes #399