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 795b1c1 commit eb26aaeCopy full SHA for eb26aae
src/connection.cpp
@@ -500,9 +500,7 @@ Napi::Value Connection::RegisterBuffer(const Napi::CallbackInfo &info) {
500
}
501
502
array_references[name] = Napi::Persistent(array);
503
- auto &connection = Get<Connection>();
504
- auto &con = *connection.connection;
505
- auto &db = *con->context->db;
+ auto &db = *connection->context->db;
506
507
vector<duckdb::Value> values;
508
0 commit comments