Skip to content

Commit

Permalink
cherry-pick PR pgjdbc#2092 PgDatabaseMetaData.getTables() should retu…
Browse files Browse the repository at this point in the history
…rn UPPERCASE column names as per spec
  • Loading branch information
davecramer committed Mar 22, 2021
1 parent 0d20b90 commit 0b9a796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Added

### Fixed
- DatabaseMetaData.getTables returns columns in UPPER case as per the spec [PR #2092](https://github.com/pgjdbc/pgjdbc/pull/2092) fixes Issue #830

## [42.2.19] (2021-02-18)

Expand Down Expand Up @@ -38,7 +39,6 @@ is executed a second time it will fail.
- Fix Resolve ParseError in PGtokenizer fixes #2050
- Fix return metadata privileges for views and foreign tables

- DatabaseMetaData.getTables returns columns in UPPER case as per the spec [PR #2092](https://github.com/pgjdbc/pgjdbc/pull/2092) fixes Issue #830
## [42.2.18]
### Fixed
- Unfortunately changing the default of gssEncMode to ALLOW was not enough. The GSSEncMode Enum was not changed as well
Expand Down

0 comments on commit 0b9a796

Please sign in to comment.