problem to unparse query that contains "`"

Bug #1208311 reported by Darshan Patel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Akiban SQL Parser
New
Undecided
Unassigned

Bug Description

select * from a `a a`,b `b b` where a.a=b.b
this query parse successfully

but while unparsing it gives following output

SELECT * FROM a AS a a, b AS b b WHERE a.a = b.b

where "`" removed from table name that gives database error.

Revision history for this message
Nathan Williams (nwilliams) wrote :

This project has moved to GitHub. New issue URL:
https://github.com/FoundationDB/sql-parser/issues/45

information type: Public → Public Security
information type: Public Security → Public
information type: Public → Public Security
information type: Public Security → Public
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.