You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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.