MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / lua_prepare_sql

Function lua_prepare_sql

lua/sp.c:2371–2374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2369}
2370
2371static int lua_prepare_sql(SP sp, const char *sql, sqlite3_stmt **stmt)
2372{
2373 return lua_prepare_sql_int(sp, sql, stmt, NULL, lua_get_prepare_flags());
2374}
2375
2376static int lua_prepare_sql_with_temp_ddl(SP sp, const char *sql, sqlite3_stmt **stmt)
2377{

Callers 5

dbtable_insertFunction · 0.85
dbtable_copyfromFunction · 0.85
dbtable_whereFunction · 0.85
db_csvcopyFunction · 0.85
db_execFunction · 0.85

Calls 2

lua_prepare_sql_intFunction · 0.85
lua_get_prepare_flagsFunction · 0.85

Tested by

no test coverage detected