Commit 3516d68
committed
endtoend: run sqlc fmt over the sqlite testdata queries
Format every sqlite query file in the end-to-end corpus with the new
formatter and regenerate the affected goldens (the generated code embeds
the query text). The fmt case's own input stays unformatted — it is the
formatter's fixture — and nine files are left as written because they
only parse after the compiler's preprocessing (sqlc.arg/narg/slice/
embed, @nAmed parameters).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018MTvpHqNMadH12pTtsgUq21 parent a96f20d commit 3516d68
94 files changed
Lines changed: 566 additions & 559 deletions
File tree
- internal/endtoend/testdata
- between_args/sqlite
- go
- builtins/sqlite
- go
- queries
- case_sensitive/sqlite
- go
- coalesce_as/sqlite
- go
- coalesce/sqlite
- go
- column_as/sqlite
- go
- comparisons/sqlite
- count_star/sqlite
- go
- datatype/sqlite/sql
- ddl_alter_table_add_column/sqlite
- go
- ddl_alter_table_case_sensitivity/sqlite
- go
- ddl_alter_table_drop_column/sqlite
- go
- ddl_alter_table_rename_column/sqlite
- go
- ddl_alter_table_rename/sqlite
- go
- experiment_coreanalyzer/sqlite
- go
- full_outer_join/sqlite
- go
- func_call_cast/sqlite
- go
- func_match_types/sqlite
- go
- inflection/sqlite
- insert_default_values/sqlite
- insert_select/sqlite
- go
- insert_values/sqlite
- invalid_group_by_reference/sqlite
- invalid_table_alias/sqlite
- join_alias/sqlite
- go
- join_left_same_table/sqlite
- go
- join_left/sqlite
- go
- join_where_clause/sqlite
- jsonb/sqlite
- go
- multibyte_comment/sqlite
- go
- quoted_colname/sqlite
- go
- returning/sqlite
- go
- select_exists/sqlite
- go
- select_in_and/sqlite
- go
- select_limit/sqlite
- go
- select_nested_count/sqlite
- go
- select_not_exists/sqlite
- go
- select_star/sqlite
- go
- select_union/sqlite
- go
- single_param_conflict/sqlite
- go
- sqlite_skip_todo
- db
- sqlite_table_options/sqlite
- go
- star_expansion/sqlite
- go
- table_function/sqlite
- go
- table_name_case_sensitivity/sqlite
- go
- untyped_columns/sqlite/stdlib
- db
- upsert/sqlite
- go
- virtual_table/sqlite
- go
- where_collate/sqlite
- go
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments