We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I saw this comment #10067 (review) from @jcrist and I'm converting it into an issue so we don't loose track of it.
Where is suggested to change the default implementation to:
try: self.table(name) return True except TableNotFound: return False
This #9695 was merged I'm not sure about the details of the implementation/refactor but this seems like it could be a nice consolidation of code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I saw this comment #10067 (review) from @jcrist and I'm converting it into an issue so we don't loose track of it.
Where is suggested to change the default implementation to:
This #9695 was merged
I'm not sure about the details of the implementation/refactor but this seems like it could be a nice consolidation of code
The text was updated successfully, but these errors were encountered: