You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlparser::ast::TableFactor::Table just represents the arguments as a Vec<FunctionArg> both SELECT * FROM foo and SELECT * FROM foo() and are parsed as:
sqlparser::ast::TableFactor::Tablejust represents the arguments as aVec<FunctionArg>bothSELECT * FROM fooandSELECT * FROM foo()and are parsed as:This is apparently a regression that was introduced in 5652b46 (#73).