Skip to content

fix: handle smallserial correctly fixes #1897#1899

Merged
davecramer merged 1 commit intopgjdbc:masterfrom
davecramer:fixsmallserial
Sep 29, 2020
Merged

fix: handle smallserial correctly fixes #1897#1899
davecramer merged 1 commit intopgjdbc:masterfrom
davecramer:fixsmallserial

Conversation

@davecramer
Copy link
Copy Markdown
Member

No description provided.

@davecramer davecramer merged commit 2393241 into pgjdbc:master Sep 29, 2020
@davecramer davecramer deleted the fixsmallserial branch September 29, 2020 12:31
davecramer added a commit to davecramer/pgjdbc that referenced this pull request Oct 1, 2020
davecramer added a commit to davecramer/pgjdbc that referenced this pull request Oct 2, 2020
davecramer added a commit that referenced this pull request Oct 6, 2020
* fix: avoid removal type annotations on "this" so the source archive is buildable

"this" type annotations are Java 8+, so we no longer need to remove them.

* fix: PgTokenizer was ignoring last empty token (#1882)

* fix: PgTokenizer was ignoring last empty token fixes #1881

* fix: handle smallserial correctly fixes #1897 (#1899)

* feat: add smallserial metadata (#899)

PostgreSQL 9.2 adds a SMALLSERIAL data type, this reports the correct metadata information when a column is a smallserial (int2 with sequence), similar to how a serial or bigserial data types are reported.

* fix:remove osgi from karaf fixes Issue #1891 (#1902)

* Change default of gssEncMode to ALLOW. PostgreSQL can deal with PREFER but there are cloud providers that did not implement the protocol properly. Using PREFER seems to cause more problems than it solves

Co-authored-by: Vladimir Sitnikov <[email protected]>
Co-authored-by: Jorge Solorzano <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant