-
Notifications
You must be signed in to change notification settings - Fork 924
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pgjdbc/pgjdbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: REL42.2.16
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pgjdbc/pgjdbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: REL42.2.17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 40 files changed
- 3 contributors
Commits on Aug 28, 2020
-
fix: handle nulls when the following clasess are used: PGbox, PGcircl…
…e, PGline, PGlseg, PGpath, PGpoint, PGpolygon, and PGmoney 1) PGobject.setValue(null) can be used to set the wrapped value to null Note: previously the sub-classes of PGobject threw NPE for setValue(null) 2) Return null from `getValue` in case the typed null is received from the database 3) Assume PGBinaryObject#lengthInBytes == 0 means the value should be set as null when sending data to the database see #1870
Configuration menu - View commit details
-
Copy full SHA for c745f4e - Browse repository at this point
Copy the full SHA c745f4eView commit details -
chore: fix compileJava7 and compileJava6
Removal of LibPQFactory annotations was not done right
Configuration menu - View commit details
-
Copy full SHA for 0308ffc - Browse repository at this point
Copy the full SHA 0308ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 433817d - Browse repository at this point
Copy the full SHA 433817dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eec708a - Browse repository at this point
Copy the full SHA eec708aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d0923 - Browse repository at this point
Copy the full SHA 44d0923View commit details
Commits on Sep 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1bec402 - Browse repository at this point
Copy the full SHA 1bec402View commit details -
fix: make enum, json, and jsonb array result classes to be the same a…
…s 42.2.14 and earlier enum[] => String[] jsonb[] => String[] json[] => PGobject[] fixes #1876
Configuration menu - View commit details
-
Copy full SHA for 4185501 - Browse repository at this point
Copy the full SHA 4185501View commit details
Commits on 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]>
Configuration menu - View commit details
-
Copy full SHA for 722e790 - Browse repository at this point
Copy the full SHA 722e790View commit details
Commits on Oct 8, 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) * 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 * update CHANGELOG and posts for 42.2.17 * fix up CHANGELOG * Update README, gssEncMode for release Co-authored-by: Vladimir Sitnikov <[email protected]> Co-authored-by: Jorge Solorzano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 926af22 - Browse repository at this point
Copy the full SHA 926af22View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef74457 - Browse repository at this point
Copy the full SHA ef74457View commit details
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 901962b - Browse repository at this point
Copy the full SHA 901962bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff REL42.2.16...REL42.2.17