Skip to content

Commit

Permalink
Issue WiseLibs#1271: Added missing SQLite Error code identifier. (Wis…
Browse files Browse the repository at this point in the history
…eLibs#1273)

Added new SQLite Error code identifier.
  • Loading branch information
Meztlicoatl authored Oct 29, 2024
1 parent 5d410bb commit ab644ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/constants.lzz
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public:
SetCode(isolate, SQLITE_WARNING_AUTOINDEX, "SQLITE_WARNING_AUTOINDEX");
SetCode(isolate, SQLITE_AUTH_USER, "SQLITE_AUTH_USER");
SetCode(isolate, SQLITE_OK_LOAD_PERMANENTLY, "SQLITE_OK_LOAD_PERMANENTLY");
SetCode(isolate, SQLITE_ERROR_MISSING_COLLSEQ, "SQLITE_ERROR_MISSING_COLLSEQ");
}

v8::Global<v8::String> database;
Expand Down

0 comments on commit ab644ac

Please sign in to comment.