Re: [sqlite] Behaviour of default values with sqlite3_create_function

2016-07-23 Thread Richard Hipp
On 7/23/16, 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

[sqlite] Behaviour of default values with sqlite3_create_function

2016-07-23 Thread knarks
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)?