Skip to content

Commit 7600488

Browse files
committed
[Blog] SeaORM X
1 parent 023c2d0 commit 7600488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Blog/blog/2026-02-25-sea-orm-x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ When a `Transaction` is dropped without an explicit commit, SQLz spawns a local
8787

8888
### 3. Automatic Schema Rewriting
8989

90-
`ConnectionTrait` gains a `get_schema()` hook. When a connection is configured with a default schema (e.g. `dbo`, `sales`), SeaORM X automatically prefixes every outgoing statement with that schema. No manual `[schema].[table]` boilerplate in application code.
90+
`ConnectionTrait` gains a `get_schema()` hook. When a connection is configured with a non-default schema (e.g. `dbo`, `sales`), SeaORM X automatically prefixes every outgoing statement with that schema. No manual `[schema].[table]` boilerplate in application code.
9191

9292
The rewriting is backed by the `OverrideTableSchema` trait, implemented for every sea-query statement type. Schema rewriting propagates recursively into subqueries, JOINs, and CTE branches.
9393

0 commit comments

Comments
 (0)