On web, we will need to pass database path (path to virtual file in memory) from JS, and the best way will be to achieve this via constructor.
Depends on D8550
Paths
| Differential D8551 Authored by kamil on Jul 19 2023, 5:36 AM.
Details Summary On web, we will need to pass database path (path to virtual file in memory) from JS, and the best way will be to achieve this via constructor. Depends on D8550 Test Plan N/A
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptJul 19 2023, 5:36 AM2023-07-19 05:36:36 (UTC-7) Harbormaster completed remote builds in B21028: Diff 28824.Jul 19 2023, 5:53 AM2023-07-19 05:53:47 (UTC-7) Harbormaster completed remote builds in B21029: Diff 28825.Jul 19 2023, 5:57 AM2023-07-19 05:57:52 (UTC-7) This revision is now accepted and ready to land.Jul 20 2023, 7:53 AM2023-07-20 07:53:22 (UTC-7)
Closed by commit rCOMM87e2ffdb590e: [native] overload `SQLiteQueryExecutor` constructor (authored by kamil). · Explain WhyJul 27 2023, 5:06 AM2023-07-27 05:06:17 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28824 native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
|