Skip to content

Commit

Permalink
Fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Apr 2, 2024
1 parent 1184e31 commit beb6d26
Show file tree
Hide file tree
Showing 10 changed files with 24,990 additions and 1,988 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
1 change: 1 addition & 0 deletions cpp/DumbHostObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ DumbHostObject::getPropertyNames(jsi::Runtime &rt) {

jsi::Value DumbHostObject::get(jsi::Runtime &rt,
const jsi::PropNameID &propNameID) {

auto name = propNameID.utf8(rt);
auto fields = metadata.get();
for (int i = 0; i < fields->size(); i++) {
Expand Down
1 change: 1 addition & 0 deletions cpp/bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace opsqlite {
/// Maps to hold the different objects
std::unordered_map<std::string, sqlite3 *> dbMap =
std::unordered_map<std::string, sqlite3 *>();

std::unordered_map<std::string, UpdateCallback> updateCallbackMap =
std::unordered_map<std::string, UpdateCallback>();

Expand Down
Loading

0 comments on commit beb6d26

Please sign in to comment.