Packages

Builds database trigger logic for incremental updates to a destination table.

Current section

Files

Jump to
sublimate CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.1.2
Prevent "identifier too long" errors when trigger names (derived from destination table and joined
table, plus suffixes) exceed the PostreSQL identifier limit. The changed initialisation caps the
trigger name using a deterministic hash.
## 0.1.1
Republished because of a checksum mismatch.
## 0.1.0
[Refine's ➚](https://hex.pm/packages/refine) trigger logic is split into this standalone
helper library. Sublimate owns incremental maintenance (deltas, triggers, merge scaffolding); Refine
implements the behaviour to project into facet bitmaps.