On 3 Apr 2019, at 6:51pm, Warren Young <[email protected]> wrote: > On Apr 3, 2019, at 6:30 AM, Lifepillar <[email protected]> wrote: > >> does SQLite support indexes on blobs? > > It claims to:
Indeed. Be careful to verify whether, from the perspective of your programming language, it considers the first or the last byte to be most significant. I've seen people caught out by a similar issue. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

