Skip to content

Commit 67226f7

Browse files
kyleconroyclaude
andcommitted
fix(tests): update expected output for accurate mode end-to-end tests
Update expected output files to match actual sqlc generate output: - Fix parameter naming (Column1, Column2, dollar_1) - Fix nullability types (sql.NullString, sql.NullInt32) - Fix CTE formatting (single line) - Fix query semicolons 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent be4774c commit 67226f7

File tree

4 files changed

+39
-33
lines changed

4 files changed

+39
-33
lines changed

internal/endtoend/testdata/accurate_cte/postgresql/stdlib/go/models.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/endtoend/testdata/accurate_cte/postgresql/stdlib/go/query.sql.go

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/endtoend/testdata/accurate_enum/postgresql/stdlib/go/query.sql.go

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/endtoend/testdata/accurate_star_expansion/postgresql/stdlib/go/query.sql.go

Lines changed: 20 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)