Никита Хромов
Никита Хромов
## Your Question Sometimes there is a need to use functions that are not in code generation (e.g. UPPER). For example, I would like to get the following request: ```...
## GORM Playground Link ## Description Hello! When trying to use Alias it is not declared in FROM: ``` sc := Query().SoftwareComponent.As("sc") sc.Select(sc.Id).First() // Generated: SELECT "sc"."id" FROM "software_component" ORDER...
I encountered a problem during unit tests where the database/sql package was not imported. As a result, go:link did not find the database/sql.convertAssign definition during compilation, which led to a...