You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Now that the changeset has been applied, targetDb contains the same data as sourceDb.
127
127
```
128
128
129
-
Of note to distributors when dynamically linking with SQLite (using the `--shared-sqlite` flag): compiling SQLite with `SQLITE_ENABLE_SESSION` and `SQLITE_ENABLE_PREUPDATE_HOOK` defines is now required.
129
+
Of note to distributors when dynamically linking with SQLite (using the `--shared-sqlite`
130
+
flag): compiling SQLite with `SQLITE_ENABLE_SESSION` and `SQLITE_ENABLE_PREUPDATE_HOOK`
131
+
defines is now required.
130
132
131
133
Contributed by Bart Louwers in [#54181](https://github.com/nodejs/node/pull/54181).
0 commit comments