Skip to content

Fix: an existing index == None should return False #66

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

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

SKalt
Copy link

@SKalt SKalt commented Apr 19, 2021

While using migra, I got the following error: AttributeError: 'NoneType' object has no attribute 'name'. Using pdb, I determined that the error arose when a table with an index was compared to one without an index. This patch eliminated the error.

@SKalt
Copy link
Author

SKalt commented Apr 19, 2021

looks like all the circleci tests are failing with

sudo apt-get install -y postgresql-client
# E: Failed to fetch http://deb.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.41+deb10u2_all.deb  404  # Not Found [IP: 199.232.166.132 80]
# E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

@SKalt
Copy link
Author

SKalt commented May 14, 2021

@djrobstep, requesting a review

djrobstep and others added 2 commits August 31, 2021 10:25
While using `migra`, I got the following error: `AttributeError: 'NoneType' object has no attribute 'name'`.  Using `pdb`, I determined that the error arose when a table with an index was compared to one without an index.  This patch eliminated the error.
@SKalt
Copy link
Author

SKalt commented Aug 31, 2021

^ same problem

@djrobstep djrobstep force-pushed the master branch 3 times, most recently from 13f62b5 to ebbc2e4 Compare September 18, 2022 05:57
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.

5 participants