mirror of
https://github.com/PDB-REDO/libcifpp.git
synced 2026-06-04 13:54:25 +08:00
Rename function
This commit is contained in:
Binary file not shown.
@@ -293,7 +293,7 @@ void connection_impl::callBeginFor(virtual_table &tab)
|
||||
}
|
||||
|
||||
for (auto cat : cats)
|
||||
sqlite3CallVtabBegin(m_sqlite_db, cat.c_str());
|
||||
sqlite3_call_vtab_begin(m_sqlite_db, cat.c_str());
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
@@ -265908,7 +265908,7 @@ SQLITE_API const char *sqlite3_sourceid(void){ return SQLITE_SOURCE_ID; }
|
||||
/************************** End of sqlite3.c ******************************/
|
||||
|
||||
|
||||
int sqlite3CallVtabBegin(sqlite3 *db, const char *zTableName)
|
||||
int sqlite3_call_vtab_begin(sqlite3 *db, const char *zTableName)
|
||||
{
|
||||
Table *pTab = sqlite3FindTable(db, zTableName, NULL);
|
||||
|
||||
|
||||
@@ -13960,7 +13960,7 @@ struct fts5_api {
|
||||
|
||||
// Exposed by MLH:
|
||||
|
||||
int sqlite3CallVtabBegin(sqlite3 *db, const char *zTableName);
|
||||
int sqlite3_call_vtab_begin(sqlite3 *db, const char *zTableName);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* end of the 'extern "C"' block */
|
||||
|
||||
Reference in New Issue
Block a user