mongodb-d4
mongodb-d4 copied to clipboard
sqlparse bug when parse sql query with more than one table's alias
trafficstars
parse "select * from review r, user u" will end up with a IdentifierList "review r, user" and an Identifier u
This is because of sqlparse consider 'user' as a keyword