Results 2 issues of Kestrel

### Version 1.27.0 ### What happened? Using a function in the VALUES clause of an INSERT statement breaks struct field name generation. ### Database schema ```sql CREATE TABLE authors (...

bug
:books: postgresql
:wrench: golang
:computer: linux

I'd like to append to an existing LZ4 file in a single thread. I only ever have one writer at a time. Writing to an existing file (O_APPEND mode) appears...