mirror of
https://github.com/hwchase17/langchain
synced 2024-11-16 06:13:16 +00:00
ea67c049f0
Adds support for statements such as insert, update etc which do not return any rows. `engine.execute` is deprecated and so execution has been updated to use `connection.exec_driver_sql` as-per: https://docs.sqlalchemy.org/en/14/core/connections.html#sqlalchemy.engine.Engine.execute |
||
---|---|---|
.. | ||
agents | ||
chains | ||
data | ||
docstore | ||
llms | ||
prompts | ||
__init__.py | ||
test_formatting.py | ||
test_input.py | ||
test_python.py | ||
test_sql_database.py | ||
test_text_splitter.py |