Skip to content

Tags: sqlkit-dev/sqlkit

Tags

2.0.0

Toggle 2.0.0's commit message
release: v2.0.0 — Repository config, docs, and changelog

RepositoryConfig constructor with mutableTableName for view/table split.
Regenerate API docs, track README/CLAUDE, fix gitignore blocking *E.md files.

Co-authored-by: Cursor <cursoragent@cursor.com>

1.0.18

Toggle 1.0.18's commit message
release: v1.0.18 — quoted identifiers, repository API, changelog

Quote table names in all generated SQL for PostgreSQL case sensitivity,
add CHANGELOG.md, and bump sqlkit to 1.0.18.

Co-authored-by: Cursor <cursoragent@cursor.com>

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