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.
252
252
```
253
253
254
-
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.
254
+
Of note to distributors when dynamically linking with SQLite (using the `--shared-sqlite`
255
+
flag): compiling SQLite with `SQLITE_ENABLE_SESSION` and `SQLITE_ENABLE_PREUPDATE_HOOK`
256
+
defines is now required.
255
257
256
258
Contributed by Bart Louwers in [#54181](https://github.com/nodejs/node/pull/54181).
0 commit comments