Skip to content

Bump java.jdbc from 0.7.11 to 0.7.12 in /dependabot#5

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/maven/dependabot/org.clojure-java.jdbc-0.7.12
Open

Bump java.jdbc from 0.7.11 to 0.7.12 in /dependabot#5
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/maven/dependabot/org.clojure-java.jdbc-0.7.12

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 22, 2022

Bumps java.jdbc from 0.7.11 to 0.7.12.

Changelog

Sourced from java.jdbc's changelog.

Changes in 0.7.12

  • Make the protocols ISQLValue, ISQLParameter, and IResultSetReadColumn extensible via metadata.

Changes in 0.7.11

  • Address edge case in transaction rollback failure JDBC-179.

Changes in 0.7.10

  • Use a US-locale lower-case function to avoid problems in certain locales (e.g., Turkish). A similar issue has been fixed recently in both HoneySQL and next.jdbc.
  • Clean up db-spec options that are passed to the JDBC connection manager as properties JDBC-178.
  • Relax restriction on create-table-ddl column specs to allow numbers (as well as keywords and strings) JDBC-177.

Changes in 0.7.9

  • Fix behavior of multi-inserts when database does not support generated keys JDBC-176.
  • Added highly experimental support for datafy/nav (in clojure.java.jdbc.datafy namespace). This includes a convention-based approach to foreign keys with some assistance from a :schema option. This is subject to change and is provided mostly for informational purposes, as an example of the new functionality in Clojure 1.10. This includes a fix for the conventions from JDBC-175.
  • Add note about rewriting batched operations to insert-multi! for some drivers JDBC-174.
  • Support Oracle SID style URLs (dbtype can be oracle:sid which maps to oracle:thin and uses : as the separator before the dbname value) JDBC-173.

Changes in 0.7.8

  • Support multiple JDBC driver class names (MySQL introduced a new driver class name with its 6.x connector) JDBC-172.
  • Allow with-db-connection and with-db-metadata to nest JDBC-171.

Changes in 0.7.7

  • Support :as-arrays?, :result-set-fn, and :row-fn in operations that return generated keys as a result set (execute!, insert!, and insert-multi!) JDBC-169.
  • get-connection provides much better feedback if you accidentally call a function that expects a db-spec but pass a java.sql.Connection object instead (which is only required for prepare-statement).

Changes in 0.7.6

  • execute! now supports :return-keys as a vector of column names, rather than just a simple Boolean value, for drivers that support that JDBC-166.
  • Add built-in support for H2 in-memory database (:dbtype "h2:mem").
  • Add missing spec for db-spec being a java.net.URI object.
  • Fix add-connection handling of string db-spec (becomes :connection-uri, not :connection-string).
  • Fix specs for with-db-* functions, to support options in the binding form JDBC-165.
  • Update tests so they work properly with string db-spec test databases.
  • Ensure no reflection warnings are present.
  • Switched local test infrastructure over to CLI and deps.edn (from Leiningen) as an example of multi-version testing without a "build tool".

Changes in 0.7.5

  • Add support for :return-keys in execute! and :multi? in db-do-prepared-return-keys JDBC-163.

Changes in 0.7.4

  • Improved discoverability of other java.jdbc documentation JDBC-160.
  • Optional specs updated with :keywordize? and :connection-uri changes from 0.7.2 and 0.7.3 releases.

... (truncated)

Commits
  • ccf6236 [maven-release-plugin] prepare release java.jdbc-0.7.12
  • 21512f8 Prep for 0.7.12 with metadata-extensible protocols
  • 7c2cda1 Link to CLI/deps.edn reference
  • c99db25 Add deps.edn style coordinates
  • c5cf671 add LICENSE text file
  • 54d2339 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [java.jdbc](https://github.com/clojure/java.jdbc) from 0.7.11 to 0.7.12.
- [Release notes](https://github.com/clojure/java.jdbc/releases)
- [Changelog](https://github.com/clojure/java.jdbc/blob/master/CHANGES.md)
- [Commits](clojure/java.jdbc@java.jdbc-0.7.11...java.jdbc-0.7.12)

---
updated-dependencies:
- dependency-name: org.clojure:java.jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant