textSQL icon indicating copy to clipboard operation
textSQL copied to clipboard

Results 24 textSQL issues
Sort by recently updated
recently updated
newest added

With the speed of iteration, it seems like the right time to introduce a very basic test suite to ensure there's no regression in accuracy. Today: We have 8 queries...

![4a31dd7df64c2f0003036a41d2ad192](https://user-images.githubusercontent.com/19340413/232686401-ef3967e5-d839-40b5-bddf-a95930b8975c.png) ![5b9cd8f88a66e4ab2fac545f30dce91](https://user-images.githubusercontent.com/19340413/232686404-4bc245ae-1f7f-40d8-9ac1-eb0a88ada1fa.png) ![a87173446d648de46238cb948a93cac](https://user-images.githubusercontent.com/19340413/232686406-98f8781a-925d-4fc1-bcc0-21053b8bce8b.png) I try to run init.py ,but fail . i'm beginner thanks

Currently, the SQL statements for setting up table and enum metadata, for the language model, are written in PostgreSQL. We want to add support for MySQL as well. The functions...