mattiasgrenfeldt
mattiasgrenfeldt
### Version 1.10.0 ### What happened? I wanted to make a `INSERT OR IGNORE INTO` query against a sqlite3 db (https://sqlite.org/lang_insert.html). When running `sqlc` it thinks that it is a...
When we have multiple interceptors installed on the `ServeMux` and one of them panics, what happens? Should `After/Commit` stages be run? Which ones? In which order? And so on. This...
Currently the `ReponseWriter.Redirect` method still checks whether the given status code is in the right range. We have removed this check for `WriteError` and should remove it for `Redirect` to.
When fixing #57 I removed the use of `ServeMux` in all the tests in `form_test.go`, making them unit tests. But there should also be some integration tests that test the...
The CI is broken in a subtle way. Imagine the following timeline: ``` 1. Create new branch 'A' based on 'master'. 2. Work on branch 'A'. 3. Submit PR from...
**Describe the bug** When I export my types to a C header file using the `ExportToHeaderAction`, fields in structs that are pointers to arrays will get an incorrect declaration in...
**Is your feature request related to a problem? Please describe.** When I export decompiled code to a file using the `ExportToCAction`, strange characters in type names (like `.`, `[`, `]`,...
I'm not sure if this is a feature request, bug report or a discussion. If you think it should be a discussion, feel free to move it. **Is your feature...