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: smyrgeorge/sqlx4k
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.22.0
Choose a base ref
...
head repository: smyrgeorge/sqlx4k
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.23.0
Choose a head ref
  • 5 commits
  • 241 files changed
  • 2 contributors

Commits on Oct 14, 2024

  1. Bump publish from 0.29.0 to 0.30.0

    Bumps `publish` from 0.29.0 to 0.30.0.
    
    Updates `com.vanniktech:gradle-maven-publish-plugin` from 0.29.0 to 0.30.0
    - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
    - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
    - [Commits](vanniktech/gradle-maven-publish-plugin@0.29.0...0.30.0)
    
    Updates `com.vanniktech.maven.publish` from 0.29.0 to 0.30.0
    - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
    - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
    - [Commits](vanniktech/gradle-maven-publish-plugin@0.29.0...0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.vanniktech:gradle-maven-publish-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.vanniktech.maven.publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d645400 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from smyrgeorge/dependabot/gradle/publish-0.30.0

    Bump publish from 0.29.0 to 0.30.0
    smyrgeorge authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fadf35e View commit details
    Browse the repository at this point in the history
  3. Add schema support to SQLx4k.

    Introduced Sqlx4kSchema to store column metadata independently of rows. Updated various SQLx4k-related data structures and functions to leverage the new schema structure.
    smyrgeorge committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c67e537 View commit details
    Browse the repository at this point in the history
  4. Update version and Kotlin badge, simplify executable paths

    Upgraded the project version to 0.23.0 and updated the Kotlin badge in the README to 2.0.21. Additionally, simplified executable paths in the README for the examples.
    smyrgeorge committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1f5d31f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cef09f6 View commit details
    Browse the repository at this point in the history
Loading