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)
Thu, Dec 26, 4:24 AM
Unknown Object (File)
Thu, Dec 26, 4:24 AM
Unknown Object (File)
Thu, Dec 26, 4:24 AM
Unknown Object (File)
Thu, Dec 26, 4:24 AM
Unknown Object (File)
Thu, Dec 26, 4:23 AM
Unknown Object (File)
Thu, Dec 26, 4:18 AM
Unknown Object (File)
Dec 4 2024, 3:41 AM
Unknown Object (File)
Nov 26 2024, 12:48 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
Lint Not Applicable
Unit
Tests Not Applicable

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.