Skip to content

Commit e71e311

Browse files
Update node_sqlite.cc
Co-authored-by: Anna Henningsen <github@addaleax.net>
1 parent 16b5720 commit e71e311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_sqlite.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Local<DictionaryTemplate> getLazyIterTemplate(Environment* env) {
141141

142142
// Mapping from JavaScript property names to SQLite limit constants
143143
struct LimitInfo {
144-
const char* js_name;
144+
std::string_view js_name;
145145
int sqlite_limit_id;
146146
};
147147

0 commit comments

Comments
 (0)