·
4 commits
to main
since this release
✨ What's New
1. Added warning for missing table elements in escapeValuesFix ⚠️
A new error-style warning message has been introduced to alert developers when escapeValuesFix encounters a column that does not exist in the target table.
This helps prevent silent failures and makes debugging incorrect schemas much easier.
2. Added important notice to set() 🧩
The set() method now includes an explicit warning informing developers about primary key requirements for upsert operations:
⚠️ Important: The table must have bothidandsubIdconfigured as a composite PRIMARY KEY
(or as a UNIQUE constraint) for the upsert operation to work correctly with conflict resolution.
This ensures users are aware of the necessary constraints for stable and predictable behavior.
Full Changelog: 1.0.0-beta-3...1.0.0-beta-4