Page MenuHomePhabricator

[web] implement test c++ class
ClosedPublic

Authored by kamil on Jun 30 2023, 7:26 AM.
Tags
None
Referenced Files
F2899830: D8389.diff
Sat, Oct 5, 8:18 AM
Unknown Object (File)
Thu, Sep 26, 5:23 AM
Unknown Object (File)
Wed, Sep 25, 10:21 PM
Unknown Object (File)
Mon, Sep 23, 3:56 AM
Unknown Object (File)
Mon, Sep 23, 3:55 AM
Unknown Object (File)
Sat, Sep 21, 6:23 PM
Unknown Object (File)
Mon, Sep 16, 2:02 AM
Unknown Object (File)
Sun, Sep 15, 8:02 PM
Subscribers

Details

Summary

This class will be removed, adding this here to iterate over compiling code to WASM and share a general idea.
I will start adding proper implementation after some changes to the native code.

Depends on D8375

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
native/cpp/CommonCpp/DatabaseManagers/CommQueryExecutor.cpp
57

looks dummy but the reason is to check if we can use both sqlite3 and sqlite_orm API

kamil published this revision for review.Jun 30 2023, 8:36 AM
tomek added inline comments.
native/cpp/CommonCpp/DatabaseManagers/CommQueryExecutor.cpp
58

Should we drop the table at the end?

This revision is now accepted and ready to land.Jul 5 2023, 1:38 AM

remove file

native/cpp/CommonCpp/DatabaseManagers/CommQueryExecutor.cpp
58

actually, I will delete the entire file to save space in virtual memory

This revision was automatically updated to reflect the committed changes.