Skip to content

15.2.0

Compare
Choose a tag to compare
@nene nene released this 30 Jan 09:15
· 21 commits to master since this release

Larger change in PostgreSQL keywordCase handling

  • Removed almost all of PostgreSQL non-reserved keywords #709

The keywords list that's used for uppercasing keywords is now much smaller.
This will lead to some keywords not being uppercased any more.
But it will eliminate several cases where table and column names were detected as keywords and uppercased.