Christian Staude

Results 6 issues of Christian Staude

In my scenario I have a statefulset with corresponding backupconfiguration. Backups run smoothly also with applied pre- and post hooks. When I apply a RestoreSession I am not able to...

bug
api/v1beta1

## GORM Playground Link https://github.com/go-gorm/playground/pull/672 ## Description _cnp from the playground PR_ When using multiple embedded belongs-to relations only 1 database foreignKey is created. Expected: a foreignKey for each relation...

type:with reproduction steps
type:feature_request

## GORM Playground Link https://github.com/go-gorm/playground/pull/671 ## Description When using a belongs-to relation with foreignKey and references overwrites preloading does not work. Without the overwrite it works as expected. ``` type...

type:with reproduction steps

## Problem statement When creating the client code for a parameter referencing an object which has a string property referencing an enum string, the go property is created as a...

model
allOf
enum

## Explain your user case and expected results When using multiple embedded belongs-to relations only 1 database foreignKey is created. Expected: a foreignKey for each relation is created. ``` type...

## Explain your user case and expected results When using a belongs-to relation with foreignKey and references overwrite preloading does not work. (`Adress2`) When not overwriting it works as expected....