Kevin Benson wrote:
At least, there's this:
http://sqlite.org/docsrc/info/7276f4a4a3e338ea187cb5e50c57e4f9806aed89?sbs=0
+ERROR_MSG {parameters are not allowed in views} {
+ The right-hand side of a CREATE VIEW (that is to say,
+ the SELECT statement that defines the view) may not contain
+ bound parameter names like "?", "?123", ":term", "@xyz", or "$var".
+}
That certainly indicates what the program's author(s) intend, so we can
say this is a documentation issue (as detailed in my 3rd post on this
thread). The syntax diagrams show that, just as parameters may appear
in select expressions, they may appear in a "create view xxx as select
...", and there is no *documentation* to the contrary.
Best regards,
--
Larry Brasfield
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users