langchain/tests
Francisco Ingham 3f29742adc
Sql alchemy commands used in table info (#1135)
This approach has several advantages:

* it improves the readability of the code
* removes incompatibilities between SQL dialects
* fixes a bug with `datetime` values in rows and `ast.literal_eval`

Huge thanks and credits to @jzluo for finding the weaknesses in the
current approach and for the thoughtful discussion on the best way to
implement this.

---------

Co-authored-by: Francisco Ingham <>
Co-authored-by: Jon Luo <20971593+jzluo@users.noreply.github.com>
2023-02-18 10:58:29 -08:00
..
integration_tests [Integration Tests] Cast fake embeddings to ALL float values (#1102) 2023-02-17 15:18:09 -08:00
unit_tests Sql alchemy commands used in table info (#1135) 2023-02-18 10:58:29 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00