Re: [sqlite] SQL extension

2006-12-16 Thread Joe Wilson
Maybe he wants to change the SQL keywords to Esperanto, or implement CONNECT BY. You never know. --- John Stanton <[EMAIL PROTECTED]> wrote: > The questioner might find that user functions will extend the capability > to do what he wants without implementing new SQL syntax. > > Joe Wilson wrote:

Re: [sqlite] SQL extension

2006-12-16 Thread John Stanton
The questioner might find that user functions will extend the capability to do what he wants without implementing new SQL syntax. Joe Wilson wrote: http://www.sqlite.org/cvstrac/fileview?f=sqlite/src/parse.y&v=1.210 --- Dusan Gibarac <[EMAIL PROTECTED]> wrote: What are our options to extend o

Re: [sqlite] SQL extension

2006-12-16 Thread Joe Wilson
http://www.sqlite.org/cvstrac/fileview?f=sqlite/src/parse.y&v=1.210 --- Dusan Gibarac <[EMAIL PROTECTED]> wrote: > What are our options to extend or change SQL syntax if needed? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam prote

[sqlite] SQL extension

2006-12-14 Thread Dusan Gibarac
What are our options to extend or change SQL syntax if needed? Dusan - To unsubscribe, send email to [EMAIL PROTECTED] -