Skip to content

#2119 refactor Cypher ti support parametric queries over JDBC#2169

Merged
robfrank merged 3 commits into
mainfrom
fix/2119-params-not-working-cypher
May 13, 2025
Merged

#2119 refactor Cypher ti support parametric queries over JDBC#2169
robfrank merged 3 commits into
mainfrom
fix/2119-params-not-working-cypher

Conversation

@robfrank

@robfrank robfrank commented Apr 18, 2025

Copy link
Copy Markdown
Collaborator

What does this PR do?

fixes parametric queries in cypher over JDBC/Postgres protocol

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@codacy-production

codacy-production Bot commented Apr 18, 2025

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for f6752cb1 75.26%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (f6752cb) Report Missing Report Missing Report Missing
Head commit (29cd3a0) 69981 44828 64.06%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2169) 97 73 75.26%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@robfrank robfrank force-pushed the fix/2119-params-not-working-cypher branch from 04794b8 to b3f6f7f Compare May 13, 2025 12:57
@robfrank robfrank merged commit 81d220d into main May 13, 2025
15 of 18 checks passed
@robfrank robfrank added this to the 25.5.1 milestone May 13, 2025
@robfrank robfrank deleted the fix/2119-params-not-working-cypher branch June 20, 2025 07:45
mergify Bot added a commit that referenced this pull request May 13, 2026
… ci]

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.5 to 7.5.8.
Release notes

*Sourced from [protobufjs's releases](https://github.com/protobufjs/protobuf.js/releases).*

> protobufjs: v7.5.8
> ------------------
>
> [7.5.8](protobufjs/protobuf.js@protobufjs-v7.5.7...protobufjs-v7.5.8) (2026-05-12)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Backport parser hardening to 7.x ([#2245](https://redirect.github.com/protobufjs/protobuf.js/issues/2245)) ([54b593f](protobufjs/protobuf.js@54b593f))
>
> protobufjs: v7.5.7
> ------------------
>
> [7.5.7](protobufjs/protobuf.js@protobufjs-v7.5.6...protobufjs-v7.5.7) (2026-05-09)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Restore first-match namespace lookup ([#2236](https://redirect.github.com/protobufjs/protobuf.js/issues/2236)) ([cc7d595](protobufjs/protobuf.js@cc7d595))
>
> protobufjs: v7.5.6
> ------------------
>
> [7.5.6](protobufjs/protobuf.js@protobufjs-v7.5.5...protobufjs-v7.5.6) (2026-04-27)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Backport input hardening and CLI fixes to 7.x ([#2173](https://redirect.github.com/protobufjs/protobuf.js/issues/2173)) ([75392ea](protobufjs/protobuf.js@75392ea))


Changelog

*Sourced from [protobufjs's changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.8/CHANGELOG.md).*

> [7.5.8](protobufjs/protobuf.js@protobufjs-v7.5.7...protobufjs-v7.5.8) (2026-05-12)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Backport parser hardening to 7.x ([#2245](https://redirect.github.com/protobufjs/protobuf.js/issues/2245)) ([54b593f](protobufjs/protobuf.js@54b593f))
>
> [7.5.7](protobufjs/protobuf.js@protobufjs-v7.5.6...protobufjs-v7.5.7) (2026-05-09)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Restore first-match namespace lookup ([#2236](https://redirect.github.com/protobufjs/protobuf.js/issues/2236)) ([cc7d595](protobufjs/protobuf.js@cc7d595))
>
> [7.5.6](protobufjs/protobuf.js@protobufjs-v7.5.5...protobufjs-v7.5.6) (2026-04-27)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Backport input hardening and CLI fixes to 7.x ([#2173](https://redirect.github.com/protobufjs/protobuf.js/issues/2173)) ([75392ea](protobufjs/protobuf.js@75392ea))
>
> [7.5.4](protobufjs/protobuf.js@protobufjs-v7.5.3...protobufjs-v7.5.4) (2025-08-15)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * invalid syntax in descriptor.proto ([#2092](https://redirect.github.com/protobufjs/protobuf.js/issues/2092)) ([5a3769a](protobufjs/protobuf.js@5a3769a))
>
> [7.5.3](protobufjs/protobuf.js@protobufjs-v7.5.2...protobufjs-v7.5.3) (2025-05-28)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * descriptor extensions handling post-editions ([#2075](https://redirect.github.com/protobufjs/protobuf.js/issues/2075)) ([6e255d4](protobufjs/protobuf.js@6e255d4))
>
> [7.5.2](protobufjs/protobuf.js@protobufjs-v7.5.1...protobufjs-v7.5.2) (2025-05-14)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * ensure that types are always resolved ([#2068](https://redirect.github.com/protobufjs/protobuf.js/issues/2068)) ([4b51cb2](protobufjs/protobuf.js@4b51cb2))
>
> [7.5.1](protobufjs/protobuf.js@protobufjs-v7.5.0...protobufjs-v7.5.1) (2025-05-08)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * optimize regressions from editions implementations ([#2066](https://redirect.github.com/protobufjs/protobuf.js/issues/2066)) ([6406d4c](protobufjs/protobuf.js@6406d4c))
> * reserved field inside group blocks fail parsing ([#2058](https://redirect.github.com/protobufjs/protobuf.js/issues/2058)) ([56782bf](protobufjs/protobuf.js@56782bf))

... (truncated)


Commits

* [`d7035f9`](protobufjs/protobuf.js@d7035f9) chore: release protobufjs-v7.x ([#2248](https://redirect.github.com/protobufjs/protobuf.js/issues/2248))
* [`54b593f`](protobufjs/protobuf.js@54b593f) fix: Backport parser hardening to 7.x ([#2245](https://redirect.github.com/protobufjs/protobuf.js/issues/2245))
* [`e88fcea`](protobufjs/protobuf.js@e88fcea) chore: release protobufjs-v7.x ([#2239](https://redirect.github.com/protobufjs/protobuf.js/issues/2239))
* [`cc7d595`](protobufjs/protobuf.js@cc7d595) fix: Restore first-match namespace lookup ([#2236](https://redirect.github.com/protobufjs/protobuf.js/issues/2236))
* [`3abc9b5`](protobufjs/protobuf.js@3abc9b5) chore: release protobufjs-v7.x ([#2190](https://redirect.github.com/protobufjs/protobuf.js/issues/2190))
* [`a0bf2df`](protobufjs/protobuf.js@a0bf2df) fix: Update CLI peer dependency (7.x) ([#2189](https://redirect.github.com/protobufjs/protobuf.js/issues/2189))
* [`2189e5b`](protobufjs/protobuf.js@2189e5b) chore: release protobufjs-v7.x ([#2174](https://redirect.github.com/protobufjs/protobuf.js/issues/2174))
* [`75392ea`](protobufjs/protobuf.js@75392ea) fix: Backport input hardening and CLI fixes to 7.x ([#2173](https://redirect.github.com/protobufjs/protobuf.js/issues/2173))
* [`8af8d7c`](protobufjs/protobuf.js@8af8d7c) chore(ci): Fix 7.x release please configuration ([#2169](https://redirect.github.com/protobufjs/protobuf.js/issues/2169))
* [`e92ca42`](protobufjs/protobuf.js@e92ca42) chore(ci): Enable release-please for 7.x ([#2166](https://redirect.github.com/protobufjs/protobuf.js/issues/2166))
* See full diff in [compare view](protobufjs/protobuf.js@protobufjs-v7.5.5...protobufjs-v7.5.8)

Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub%20Actions), a new releaser for protobufjs since your current version.

  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=protobufjs&package-manager=npm\_and\_yarn&previous-version=7.5.5&new-version=7.5.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ArcadeData/arcadedb/network/alerts).
mergify Bot added a commit that referenced this pull request May 13, 2026
…skip ci]

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.5 to 7.5.8.
Release notes

*Sourced from [protobufjs's releases](https://github.com/protobufjs/protobuf.js/releases).*

> protobufjs: v7.5.8
> ------------------
>
> [7.5.8](protobufjs/protobuf.js@protobufjs-v7.5.7...protobufjs-v7.5.8) (2026-05-12)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Backport parser hardening to 7.x ([#2245](https://redirect.github.com/protobufjs/protobuf.js/issues/2245)) ([54b593f](protobufjs/protobuf.js@54b593f))
>
> protobufjs: v7.5.7
> ------------------
>
> [7.5.7](protobufjs/protobuf.js@protobufjs-v7.5.6...protobufjs-v7.5.7) (2026-05-09)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Restore first-match namespace lookup ([#2236](https://redirect.github.com/protobufjs/protobuf.js/issues/2236)) ([cc7d595](protobufjs/protobuf.js@cc7d595))
>
> protobufjs: v7.5.6
> ------------------
>
> [7.5.6](protobufjs/protobuf.js@protobufjs-v7.5.5...protobufjs-v7.5.6) (2026-04-27)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Backport input hardening and CLI fixes to 7.x ([#2173](https://redirect.github.com/protobufjs/protobuf.js/issues/2173)) ([75392ea](protobufjs/protobuf.js@75392ea))


Changelog

*Sourced from [protobufjs's changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.8/CHANGELOG.md).*

> [7.5.8](protobufjs/protobuf.js@protobufjs-v7.5.7...protobufjs-v7.5.8) (2026-05-12)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Backport parser hardening to 7.x ([#2245](https://redirect.github.com/protobufjs/protobuf.js/issues/2245)) ([54b593f](protobufjs/protobuf.js@54b593f))
>
> [7.5.7](protobufjs/protobuf.js@protobufjs-v7.5.6...protobufjs-v7.5.7) (2026-05-09)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Restore first-match namespace lookup ([#2236](https://redirect.github.com/protobufjs/protobuf.js/issues/2236)) ([cc7d595](protobufjs/protobuf.js@cc7d595))
>
> [7.5.6](protobufjs/protobuf.js@protobufjs-v7.5.5...protobufjs-v7.5.6) (2026-04-27)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Backport input hardening and CLI fixes to 7.x ([#2173](https://redirect.github.com/protobufjs/protobuf.js/issues/2173)) ([75392ea](protobufjs/protobuf.js@75392ea))
>
> [7.5.4](protobufjs/protobuf.js@protobufjs-v7.5.3...protobufjs-v7.5.4) (2025-08-15)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * invalid syntax in descriptor.proto ([#2092](https://redirect.github.com/protobufjs/protobuf.js/issues/2092)) ([5a3769a](protobufjs/protobuf.js@5a3769a))
>
> [7.5.3](protobufjs/protobuf.js@protobufjs-v7.5.2...protobufjs-v7.5.3) (2025-05-28)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * descriptor extensions handling post-editions ([#2075](https://redirect.github.com/protobufjs/protobuf.js/issues/2075)) ([6e255d4](protobufjs/protobuf.js@6e255d4))
>
> [7.5.2](protobufjs/protobuf.js@protobufjs-v7.5.1...protobufjs-v7.5.2) (2025-05-14)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * ensure that types are always resolved ([#2068](https://redirect.github.com/protobufjs/protobuf.js/issues/2068)) ([4b51cb2](protobufjs/protobuf.js@4b51cb2))
>
> [7.5.1](protobufjs/protobuf.js@protobufjs-v7.5.0...protobufjs-v7.5.1) (2025-05-08)
> -------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * optimize regressions from editions implementations ([#2066](https://redirect.github.com/protobufjs/protobuf.js/issues/2066)) ([6406d4c](protobufjs/protobuf.js@6406d4c))
> * reserved field inside group blocks fail parsing ([#2058](https://redirect.github.com/protobufjs/protobuf.js/issues/2058)) ([56782bf](protobufjs/protobuf.js@56782bf))

... (truncated)


Commits

* [`d7035f9`](protobufjs/protobuf.js@d7035f9) chore: release protobufjs-v7.x ([#2248](https://redirect.github.com/protobufjs/protobuf.js/issues/2248))
* [`54b593f`](protobufjs/protobuf.js@54b593f) fix: Backport parser hardening to 7.x ([#2245](https://redirect.github.com/protobufjs/protobuf.js/issues/2245))
* [`e88fcea`](protobufjs/protobuf.js@e88fcea) chore: release protobufjs-v7.x ([#2239](https://redirect.github.com/protobufjs/protobuf.js/issues/2239))
* [`cc7d595`](protobufjs/protobuf.js@cc7d595) fix: Restore first-match namespace lookup ([#2236](https://redirect.github.com/protobufjs/protobuf.js/issues/2236))
* [`3abc9b5`](protobufjs/protobuf.js@3abc9b5) chore: release protobufjs-v7.x ([#2190](https://redirect.github.com/protobufjs/protobuf.js/issues/2190))
* [`a0bf2df`](protobufjs/protobuf.js@a0bf2df) fix: Update CLI peer dependency (7.x) ([#2189](https://redirect.github.com/protobufjs/protobuf.js/issues/2189))
* [`2189e5b`](protobufjs/protobuf.js@2189e5b) chore: release protobufjs-v7.x ([#2174](https://redirect.github.com/protobufjs/protobuf.js/issues/2174))
* [`75392ea`](protobufjs/protobuf.js@75392ea) fix: Backport input hardening and CLI fixes to 7.x ([#2173](https://redirect.github.com/protobufjs/protobuf.js/issues/2173))
* [`8af8d7c`](protobufjs/protobuf.js@8af8d7c) chore(ci): Fix 7.x release please configuration ([#2169](https://redirect.github.com/protobufjs/protobuf.js/issues/2169))
* [`e92ca42`](protobufjs/protobuf.js@e92ca42) chore(ci): Enable release-please for 7.x ([#2166](https://redirect.github.com/protobufjs/protobuf.js/issues/2166))
* See full diff in [compare view](protobufjs/protobuf.js@protobufjs-v7.5.5...protobufjs-v7.5.8)

Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub%20Actions), a new releaser for protobufjs since your current version.

  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=protobufjs&package-manager=npm\_and\_yarn&previous-version=7.5.5&new-version=7.5.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ArcadeData/arcadedb/network/alerts).
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