langchain/tests
Andrew Gleave ea67c049f0
Support SQL statements that return no results (#222)
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
2022-11-29 08:28:45 -08:00
..
integration_tests Support SQL statements that return no results (#222) 2022-11-29 08:28:45 -08:00
unit_tests Support SQL statements that return no results (#222) 2022-11-29 08:28:45 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00