File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2121
2222## [ 0.1.2] — 2026-06-01
2323
24- SQL Server live-verification release. A real-world MSSQL DBFit suite (WD-Gehsteig
25- regression tests, stored-procedure-driven, square-bracket identifiers throughout)
24+ SQL Server live-verification release. A real-world MSSQL DBFit suite (regression tests,
25+ stored-procedure-driven, square-bracket identifiers throughout)
2626runs end-to-end against an MSSQL Server 2019 via ` pymssql ` with no changes to the
2727underlying ` .wiki ` files.
2828
2929### Fixed
3030
3131- ** Console reporter swallowed ` […] ` in failure details.** Rich's inline-markup
32- parser interpreted MSSQL square-bracket identifiers like ` [wdg].PLAENE ` as
32+ parser interpreted MSSQL square-bracket identifiers like ` [dbo].ORDER ` as
3333 style tags and stripped them from the displayed SQL — making failure output
3434 misleading. Reporter now prints fixture details with ` markup=False ` , so the
3535 SQL you see is the SQL that ran.
You can’t perform that action at this time.
0 commit comments