Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Bug: 不等于写成<>时,解释sql会报错 #291

Closed
ZimaBlueee opened this issue Jun 12, 2023 · 2 comments
Closed

Bug: 不等于写成<>时,解释sql会报错 #291

ZimaBlueee opened this issue Jun 12, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ZimaBlueee
Copy link

ZimaBlueee commented Jun 12, 2023

Chat2DB Version

1.0.10

Describe the bug

sql条件:不等于用<>写且where条件换行时,会无法解释sql
SELECT * FROM user WHERE user_id <> 1

image

控制台报错:
image

<>换成!=,或者sql写成一行时,就能正常把请求发到后端

顺便问下前端怎么调试,本来我想自己改bug提pr的,可惜前端的调试怎么都起不来。(本地已经起好环境)

@ZimaBlueee ZimaBlueee added the bug Something isn't working label Jun 12, 2023
@shanhexi
Copy link
Contributor

1.0.11

  • fixed: SQL有特殊字符时AI功能无法正常使用问题

@ZimaBlueee
Copy link
Author

修bug的速度好快,最新代码测试通过,点赞

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants