Skip to content
Snippets Groups Projects
Commit 0827aaf1 authored by Nikita Pettik's avatar Nikita Pettik
Browse files

sql: rename sqlPrepare() to sql_stmt_compile()

sql_prepare() is going not only to compile statement, but also to save it
to the prepared statement cache. So we'd better rename sqlPrepare()
which is static wrapper around sql_prepare() and make it non-static.
Where it is possible let's use sql_stmt_compile() instead of sql_prepare().

Needed for #2592
parent 7ad005e7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment