Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Jan 2, 2025
1 parent b960c0b commit cb252a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extension/fts/test/test_files/error.test
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Binder exception: Table: person doesn't have an index with name: personIdx.
Binder exception: CREATE_FTS_INDEX is only supported in auto transaction mode.

-LOG DropFTSInManualTrx
-STATEMENT BEGIN TRANSACTION
---- ok
-STATEMENT CALL DROP_FTS_INDEX('person1', 'contentIdx')
---- error
Binder exception: DROP_FTS_INDEX is only supported in auto transaction mode.
Expand Down
1 change: 0 additions & 1 deletion src/parser/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "common/exception/parser.h"
#include "common/string_utils.h"
#include "main/client_context.h"
#include "parser/antlr_parser/kuzu_cypher_parser.h"
#include "parser/antlr_parser/parser_error_listener.h"
#include "parser/antlr_parser/parser_error_strategy.h"
Expand Down

0 comments on commit cb252a2

Please sign in to comment.