On 2015-04-10 09:48 AM, Zsb?n Ambrus wrote:
> On 4/10/15, Dominique Devienne <ddevienne at gmail.com> wrote:
>> But that's build time. There is no way (i.e. pragma) to list registered SQL
>> functions at runtime.
>>
>> This is something that I've asked for before, and I'm having trouble
>> understanding why nobody cares.
>>
>> When you run an SQLite "shell", the host program can have enabled/disabled
>> built-in functions at build-time, and/or added any number of custom SQL
>> functions. But you have no way to know.
> Um, you're talking about SQL functions.  But I think Roger asked for C
> functions in the public C api of Sqlite.

It doesn't matter, C API calls or pragma, whatever works best as long as 
there is /some/ way to get to that info.  Usually though, most C API 
calls valuable to end users too, ends up having a pragma that can 
produce similar output.

I would very much like this too.


Reply via email to