Re: [sqlite] Default Values Pragma bug

2018-08-06 Thread E.Pasma
Hello Ryan, Your already moderate complaint needs further moderation After reading https://www.sqlite.org/lang_createtable.html#dfltval I see that the default value may be a function name (when written inside parenthesis) or a special

[sqlite] Default Values Pragma bug

2018-08-05 Thread R Smith
This is a small niggle, perhaps not worthy of the term "bug". The Default values when specified in a CREATE TABLE statement will include C-style commented text in the output of the pragma table_info() (or its t.v.f. derivative) while the actual default value handling will parse it out.