It appears that, given SQLite's Manifest Typing, the appropriate type of a UUID -- 16bytes, binary -- would be BLOB. One would not want to try converting the ID to anything, if only for the cost in time.
Can a BLOB be the Primary Key for a table? TIA _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

