sapling/eden/fs/sqlite
Chad Austin 3f9cee4f2a remove all but one inclusion of folly/String.h in headers
Summary:
We almost never intend to include folly/String.h, especially in
headers, and it's a somewhat expensive header.

We sometimes use the string transformation functions in .cpp files,
but rarely in .h. Therefore, remove that dependency where we can.

Reviewed By: genevievehelsel

Differential Revision: D45672957

fbshipit-source-id: 11743156388aff5c61cfe6b46e385a95687a7a31
2023-05-11 11:10:01 -07:00
..
test sqlite: add tests for sqlite 2022-05-11 19:12:10 -07:00
CMakeLists.txt fs: fix license header 2022-01-04 15:00:07 -08:00
PersistentSqliteStatement.h allow delayed opening of sqlite db 2022-08-19 10:45:59 -07:00
SqliteConnection.h allow delayed opening of sqlite db 2022-08-19 10:45:59 -07:00
SqliteDatabase.cpp fix copy paste error in logs 2022-10-28 10:45:49 -07:00
SqliteDatabase.h allow delayed opening of sqlite db 2022-08-19 10:45:59 -07:00
SqliteStatement.cpp allow delayed opening of sqlite db 2022-08-19 10:45:59 -07:00
SqliteStatement.h remove all but one inclusion of folly/String.h in headers 2023-05-11 11:10:01 -07:00