Re: [sqlite] Custom Column Default

2011-11-14 Thread Jay A. Kreibich
On Mon, Nov 14, 2011 at 12:49:46PM -0600, GGTESTER scratched on the wall: > Can anybody show me how to use a function like > "hex(randomblob(37))" as a column default (to create a SQL Server type > unique identifier)? Expressions much be in parens. Otherwise, just as you would expect:

[sqlite] Custom Column Default

2011-11-14 Thread GGTESTER
Can anybody show me how to use a function like "hex(randomblob(37))" as a column default (to create a SQL Server type unique identifier)? Thanks, Gerhard ___ sqlite-users mailing list sqlite-users@sqlite.org