On 5 Feb, 03:19, Thadeus Burgess <thade...@thadeusb.com> wrote:
> A quick question, what is your opinion on non-reserved keywords ?
> Should they be included, excluded, separated ? non-reserved words are
> acceptable and do not get in the way of your queries.

Re:  "Non-reserved":
It seems that the definition of non-reserved varies a little depending
on the DB.

The widest definition appears to be: any word which is recognised by
the parser.

A more common definition appears to be: a word which has a special
meaning in a particular context but which may be used as an identifier
in other contexts.

I have noticed that a non-reserved word can often be upgraded to be a
reserved word in a later DB version.

Conclusion:  It seems safer to include non-reserved words too.
However,  if your code checker can identify both,  brilliant.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to