Page MenuHomePhabricator

[web] implement test c++ class
ClosedPublic

Authored by kamil on Jun 30 2023, 7:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 18, 9:00 AM
Unknown Object (File)
Fri, Oct 18, 9:00 AM
Unknown Object (File)
Fri, Oct 18, 9:00 AM
Unknown Object (File)
Fri, Oct 18, 9:00 AM
Unknown Object (File)
Fri, Oct 18, 9:00 AM
Unknown Object (File)
Fri, Oct 18, 8:51 AM
Unknown Object (File)
Oct 5 2024, 10:44 AM
Unknown Object (File)
Oct 5 2024, 10:42 AM
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 ↗(On Diff #28292)

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 ↗(On Diff #28292)

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 ↗(On Diff #28292)

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

This revision was automatically updated to reflect the committed changes.