sad-spirit / pg-builder

Query builder for Postgres backed by SQL parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Identifier::__toString()

sad-spirit opened this issue · comments

...to behave like current SqlBuilderWalker::walkIdentifier(). Casting Identifier and its combinations (QualifiedName, ColumnReference, ...) to string will be quite a bit more helpful.

Also move the list of keywords and isKeyword() method from Lexer to a new Keywords class.