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

[bug]sqlalchemy 1.3.x compatibility issue #2020

Closed
wqj97 opened this issue Mar 27, 2023 · 0 comments · Fixed by #2021
Closed

[bug]sqlalchemy 1.3.x compatibility issue #2020

wqj97 opened this issue Mar 27, 2023 · 0 comments · Fixed by #2021

Comments

@wqj97
Copy link
Contributor

wqj97 commented Mar 27, 2023

sqlalchemy in version 1.3.x, need to use select([]) way to query tables:

related stackoverflow question: https://stackoverflow.com/questions/62565993/sqlalchemy-exc-argumenterror-columns-argument-to-select-must-be-a-python-list

I will submit a PR to fix it

wqj97 pushed a commit to wqj97/langchain that referenced this issue Mar 27, 2023
@wqj97 wqj97 changed the title sqlalchemy 1.3.x compatibility issue [bug]sqlalchemy 1.3.x compatibility issue Mar 27, 2023
hwchase17 pushed a commit that referenced this issue Mar 28, 2023
Fixed #2020

Co-authored-by: qianjun.wqj <qianjun.wqj@alibaba-inc.com>
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 a pull request may close this issue.

1 participant