Skip to content

@effect/sql-libsql@4.0.0-beta.65

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 09 May 17:43
· 212 commits to main since this release
e6917a2

Patch Changes

  • #2148 6f11454 Thanks @tim-smart! - Add UniqueViolation as a new SQL error reason. Supported unique constraint violations now classify as UniqueViolation instead of the broader ConstraintError reason.

    This covers PostgreSQL, PGlite, MySQL, MSSQL, and the shared SQLite classification used by the SQLite-family clients. UniqueViolation.constraint contains the best available constraint, index, or key identifier and falls back to exactly "unknown" when no reliable identifier is available.

  • Updated dependencies [6f11454]:

    • effect@4.0.0-beta.65