Re: [sqlite] Signaling errors from collation functions

2008-11-19 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian Weimer wrote: > I'm working on something which is supposed to be a foolproof interface > to SQLite. During that, I discovered that SQLite lacks a way to > return errors from a user-defined collation function. Is there > something I've missed?

[sqlite] Signaling errors from collation functions

2008-11-19 Thread Florian Weimer
I'm working on something which is supposed to be a foolproof interface to SQLite. During that, I discovered that SQLite lacks a way to return errors from a user-defined collation function. Is there something I've missed? Right now, I call sqlite3_interrupt() to signal at least something (after o