On 8/28/18, Ben Asher <benashe...@gmail.com> wrote:
> I seem to remember that BLOBs cannot be indexed. I can’t find documentation
> on that though. Does anyone else recall the same thing and have a link, or
> maybe someone can correct me?

You might be remembering the limitations of Oracle.  Other database
engines might also have this limitation too.  But not SQLite.  SQLite
allows any column to be indexed, including BLOB colums.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to