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: master
Choose a base ref
...
head repository: fatalmind/sqlite-jdbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 15 files changed
  • 2 contributors

Commits on Jul 2, 2019

  1. Update build process for JDK 10 (javah removal)

    javah has been superseded by the -h option added to javac in JDK 8.
    The tool javah.exe was removed in Java 10.
    (https://stackoverflow.com/questions/50352098/javah-missing-after-jdk-install)
    
    Also clean output files generated by javac -h.
    fatalmind committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    58434b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e1a2ee View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

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

Commits on Mar 22, 2021

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

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    9381510 View commit details
    Browse the repository at this point in the history
  2. Binaries for SQLite 3.35.0

    fatalmind committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    2c67be1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Update pom.xml

    xerial authored Jun 27, 2021
    Configuration menu
    Copy the full SHA
    dc9e873 View commit details
    Browse the repository at this point in the history
Loading