You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Describe This Problem
Currently sqlness outputs everything with
println!. This is hard to maintain.Proposal
Consider a structured way to organize our outputs. Either using existing util like
TestReporterfrom nextest or wrap our own.Additional Context
No response