Page MenuHomePhabricator

[SQLite] move database version getter and setter to `SQLiteUtils`
ClosedPublic

Authored by kamil on Fri, Apr 11, 8:09 AM.
Tags
None
Referenced Files
F6072115: D14572.id.diff
Sun, Apr 20, 1:45 PM
Unknown Object (File)
Fri, Apr 18, 4:16 PM
Unknown Object (File)
Fri, Apr 18, 9:51 AM
Unknown Object (File)
Fri, Apr 18, 12:16 AM
Unknown Object (File)
Thu, Apr 17, 1:09 PM
Unknown Object (File)
Thu, Apr 17, 10:28 AM
Unknown Object (File)
Thu, Apr 17, 1:00 AM
Unknown Object (File)
Wed, Apr 16, 3:24 PM
Subscribers

Details

Summary

In the next diff, we want to call this from different files.

Part of ENG-10540

Depends on D14571

Test Plan

Build native app, just moving code around

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Fri, Apr 11, 8:18 AM
kamil edited the summary of this revision. (Show Details)
kamil added inline comments.
native/cpp/CommonCpp/DatabaseManagers/SQLiteUtils.cpp
12–42 ↗(On Diff #47755)

As said in https://phab.comm.dev/D14570#inline-80723 - this class should do simple things and manage PRAGMA so I think this should be the right place for it

This revision is now accepted and ready to land.Mon, Apr 14, 1:38 AM