langchain icon indicating copy to clipboard operation
langchain copied to clipboard

Sql alchemy commands used in table info

Open fpingham opened this issue 3 years ago • 0 comments

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.

fpingham avatar Feb 18 '23 04:02 fpingham