Re: Sql Parser

2006-01-29 Thread Alex Martelli
Sergey Eizner <[EMAIL PROTECTED]> wrote: > Does anybody know python module for sql parsing? has one. Alex -- http://mail.python.org/mailman/listinfo/python-list

Re: Sql Parser

2006-01-29 Thread raviteja . bhupatiraju
You could use PyParsing. http://pyparsing.sourceforge.net/ People don't normally parse SQL unless they are building a query engine itself. Perhaps it is something else that you want? Could you elaborate the task? -- http://mail.python.org/mailman/listinfo/python-list

Sql Parser

2006-01-29 Thread Sergey Eizner
Does anybody know python module for sql parsing? -- http://mail.python.org/mailman/listinfo/python-list