Mikhail Kopylov

Results 37 comments of Mikhail Kopylov

@daniel-nagy is this useful?

It's a shame such an famous Glob feature not implemented in Go for 7 years. @adg @rsc is there a chance to prioritize it please?

@aeneasr thanks for quick answer! Is it possible at least to adjust the orm to ignore unknown fields? Or to fetch only supported fields, but not all, so that unknown...

@aeneasr I see, I don't expect this to be backported, but I'm really concerned that such a popular and reliable tool as Hydra does not meet such a default thing...

I've found that github.com/jmoiron/sqlx package is used for database rows to structures mapping. There's https://pkg.go.dev/github.com/jmoiron/sqlx#DB.Unsafe flag that will make the DB silently succeed to scan when columns in the SQL...

@aeneasr hey, is there anything else I can do to get it merged?

@harsimranmaan @aeneasr can this ticket be reviewed again please? We've faced hydra 1.10.7 doesn't work with database version of 1.11.8 after I rolled back, because Hydra's database client doesn't expect...

I don't have any idea why some of the pipelines failed, especially one that validate JS or dockle. As far as I can see, those fail in other pull requests...

@aeneasr both done. The only thing - it needs to have a real connection to a database for a proper test, so I used a postgres in docker and run...