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.30.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.31.0
Choose a head ref
  • 8 commits
  • 268 files changed
  • 2 contributors

Commits on Oct 24, 2024

  1. Capitalize project name and add supported platforms

    Changed the project title to lowercase for consistency. Added badges to indicate supported platforms: Linux, macOS, Windows, iOS, and Android.
    smyrgeorge committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6fdbef9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Bump ksp from 2.0.21-1.0.25 to 2.0.21-1.0.26

    Bumps `ksp` from 2.0.21-1.0.25 to 2.0.21-1.0.26.
    
    Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.21-1.0.25 to 2.0.21-1.0.26
    - [Release notes](https://github.com/google/ksp/releases)
    - [Commits](google/ksp@2.0.21-1.0.25...2.0.21-1.0.26)
    
    Updates `com.google.devtools.ksp` from 2.0.21-1.0.25 to 2.0.21-1.0.26
    - [Release notes](https://github.com/google/ksp/releases)
    - [Commits](google/ksp@2.0.21-1.0.25...2.0.21-1.0.26)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.devtools.ksp:symbol-processing-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.google.devtools.ksp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fbad0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e017d13 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Refactor connection pool options handling

    Replaced maxConnections parameter with Driver.Pool.Options to allow more granular configuration of connection pool properties such as minConnections, acquireTimeout, idleTimeout, and maxLifetime. Updated constructor and initialization logic in SQLite, PostgreSQL, and MySQL classes to support this change, ensuring backward compatibility. Adjusted examples and documentation to reflect the new configuration approach.
    smyrgeorge committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7eade09 View commit details
    Browse the repository at this point in the history
  2. Refactor connection pool options handling

    Replaced maxConnections parameter with Driver.Pool.Options to allow more granular configuration of connection pool properties such as minConnections, acquireTimeout, idleTimeout, and maxLifetime. Updated constructor and initialization logic in SQLite, PostgreSQL, and MySQL classes to support this change, ensuring backward compatibility. Adjusted examples and documentation to reflect the new configuration approach.
    smyrgeorge committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    cfc3e4c View commit details
    Browse the repository at this point in the history
  3. Refactor result conversion and metadata properties

    Updated function names from `toKotlinResult` to `toResult` to enhance clarity and consistency across the codebase. Refactored `name` and `type` properties in `Column` class to use `by lazy` for improved performance and readability.
    smyrgeorge committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    236a7f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Refactor result conversion and metadata properties

    Updated function names from `toKotlinResult` to `toResult` to enhance clarity and consistency across the codebase. Refactored `name` and `type` properties in `Column` class to use `by lazy` for improved performance and readability.
    smyrgeorge committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f998486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af2be4e View commit details
    Browse the repository at this point in the history
Loading