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

Small bug at line 965 (missing '$this->') #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. subquery within the from clause

What is the expected output? What do you see instead?

Will not parse, instead throws error at line 965. It's missing '$this->' before 
'removeParenthesisFromStart($token)'

What version of the product are you using? On what operating system?

Latest Version (issue 22) from http://www.phosco.info/php-sql-parser_current.zip

Original issue reported on code.google.com by fr...@frankmayer.net on 7 Feb 2012 at 12:02

GoogleCodeExporter commented 8 years ago
Small Error.. Latest Version was after issue 20

Original comment by fr...@frankmayer.net on 7 Feb 2012 at 12:05

GoogleCodeExporter commented 8 years ago
Sorry, my mistake :-) I have updated the version on 
http://www.phosco.info/php-sql-parser_current.zip

Original comment by pho...@gmx.de on 7 Feb 2012 at 7:58

GoogleCodeExporter commented 8 years ago
:) Great !! Thanks for your work in this. Much appreciated!!

Original comment by fr...@frankmayer.net on 7 Feb 2012 at 8:28

GoogleCodeExporter commented 8 years ago
Accepted fixed codebase.

Original comment by greenlion@gmail.com on 12 Mar 2012 at 10:52