[sqlite] app-defined functions, statements and sqlite3_value

2012-08-21 Thread Marco Maggi
sqlite3_bind_value()" and "sqlite3_result_value()" there only for SQL function implementations embedded in the source code of SQLite? So is it better if I do not expose them at the foreign language level? HTH -- Marco Maggi ___ sqlite-

Re: [sqlite] app-defined functions, statements and sqlite3_value

2012-08-21 Thread Marco Maggi
s external resource", or a reserved series like SQLITE_USRERR1, SQLITE_USRERR2, ... that an application can interpret in its own way. >> So is it better if I do not expose them at the foreign >> language level? > > Ahh... that's an interesting que