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

select * is treated as an operator #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to parse sql like "SELECT * FROM TableName".

What is the expected output? What do you see instead?
It should treat * as a reference to all columns without an alias.  Instead, it 
comes out as * is an "operator" with an alias of `*`.

What version of the product are you using? On what operating system?
Downloaded as of 10-20-2011.

Please provide any additional information below.

Original issue reported on code.google.com by kbacht...@gmail.com on 20 Oct 2011 at 4:53

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:19

GoogleCodeExporter commented 8 years ago
Accepted fixed codebase.

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