Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
rename sqlite3 *db to g_db
Summary: rename db to g_db db is used as a parameter name in create_sqlite_header and verify_sqlite_header. This makes it more obvious whether a function is using the once-per-runtime db or a parameter passed in. Reviewed By: alexchow Differential Revision: D7265793 fbshipit-source-id: cb3fddc654b00321be16801f13902d5d0857fbd5
- Loading branch information