Skip to content

Commit

Permalink
[fix] cancel no follow sqlite3 open mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjiekoda committed Dec 26, 2024
1 parent 31be839 commit 1a59a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/common/util/sqlite3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ enum KNIGHT_API OpenMode : unsigned {
/// Database filename is not allowed to be a symbolic link (Note: only
/// since
/// SQlite 3.31.0 from 2020-01-22)
NOFOLLOW = SQLITE_OPEN_NOFOLLOW
// NOFOLLOW = SQLITE_OPEN_NOFOLLOW
};

const char* get_lib_version() noexcept;
Expand Down

0 comments on commit 1a59a07

Please sign in to comment.