Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.singlestore:singlestore-jdbc-client from 1.2.0 to 1.2.3 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 17, 2024

Bumps com.singlestore:singlestore-jdbc-client from 1.2.0 to 1.2.3.

Release notes

Sourced from com.singlestore:singlestore-jdbc-client's releases.

SingleStore JDBC Driver 1.2.3

  • Remove emty return type in getProcedureColumns metadata
  • Add Kerberos authentication TGS caching

SingleStore JDBC Driver 1.2.2

  • DatabaseMetaData#getImportedKeys now returns an empty resultSet.
  • Added result type for DatabaseMetaData#getProcedureColumns.
  • Removed the option returnMultiValuesGeneratedIds.
  • Fixed blob to varchar conversion.
  • Improved queryTimeout functionality.
  • Enhanced multi-value rewrite batch functionality for non-parameterized/partially parameterized statements. Allow 'REPLACE' and 'ON DUPLICATE' statements.

SingleStore JDBC Driver 1.2.1

  • Refactor ClientPreparedStatement/ServerPreparedStatemnt
  • load-balance distribution ensuring repartition after failover
  • Adding keyPassword option
  • using "/client prepare/" prefix for Client Prepared Statement
  • Update benchmark tests;
  • Remove canUseServerTimeout and canUseServerMaxRows as not supported by engine
  • Correcting java 11+ socket options setting
  • Update database metadata methods to handle table name case sensitivity
  • Improve batch insert with rewrite option: check packet size and split to fix maxAllowedPacket size
  • Add connection string parameter: returnMultiValuesGeneratedIds

SingleStore JDBC Driver 1.2.1-beta0

  • Refactor ClientPreparedStatement/ServerPreparedStatemnt
  • load-balance distribution ensuring repartition after failover
  • Adding keyPassword option
  • using "/client prepare/" prefix for Client Prepared Statement
  • Update benchmark tests;
  • Remove canUseServerTimeout and canUseServerMaxRows as not supported by engine
  • Correcting java 11+ socket options setting
  • Update database metadata methods to handle table name case sensitivity
Commits
  • f27820c [CONJ-201] prepareStatement with second part correction.
  • 4c8a002 Update README.md
  • 3a2a4d2 [misc] add developpement snapshot repository information
  • 40a1c83 [CONJ-192] Correct driver metadata version
  • b348bec [misc] release tag 1.2.2
  • 73bd695 [misc] adding automatic release deployement script
  • 0b11f8e [misc] SLL testing correction for CI
  • 0e0b935 Merge pull request #33 from sehrope/travis-fix-ssl
  • 0447a87 [CONJ-188] Default pool framework initialisation data
  • 9d5e465 Fix password property in SSL tests
  • Additional commits viewable 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 show <dependency name> 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)

Bumps [com.singlestore:singlestore-jdbc-client](https://github.com/memsql/S2-JDBC-Connector) from 1.2.0 to 1.2.3.
- [Release notes](https://github.com/memsql/S2-JDBC-Connector/releases)
- [Changelog](https://github.com/memsql/S2-JDBC-Connector/blob/master/CHANGELOG.md)
- [Commits](memsql/S2-JDBC-Connector@1.2.0...1.2.3)

---
updated-dependencies:
- dependency-name: com.singlestore:singlestore-jdbc-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants