Files
langchain/tests/unit_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
..
2022-11-26 06:03:08 -08:00
2022-11-26 05:58:54 -08:00
2022-11-08 22:17:10 -08:00
2022-11-29 07:03:40 -08:00
2022-10-24 14:51:15 -07:00
2022-10-24 14:51:15 -07:00