-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: smyrgeorge/sqlx4k
base: 0.30.0
head repository: smyrgeorge/sqlx4k
compare: 0.31.0
- 8 commits
- 268 files changed
- 2 contributors
Commits on Oct 24, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6fdbef9 - Browse repository at this point
Copy the full SHA 6fdbef9View commit details
Commits on Oct 28, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for fbad0e1 - Browse repository at this point
Copy the full SHA fbad0e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e017d13 - Browse repository at this point
Copy the full SHA e017d13View commit details
Commits on Nov 3, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7eade09 - Browse repository at this point
Copy the full SHA 7eade09View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cfc3e4c - Browse repository at this point
Copy the full SHA cfc3e4cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 236a7f3 - Browse repository at this point
Copy the full SHA 236a7f3View commit details
Commits on Nov 4, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for f998486 - Browse repository at this point
Copy the full SHA f998486View commit details -
Configuration menu - View commit details
-
Copy full SHA for af2be4e - Browse repository at this point
Copy the full SHA af2be4eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.30.0...0.31.0