Simon Klee

Results 4 comments of Simon Klee

> @simonklee Can I get write access to this branch so I can rebase and push some test fixes? I invited you. I also rebased the branch onto `main` and...

I was able to reproduce it locally with this test setup: ```diff extern/sqlc git diff diff --git a/Makefile b/Makefile index b4b7e80bc..869a6935f 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,19 @@...

I think the updated tests are correct. For instance: ```sql -- name: UpdateAttribute :one with updated_attribute as (UPDATE attribute_value SET val = CASE WHEN @filter_value::bool THEN @value ELSE val END...

> @simonklee are you still driving this PR? I don't exactly know what you mean by "driving" the PR. I don't feel like nudging maintainers to merge pull requests. It...