Skip to content

Update dependency com.github.seancorfield/next.jdbc to v1.3.1118#135

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.github.seancorfield-next.jdbc-1.x
Open

Update dependency com.github.seancorfield/next.jdbc to v1.3.1118#135
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.github.seancorfield-next.jdbc-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
com.github.seancorfield/next.jdbc patch 1.3.9251.3.1118

Release Notes

seancorfield/next-jdbc (com.github.seancorfield/next.jdbc)

v1.3.1118: 1.3.1118

Compare Source

v1.3.1108: 1.3.1108

Compare Source

  • Address #​318 by adding next.jdbc.connection/unwrap to unwrap a connectable with options, logging, etc.
    • Address #​316 by enhancing next.jdbc.result-set/builder-adapter to accept a column function "factory" that can preprocess the result set metadata and return a column-by-index-fn that can read columns more efficiently.
    • Fix insert-multi! example in docs via PR #​315 from @​mrnhrd.
    • Upgrade from EPL-1.0 to EPL-2.0 for broader compatibility. Explicitly allow for relicensing of next.jdbc code under Apache-2.0.
    • Update dev/test deps.

v1.3.1093: 1.3.1093

Compare Source

  • Address #​312 by adding support for 'hikari-cp in next.jdbc.connection/->pool.
    • Update java.data to 1.4.120.
    • Update dev/test deps (CLI 1.12.4.1602).

v1.3.1086: 1.3.1086

Compare Source

  • Address #​310 by simplifying auto-closing Components.
    • Fix #​308 by using raw Connection internally for the active-tx? check.
    • Migrate more tests to core LazyTest constructs.
    • Update dev/test deps (Clojure 1.12.4, CLI 1.12.4.1582).

v1.3.1070: 1.3.1070

Compare Source

This is a minor doc refresh and switches my test/build infrastructure over to Babashka:

  • Address #​307 by documenting the use of next.jdbc.types/as-other for binding parameters, to work around PostgreSQL's implicit casts, in Tips & Tricks. Thanks to Peter Bex for alerting me to this issue.
  • Noted that DuckDB returns an empty string from .getTableName() so you cannot get qualified maps with DuckDB.
  • Assume bb for testing/building; add bb.edn; switch GitHub Actions to use bb.
  • Fix clj-kondo lint issues in source files (reify calls in next.jdbc.result-set).
  • Update dev/test deps.

v1.3.1048: 1.3.1048

Compare Source

  • Address #​302 by updating the XTDB tests to 2.0.0 GA (switching from xtdb-jdbc to xtdb-api, only testing XTDB on Clojure 1.12, and fixing a bug in run-tests.clj).

v1.3.1002: 1.3.1002

Compare Source

  • Address #​296 by adding an explicit check (and throw) for sql-params in next.jdbc functions.
    • Address #​295 by providing a way to tell next.jdbc that certain options should be passed "as-is" in the Properties object when creating a Connection -- :next.jdbc/as-is-properties accepts a sequence (or set) of keywords, identifying properties that should not be converted to strings.
    • Fix #​181 (again!) by adding Wrapped protocol as a way for DefaultOptions and SQLLogging to consistently expose the underlying connectable, even when nested.

v1.3.994: 1.3.994

Compare Source

  • Fix #​293 by no longer locking on the Connection retrieved from a DataSource.
    • Fix documentation examples of execute-batch! via PR #​292 from @​devurandom.
    • Update java.data to 1.3.113.
    • Beef up bit/boolean tests and enable them for XTDB.

v1.3.981: 1.3.981

Compare Source

  • Address #​291 by adding an XTDB section to Tips & Tricks.
    • Added XTDB as a supported database for testing via PR #​290. Note: not all features are tested against XTDB due to several fundamental differences in architecture, mostly around primary key/generated keys and lack of DDL operations (since XTDB is schemaless).
    • Update dev/test dependencies.

v1.3.967: 1.3.967

Compare Source

  • Address #​288 by adding speculative support for :dbtype "xtdb".
    • Fix #​287 by merging user-supplied options over :return-keys true.
    • Fix #​282 by tracking raw Connection objects for active TXs, which relaxes several of the conditions around nested transactions.
    • Replace assert calls with proper validation, throwing IllegalArgumentException on failure.
    • Removed (experimental) :name-fn option since the driver for it no longer exists (qualified columns names in XTDB).

v1.3.955: 1.3.955

Compare Source

  • Address #​285 by setting the default Clojure version to the earliest supported (1.10.3) to give a better hint to users.
    • Update PostgreSQL Tips & Tricks example code to fix possible NPE. PR #​284 from @​ExNexu.
    • Address #​283 by adding a note in the documentation, linking to the PostgreSQL bug report about ANY(array).
    • Address #​269 by adding :name-fn as an option (primarily for the SQL builder functions, but also for result set processing); the default is clojure.core/name but you can now use next.jdbc.sql.builder/qualified-name to preserve the qualifier.
    • Update testing deps; docker-compose => docker compose.

v1.3.939: 1.3.939

Compare Source

  • Fix #​280 by allowing - as well as _ in nav foreign key names.
    • Address #​279 by adding the missing documentation.
    • Address #​278 by fixing link in options page.
    • Update dev dependencies, including testing against Clojure 1.12 Alpha 11.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/com.github.seancorfield-next.jdbc-1.x branch from 2e8f465 to 8cb2201 Compare May 27, 2026 04:07
@renovate renovate Bot changed the title Update dependency com.github.seancorfield/next.jdbc to v1.3.1093 Update dependency com.github.seancorfield/next.jdbc to v1.3.1108 May 27, 2026
@renovate renovate Bot force-pushed the renovate/com.github.seancorfield-next.jdbc-1.x branch from 8cb2201 to 9cc7688 Compare June 21, 2026 04:35
@renovate renovate Bot changed the title Update dependency com.github.seancorfield/next.jdbc to v1.3.1108 Update dependency com.github.seancorfield/next.jdbc to v1.3.1118 Jun 21, 2026
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.

0 participants