> On Jan 29, 2018, at 11:13 AM, Danny Milosavljevic <dan...@scratchpost.org> 
> wrote:
> 
> Should this use case work?

Nope. The ORDER BY clause can affect the query plan and the generated bytecode, 
so it's not something you can change in a binding. You have to compile a new 
statement with a different ORDER BY clause.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to