Hi,

In parameters section of this page http://www.sqlite.org/lang_expr.html says that

"A dollar-sign followed by an identifier name also holds a spot for a named parameter with the name $AAAA. The identifier name in this case can include one or more occurrences of "::" ...".

It gave me the impression (because of "in this case") that only parameters started with '$' can have occurrences of "::" but the tokenizer is accepting them for parameters started with ":" and "@".

Am I misunderstanding the documentation?

Thanks,

Filipe Oliveira
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to