File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -2027,7 +2027,7 @@ EXTERNAL SOURCES:
20272027SPEC CHECKSUMS:
20282028 FBLazyVector: 2e5b5553df729e080483373db6f045201ff4e6db
20292029 hermes-engine: 273e30e7fb618279934b0b95ffab60ecedb7acf5
2030- op-sqlite: 137a619945c21df76fda2744680061b8f3251839
2030+ op-sqlite: 9ffd73656744c6f18f7cfcf3d2266e3f7a35d558
20312031 OpServer: 9b3ebdeeb095950e760e3c39853cd06849421b35
20322032 RCTDeprecation: c6b36da89aa26090c8684d29c2868dcca2cd4554
20332033 RCTRequired: 1413a0844770d00fa1f1bb2da4680adfa8698065
Original file line number Diff line number Diff line change @@ -288,15 +288,3 @@ if (isSQLCipher()) {
288288 db . close ( ) ;
289289 } ) ;
290290}
291-
292- // This test wasn't really failing, but the module was not being properly
293- // invalidated/re-created on a hot reload
294- // Check opsqlite::invalidated
295- // itOnly('Can execute async pragma', async () => {
296- // const db = open({
297- // name: 'pragma.sqlite',
298- // });
299-
300- // const result = await db.execute('select sqlite_version() as version');
301- // expect(result).toBe('1.52');
302- // });
You can’t perform that action at this time.
0 commit comments