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.47.0.0
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.47.1.0
Choose a head ref
  • 11 commits
  • 30 files changed
  • 5 contributors

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    4f6724e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    81b05ec View commit details
    Browse the repository at this point in the history
  2. docs: add supported API level for Android

    Closes: #1204
    gotson committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4a41998 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. build(deps): bump surefire.version from 3.5.1 to 3.5.2

    Bumps `surefire.version` from 3.5.1 to 3.5.2.
    
    Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.1 to 3.5.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)
    
    Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    aa92c59 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump org.jreleaser:jreleaser-maven-plugin

    Bumps [org.jreleaser:jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) from 1.14.0 to 1.15.0.
    - [Release notes](https://github.com/jreleaser/jreleaser/releases)
    - [Changelog](https://github.com/jreleaser/jreleaser/blob/main/jreleaser.yml)
    - [Commits](jreleaser/jreleaser@v1.14.0...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.jreleaser:jreleaser-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9f354be View commit details
    Browse the repository at this point in the history
  3. build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin

    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.1 to 3.11.1.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6e4c691 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. build(deps): bump org.codehaus.mojo:versions-maven-plugin

    Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.17.1 to 2.18.0.
    - [Release notes](https://github.com/mojohaus/versions/releases)
    - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
    - [Commits](mojohaus/versions@2.17.1...2.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    da8596c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. fix: possible StringIndexOutOfBoundsException in ExtendedCommand

    Closes: #1141
    
    Co-authored-by: Gauthier Roebroeck <[email protected]>
    arthurscchan and gotson authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2fdb1e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. feat: upgrade to sqlite 3.47.1

    gotson committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    67d28cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    043e5d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9253692 View commit details
    Browse the repository at this point in the history
Loading