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
Windows 11 24H2
3.11.4
25
1.12.1
When running the sample code from the README, the line:
table = Table('dataset.table', MetaData(bind=engine), autoload=True)
returns the following error:
table = Table('dataset.table', MetaData(bind=engine), autoload=True) ^^^^^^^^^^^^^^^^^^^^^ TypeError: MetaData.__init__() got an unexpected keyword argument 'bind'
The following line:
print(select([func.count('*')], from_obj=table().scalar()))
also contains a compiler warning that 'Table' object is not callable
'Table' object is not callable
The text was updated successfully, but these errors were encountered:
@nigelainscoe
Thanks for reporting this. I will take a look.
Sorry, something went wrong.
chalmerlowe
No branches or pull requests
Environment details
Windows 11 24H2
3.11.4
25
1.12.1
Steps to reproduce
When running the sample code from the README, the line:
returns the following error:
The following line:
also contains a compiler warning that
'Table' object is not callable
The text was updated successfully, but these errors were encountered: