langchain
langchain copied to clipboard
Sql alchemy commands used in table info
This approach has several advantages:
- it improves the readability of the code
- removes incompatibilities between SQL dialects
- fixes a bug with
datetimevalues in rows andast.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.