On 7/23/16, [email protected] <[email protected]> wrote:
> I created a function UUID() with sqlite3_create_function. There are
> tables in my database which have default columns using the UUID
> function. Do I run into trouble when I insert a row into a table with a
> given UUID value without the defined function (Using the command line
> interface)?

No.  The function is only required if SQLite actually uses the default value.

-- 
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