Joe Harvey

Results 5 issues of Joe Harvey

Are there any plans to support "soft" deletes? That is, assuming the File schema has a deleted_at column, the code: ```go client.File. Delete(). Where(file.UpdatedAtLT(date)) Exec(ctx) ``` Would execute (approximately): ```sql...

Proposal

Currently releases and docker images are only for amd64. Building the Docker image manually on arm64 works perfectly fine but it would be great if the official releases build for...

enhancement
good first issue
help wanted

## Feature Description Is there any plans for adding DynamoDB as a connector?

enhancement

This is more a question & clarification. Currently if the type of a message field is changed via a gnostic option to something that's not `object` the `$ref` is still...

I believe this should map quite nicely to a basic OpenAPI `oneOf`.