Page MenuHomePhabricator

[SQLite] add `MessageToDevice` entity
ClosedPublic

Authored by kamil on Feb 26 2024, 2:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 15, 7:19 AM
Unknown Object (File)
Tue, Oct 15, 7:19 AM
Unknown Object (File)
Tue, Oct 15, 7:19 AM
Unknown Object (File)
Sep 13 2024, 7:52 PM
Unknown Object (File)
Sep 13 2024, 4:54 PM
Unknown Object (File)
Sep 4 2024, 6:06 AM
Unknown Object (File)
Aug 17 2024, 11:32 AM
Unknown Object (File)
Aug 12 2024, 4:16 PM
Subscribers

Details

Summary

ENG-6739.

Structs used to operate on SQLite DB.

Introducing ClientMessageToDevice to make it work gracefully on both web and native:

  1. Emscripten does not handle int64_t
  2. On native - we pass timestamps as strings anyway

Depends on D11168

Test Plan

Build WASM - functionality tested later in the stack.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable