neo4j-jdbc icon indicating copy to clipboard operation
neo4j-jdbc copied to clipboard

Official Neo4j JDBC Driver

Results 30 neo4j-jdbc issues
Sort by recently updated
recently updated
newest added

Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.21.1 to 0.21.2. Commits 1d75ed7 [maven-release-plugin] prepare release japicmp-base-0.21.2 317f263 Merge pull request #397 from Billlynch/master 7a23595 remove formatting noise ac02dc8 refactor 8a10b71 fix: check changes in...

dependencies

Bumps [org.neo4j:neo4j-cypher-dsl-bom](https://github.com/neo4j-contrib/cypher-dsl) from 2023.9.6 to 2023.9.7. Release notes Sourced from org.neo4j:neo4j-cypher-dsl-bom's releases. 2023.9.7 Not everything goes as planned ;) Another 2023.9 release, enjoy. 🐛 Bug Fixes Use proper generics when...

dependencies

Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-install-plugin's releases. 3.1.2 Release Notes - Maven Install Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...

dependencies

Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases. 3.1.2 Release Notes - Maven Deploy Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...

dependencies

Bumps org.jooq:jooq from 3.19.7 to 3.19.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jooq:jooq&package-manager=maven&previous-version=3.19.7&new-version=3.19.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...

dependencies

Bumps `quarkus.platform.version` from 3.9.5 to 3.10.0. Updates `io.quarkus.platform:quarkus-bom` from 3.9.5 to 3.10.0 Commits 5bce03e [maven-release-plugin] prepare release 3.10.0 e3a875f Merge pull request #1194 from jamesnetherton/camel-quarkus-3.10.0 975fd63 Upgrade Camel Quarkus to...

dependencies

Bumps [org.jreleaser:jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) from 1.11.0 to 1.12.0. Release notes Sourced from org.jreleaser:jreleaser-maven-plugin's releases. Release v1.12.0 Binaries https://github.com/jreleaser/jreleaser/wiki/Release-v1.12.0 Changelog 🚀 Features core b344024 Add an option to log HTTP network calls via...

dependencies

Hi, qStudio is a Free SQL GUI specialized for analysis, in particular it is very intuitive at charting results: https://www.timestored.com/qstudio/ If you think this would be of use to your...

Right now, we do the minimal approach, using standard neo4j procedures, that are available everywhere. We also have the ability to define table to label mappings for the translator, though....

Using jdbc Release 3.0.1 on Neo4j 3.0.5, using the (GUI) Read Database operator within Rapidminer. Connection string is jdbc:neo4j:bolt://localhost:7687/?debug=false,noSsl,flatten=1000 The resultset for this simple cypher statement looks promising: Match (n:mynode)...

tools