mongodb-d4 icon indicating copy to clipboard operation
mongodb-d4 copied to clipboard

sqlparse bug when parse sql query with more than one table's alias

Open richardzhangrui opened this issue 11 years ago • 1 comments
trafficstars

parse "select * from review r, user u" will end up with a IdentifierList "review r, user" and an Identifier u

richardzhangrui avatar Apr 12 '14 21:04 richardzhangrui

This is because of sqlparse consider 'user' as a keyword

richardzhangrui avatar Apr 12 '14 22:04 richardzhangrui