Commit 83a8384
committed
fix: Update model constraints functional test expectation for SQL Server contract INSERT semantics
- Adjust test_constraints.py expected SQL in `TestModelConstraintsRuntimeEnforcement::test__model_constraints_ddl`
- Include `WITH (TABLOCK)` in the `INSERT INTO <model_identifier>` clause to match current adapter SQL generation1 parent e813d7f commit 83a8384
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
| 595 | + | |
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
| |||
0 commit comments