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