You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
wengwei-ola
changed the title
Bug where passing limit parameter in prepare statement
Bug where using parameter for limit in prepare statement
Jul 25, 2021
There seems to be a bug when preparing statement like:
"SELECT
test_user
.uid
FROMtest_user
WHEREtest_user
.uid
= 123 limit ?"The engine will returns error:
Error 1105: unknown error: invalid type: LONGTEXT
The bug could re-produce with:
go.mod
main.go
The text was updated successfully, but these errors were encountered: