Chat2DB
Chat2DB copied to clipboard
Bug: When opening a table with a capitalized table name in the pg database, an error is reported: The table does not exist.
Chat2DB Version
3.1.17
Describe the bug
{"getApplicationMessage":{"env":"desktop","versions":"3.1.17","buildTime":1703690230350,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) chat2db/3.1.17 Chrome/108.0.5359.215 Electron/22.3.27 Safari/537.36"},"requestUrl":"http://127.0.0.1:10824/api/rdb/dml/execute_table","requestParams":"{"sql":"select * from \"CZT_DATA\"","tableName":"CZT_DATA","pageNo":1,"pageSize":200,"total":0,"hasNextPage":true,"dataSourceId":2,"databaseType":"POSTGRESQL","databaseName":"base-geoserver","schemaName":"public","type":"POSTGRESQL"}","errorCode":null,"errorMessage":"ERROR: relation "czt_data" does not exist\n 位置:15","errorDetail":null,"solutionLink":null}
It won't affect my test here. Can you elaborate more?