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 61eb04b commit 4cc029dCopy full SHA for 4cc029d
src/node_sqlite.h
@@ -110,7 +110,7 @@ class DatabaseOpenConfiguration {
110
inline bool get_enable_defensive() const { return defensive_; }
111
112
inline void set_initial_limit(int sqlite_limit_id, int value) {
113
- initial_limits_[sqlite_limit_id] = value;
+ initial_limits_.at(sqlite_limit_id) = value;
114
}
115
116
inline const std::array<std::optional<int>, SQLITE_LIMIT_TRIGGER_DEPTH + 1>&
0 commit comments