Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
wangrunji0408 committed Dec 25, 2023
1 parent 8713fec commit 4229025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/error_ui/extended/main.slt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
query error
selet 1;
----
db error: ERROR: Failed to run the query
db error: ERROR: Failed to prepare the statement

Caused by:
sql parser error: Expected an SQL statement, found: selet at line:1, column:6
Expand All @@ -11,7 +11,7 @@ Near "selet"
query error
select 1/0;
----
db error: ERROR: Failed to run the query
db error: ERROR: Failed to execute the statement

Caused by these errors (recent errors listed first):
1: Expr error
Expand Down

0 comments on commit 4229025

Please sign in to comment.