rickywu-posh / php-sql-parser

Automatically exported from code.google.com/p/php-sql-parser
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

alias of a subquery #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you have a subquery which has an alias, the alias is part of the 
"base_expr". It is complicated to parse it (there can be additional aliases 
within the subquery or the alias is very short like "s", which can be part of 
the subquery string too). So it would be nice to remove the alias from the 
"base_expr" like in the "table" part.

Original issue reported on code.google.com by pho...@gmx.de on 23 Jan 2012 at 2:49

GoogleCodeExporter commented 8 years ago
Solved in current version on http://www.phosco.info/php-sql-parser_current.zip

Original comment by pho...@gmx.de on 31 Jan 2012 at 10:15

GoogleCodeExporter commented 8 years ago
Accepted fixed codebase.

Original comment by greenlion@gmail.com on 12 Mar 2012 at 9:55