-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sqlkit-dev/sqlkit
base: 1.0.12
head repository: sqlkit-dev/sqlkit
compare: main
- 13 commits
- 25 files changed
- 2 contributors
Commits on Jun 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f947264 - Browse repository at this point
Copy the full SHA f947264View commit details
Commits on Jun 12, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for cbb3c3a - Browse repository at this point
Copy the full SHA cbb3c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 462503c - Browse repository at this point
Copy the full SHA 462503cView commit details -
chore: bump version to 1.0.15 in package.json and improve code format…
…ting in tests and repository methods
Configuration menu - View commit details
-
Copy full SHA for f3798cd - Browse repository at this point
Copy the full SHA f3798cdView commit details
Commits on Jun 16, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 405d398 - Browse repository at this point
Copy the full SHA 405d398View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fe89992 - Browse repository at this point
Copy the full SHA fe89992View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2f6690d - Browse repository at this point
Copy the full SHA 2f6690dView commit details
Commits on Jun 20, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for f61c125 - Browse repository at this point
Copy the full SHA f61c125View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8a7e4de - Browse repository at this point
Copy the full SHA 8a7e4deView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b4ebb4b - Browse repository at this point
Copy the full SHA b4ebb4bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5fe83df - Browse repository at this point
Copy the full SHA 5fe83dfView commit details -
test: disable logging in repository insert tests
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for bee0373 - Browse repository at this point
Copy the full SHA bee0373View commit details
Commits on Mar 30, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for cc71541 - Browse repository at this point
Copy the full SHA cc71541View 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 1.0.12...main