Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xerial/sqlite-jdbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.42.0.1
Choose a base ref
...
head repository: xerial/sqlite-jdbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.43.0.0
Choose a head ref
  • 11 commits
  • 38 files changed
  • 3 contributors

Commits on Aug 25, 2023

  1. Copy the full SHA
    1adcd2d View commit details
  2. feat: upgrade to sqlite 3.43.0

    gotson committed Aug 25, 2023
    Copy the full SHA
    6e02ee7 View commit details
  3. Copy the full SHA
    1b91367 View commit details
  4. refactor: remove the deprecated TransactionMode.DEFFERED

    the deprecation was added in October 2018
    
    BREAKING-CHANGE: no more backward compatibility when using the deprecated enum value
    gotson committed Aug 25, 2023
    Copy the full SHA
    8967d75 View commit details
  5. refactor: remove the deprecated SQLiteJDBCLoader isPureJavaMode and g…

    …etPureJavaFlag
    
    the deprecation was added in December 2019
    
    BREAKING-CHANGE: methods are removed
    gotson committed Aug 25, 2023
    Copy the full SHA
    e52c44f View commit details
  6. Copy the full SHA
    c4ddd1e View commit details
  7. fix(jdbc): remove support for Statement#getGeneratedKeys

    SQLite does not provide a good way to retrieve generated keys in a reliable way
    
    BREAKING-CHANGE: getGeneratedKeys is not supported anymore
    
    Closes: #329
    gotson committed Aug 25, 2023
    2
    Copy the full SHA
    712a8a5 View commit details

Commits on Aug 29, 2023

  1. build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin

    Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](apache/maven-enforcer@enforcer-3.3.0...enforcer-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gotson committed Aug 29, 2023
    Copy the full SHA
    5488061 View commit details
  2. build(deps-dev): bump org.mockito:mockito-core from 5.4.0 to 5.5.0

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.4.0 to 5.5.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.4.0...v5.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gotson committed Aug 29, 2023
    Copy the full SHA
    fffd224 View commit details
  3. build(deps): bump org.graalvm.buildtools:native-maven-plugin

    Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.24 to 0.9.25.
    - [Release notes](https://github.com/graalvm/native-build-tools/releases)
    - [Commits](graalvm/native-build-tools@0.9.24...0.9.25)
    
    ---
    updated-dependencies:
    - dependency-name: org.graalvm.buildtools:native-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gotson committed Aug 29, 2023
    Copy the full SHA
    a89a42a View commit details
  4. Copy the full SHA
    3e28acb View commit details
Loading