Skip to content
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

Records library need to be patched for Sqlachemy 2.x #101

Open
prasad83 opened this issue May 2, 2023 · 1 comment
Open

Records library need to be patched for Sqlachemy 2.x #101

prasad83 opened this issue May 2, 2023 · 1 comment

Comments

@prasad83
Copy link

prasad83 commented May 2, 2023

evaluate.py fails when records library depends on sqlachemy 2.x

TypeError: execute() got an unexpected keyword argument 'name'

records.py need changes refer this pull request

@fi5ee
Copy link

fi5ee commented Feb 15, 2024

1.in records.py, change line 361 to cursor = self._conn.execute(text(query), dict(**params))
2.records.py, line 40 change to return list(self._keys)
then it's ok to run

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

No branches or pull requests

2 participants