Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ exec_update
Method
exec_update
lib_acl_cpp/src/db/db_handle.cpp:327–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
bool db_handle::exec_update(query& query)
328
{
329
return sql_update(query.to_string().c_str());
330
}
331
332
string& db_handle::escape_string(const char* in, size_t len, string& out)
333
{
Callers
12
add
Method · 0.80
add
Method · 0.80
tbl_insert
Function · 0.80
tbl_delete
Function · 0.80
tbl_insert
Function · 0.80
tbl_delete
Function · 0.80
tbl_insert
Function · 0.80
tbl_delete
Function · 0.80
tbl_insert
Function · 0.80
tbl_delete
Function · 0.80
create_table
Method · 0.80
add
Method · 0.80
Calls
2
c_str
Method · 0.45
to_string
Method · 0.45
Tested by
no test coverage detected