We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab490a commit 96f1410Copy full SHA for 96f1410
src/node_sqlite.h
@@ -88,7 +88,7 @@ class DatabaseOpenConfiguration {
88
bool allow_bare_named_params_ = true;
89
bool allow_unknown_named_params_ = false;
90
bool defensive_ = false;
91
- std::map<int, int> initial_limits_;
+ std::array<std::optional<int>, SQLITE_LIMIT_TRIGGER_DEPTH + 1> initial_limits_;
92
};
93
94
class DatabaseSync;
0 commit comments