Replies: 1 comment
-
The convention for all the wrapped sqlite3 functions is to use the name without You're correct that a wrapper for I'm moving this to a discussion because I'm not committing to providing a wrapper for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
API Documentation says the
sql(stmt)
function will return expanded sql, but it returns the parameterized sql after applyingbind_collection
. Api documentation links to Expanded Sql sqlite doc.Here's a snip of what I'm doing:
It seems like API documentation needs to be updated and the
expanded_sql
function should be implemented.(or I'm doing something wrong)
https://www.sqlite.org/c3ref/expanded_sql.html
Beta Was this translation helpful? Give feedback.
All reactions