RussellEngland / 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

Keywords problem #158

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Parse a query for a table contains field name like notes or Status.
2.
3.

What is the expected output? What do you see instead?
Expected to see field name as notes and status. Instead I see notes_ and Status 
  _

What version of the product are you using? On what operating system?
Version: 20140108, on Windows 7 pro OS.

Please provide any additional information below.

Original issue reported on code.google.com by ashraf.j...@gmail.com on 22 Mar 2015 at 1:41