On 7/23/16, kna...@online.de <kna...@online.de> 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
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