On 28 Jun 2018, at 5:43am, Igor Tandetnik <[email protected]> wrote:

> It's not mentioned here though: 
> https://sqlite.org/syntax/column-constraint.html

The syntax diagrams in the SQLite documentation are ... what's the term ? ... 
sufficient but not exhaustive.  In other words you can use some forms which 
violate the syntax diagrams without getting an error message.

Normal warnings apply: your "illegal" form may be accepted by one version of 
SQLite, but a later form may reject it as a syntax error.  Or worse still, it 
may accept it but interpret it differently.  So try not to do that.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to