Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"desc" not marked as keyword for PostgreSQL #552

Closed
boonshift opened this issue Apr 24, 2019 · 0 comments
Closed

"desc" not marked as keyword for PostgreSQL #552

boonshift opened this issue Apr 24, 2019 · 0 comments

Comments

@boonshift
Copy link
Contributor

It seems like

val keywords by lazy(LazyThreadSafetyMode.NONE) { ANSI_SQL_2003_KEYWORDS + VENDORS_KEYWORDS[currentDialect.name].orEmpty() + metadata.sqlKeywords.split(',') }

is not sufficient for PostgreSQL to mark all the keywords.

I wonder if #551 could be a solution?

@Tapac Tapac closed this as completed May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants