@happyvertical/smrt-vitest 0.41.0 → 0.42.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AGENTS.md CHANGED
@@ -83,6 +83,12 @@ string is a CREATE TABLE preview and is merged in only for a table whose
83
83
  contributors expose no `columns` (hand-authored manifests). Do not add a
84
84
  private DDL/index renderer here; extend the core strategy instead.
85
85
 
86
+ On PostgreSQL, the isolated factories provision the canonical change-feed
87
+ table and `_smrt_append_change` helper on the base connection before opening
88
+ the test transaction. Transaction handles are treated as already initialized
89
+ by SMRT objects, so moving this provisioning into the transaction would leave
90
+ the first interceptor-driven write without its required function (#2427).
91
+
86
92
  For local file-backed SQLite, identical schemas are prepared once per Vitest
87
93
  process and cloned from an immutable schema-only template for later databases.
88
94
  The cache key is the full generated DDL, concurrent first callers share one