Skip to content

Tags: sqlkit-dev/sqlkit

Tags

1.0.12

Toggle 1.0.12's commit message
chore: bump version to 1.0.12 in package.json

1.0.1

Toggle 1.0.1's commit message
fix: update test assertions and repository return types for consistency

- Modified the delete test to include a placeholder assertion.
- Updated the update test to reflect that an empty array is returned when no record exists.
- Adjusted the QueryResult interface to include an optional rowCount property for better clarity in return types.

1.0.0

Toggle 1.0.0's commit message
Refactor select query builder to ensure join select clause is only in…

…cluded when not empty