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: sqlkit-dev/sqlkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 226f4b7
Choose a base ref
...
head repository: sqlkit-dev/sqlkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc71541
Choose a head ref
  • 13 commits
  • 25 files changed
  • 2 contributors

Commits on Jun 10, 2025

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

Commits on Jun 12, 2025

  1. refactor: enhance logging in repository methods to include rowCount

    - Updated logging in `find`, `insert`, and `delete` methods to return an object containing both `rows` and `rowCount` for improved clarity.
    - Removed unnecessary blank lines to streamline code readability.
    kingRayhan committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    cbb3c3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462503c View commit details
    Browse the repository at this point in the history
  3. chore: bump version to 1.0.15 in package.json and improve code format…

    …ting in tests and repository methods
    kingRayhan committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    f3798cd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. feat: add multi-database support with MySQL and SQLite dialects

    - Add MySQL and SQLite dialect implementations with adapters
    - Reorganize test structure with dedicated test-setups directory
    - Add peer dependencies for multiple database drivers (pg, mysql2, better-sqlite3)
    - Add database-specific test scripts for postgres, mysql, and sqlite
    - Update .gitignore to exclude *E.md files
    - Improve code formatting consistency across test files
    - Update import paths to use reorganized test setup structure
    kingRayhan committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    405d398 View commit details
    Browse the repository at this point in the history
  2. ci: add multi-database testing support to GitHub workflows

    - Add matrix strategy to test against both PostgreSQL and MySQL
    - Configure MySQL service in CI workflows with health checks
    - Set database-specific environment variables for test execution
    - Update both push and release workflows for comprehensive testing
    kingRayhan committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    fe89992 View commit details
    Browse the repository at this point in the history
  3. ci: add SQLite testing to GitHub Actions matrix

    - Add sqlite to database matrix for comprehensive testing
    - Add SQLite test step using npm run test:sqlite command
    - Configure SQLite environment with file-based database path
    - Update both push and release workflows for complete database coverage
    kingRayhan committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    2f6690d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. chore: bump version to 1.0.16 and enhance repository logging

    - Add operationName parameter to repository methods for better log identification
    - Update logging output to include operationName in all repository operations
    - Improve code formatting in ManyToManyJoin interface
    kingRayhan committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    f61c125 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 1.0.17 and refocus testing on PostgreSQL

    - Disable MySQL and SQLite dialect tests by renaming to .txt
    - Simplify test scripts to focus on PostgreSQL repository tests
    - Add column selection support to Repository.find() method
    - Update test to demonstrate new column selection feature
    kingRayhan committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    8a7e4de View commit details
    Browse the repository at this point in the history
  3. feat: add column selection support to Repository find and paginate me…

    …thods
    
    - Add columns parameter support to Repository.find() method
    - Update SelectQueryBuilder integration to handle column selection
    - Add test case demonstrating operationName and columns usage
    kingRayhan committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    b4ebb4b View commit details
    Browse the repository at this point in the history
  4. test: adjust logging configuration in repository tests

    Disable logging in find.test.ts and enable logging in insert.test.ts to improve test output clarity and debugging capabilities.
    kingRayhan committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    5fe83df View commit details
    Browse the repository at this point in the history
  5. test: disable logging in repository insert tests

    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    kingRayhan and claude committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    bee0373 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. feat: update README and bun.lock for better clarity and functionality

    - Added `better-sqlite3` dependency to `bun.lock`.
    - Updated README to clarify usage of `SelectQueryBuilder` and repository methods, including pagination and insertion.
    - Improved code examples for better understanding of repository operations.
    kingRayhan committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    cc71541 View commit details
    Browse the repository at this point in the history
Loading