On 8/28/18, Ben Asher <[email protected]> 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
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to