mbarre / schemacrawler-additional-lints

Some additionnal lints for Schemacrawler
Other
12 stars 7 forks source link

Bump postgresql from 42.2.5 to 42.2.6 #213

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps postgresql from 42.2.5 to 42.2.6.

Changelog *Sourced from [postgresql's changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md).* > ## [42.2.6] (2019-06-19) > ### Known issues > - Microseconds in timestamps might be truncated when transferred in binary mode > - 24:00 time handling is not consistent [issue 1385](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1385) > - Unexpected packet type during stream replication [issue 1466](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1466) > - Driver goes missing after OSGi bundle restart [issue 1476](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1476) > ### Changed > - Change IS_GENERATED to IS_GENERATEDCOLUMN as per spec [PR 1485](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1485) > - Fix missing metadata columns, and misspelled columns in PgDatabaseMetaData#getTables [PR 1323](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1323) > > ### Added > - CI tests with Java 11, and Java EA > - Support temporary replication slots in ReplicationCreateSlotBuilder [PR 1306](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1306) > - Support PostgreSQL 11, 12 > - Return function (PostgreSQL 11) columns in PgDatabaseMetaData#getFunctionColumns > - Return information on create replication slot, now the snapshot_name is exported > to allow a consistent snapshot in some uses cases. [PR 1335](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1335) > > ### Fixed > - Fixed async copy performance (1ms per op) in SSL mode [PR 1314](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1314) > - Return Double.NaN for 'NaN'::numeric [PR 1304](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1304) > - Performance issue in PgDatabaseMetaData#getTypeInfo with lots of types in DB [PR 1302](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1302) > - PGCopyInputStream#read should cap values to [0, 255], -1 [PR 1349](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1349) > - Fixes LocalDateTime handling of BC dates [PR 1388](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1388) > - Release savepoints in autosave mode to prevent out of shared memory errors at the server side [PR 1409](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1409) > - Fix execution with big decimal in simple query mode. [PR 1463](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1463) > - Fix rounding for timestamps truncated to dates before 1970 [PR 1502](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1502)
Commits - [`cf42ba2`](https://github.com/pgjdbc/pgjdbc/commit/cf42ba2a804d81a49e91e26c772fbed3d5eb43be) [maven-release-plugin] prepare release REL42.2.6 - [`407b264`](https://github.com/pgjdbc/pgjdbc/commit/407b264b569434e2fd7643e4372393d95bddc600) update to parent pom 1.1.6 - [`e295361`](https://github.com/pgjdbc/pgjdbc/commit/e2953617bd7f59695d76d0e51d6d3f8e3be7a5ab) Release notes for 42.2.6 ([#1511](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1511)) - [`d99c9cb`](https://github.com/pgjdbc/pgjdbc/commit/d99c9cb49cb88c61311f537b9ce9b9d58701eee1) Revert "Fix maven coordinates ([#1479](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1479))" ([#1507](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1507)) - [`95d8da6`](https://github.com/pgjdbc/pgjdbc/commit/95d8da6035b9bcfa622346261e591864111c041b) fix: temporary make LibPQFactory.ConsoleCallbackHandler public - [`9fcaa98`](https://github.com/pgjdbc/pgjdbc/commit/9fcaa98ec1f0018f3877fd2e15ea2c13e60bbd35) docs: update translation files - [`b565389`](https://github.com/pgjdbc/pgjdbc/commit/b565389920f78702625ee263473bd9b3ec97f764) fix: date rounding errors for dates before 1970 - [`45ce14f`](https://github.com/pgjdbc/pgjdbc/commit/45ce14fd170d3b50aed5bbe5e3d25bbd0a3e80a5) Fix maven coordinates ([#1479](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1479)) - [`c9a7078`](https://github.com/pgjdbc/pgjdbc/commit/c9a70782b3818609ca29e19d1a4aa0af89d96382) fix [#1499](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1499) rounding for timestamps truncated to dates before 1970 ([#1502](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1502)) - [`1970c4a`](https://github.com/pgjdbc/pgjdbc/commit/1970c4a3fb8ebf4cc52f5d8b0d4977388ee713e7) Make LogSequenceNumber implement Comparable\ ([#1494](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1494)) - Additional commits viewable in [compare view](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.5...REL42.2.6)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 83.945% when pulling 3e0cd703745d985dc5f7bc2a6220e7c59fec7c2a on dependabot/maven/org.postgresql-postgresql-42.2.6 into 8378f5797d8615fe20f7b75852c2621795e36cd5 on master.