Email list hosting service & mailing list manager

SQLite callbacks John Cowan (16 Sep 2019 01:34 UTC)
Re: SQLite callbacks Peter Bex (16 Sep 2019 06:42 UTC)
Re: SQLite callbacks John Cowan (16 Sep 2019 13:51 UTC)
Re: SQLite callbacks Lassi Kortela (16 Sep 2019 13:56 UTC)
Re: SQLite callbacks hga@xxxxxx (16 Sep 2019 15:27 UTC)
Re: SQLite callbacks John Cowan (16 Sep 2019 19:31 UTC)

Re: SQLite callbacks Peter Bex 16 Sep 2019 06:42 UTC
On Sun, Sep 15, 2019 at 09:34:08PM -0400, John Cowan wrote:
> One of the other things that makes SQLite different is the ability to
> define scalar and aggregate functions, as well as collations, on the fly.

I'd say treat it as an extension.  This is so different from the typical
client/server database that it doesn't make much sense to standardise in
the API.

Similar for LISTEN/NOTIFY in Postgres, as a random example which also
involves callbacks.

Cheers,
Peter