Results 5 issues of Konstantin

Merge request pour ajouter une ci qui va builder l'image docker et créer une release github avec le jar lors du push d’un tag v... pour le tag des images...

Hello, Je peux vous filer un coup de main et faire une contrib pour ajouter une CI avec travis et de pusher l'image docker dans un repo sur http://dockerhub.com/ ou...

Hello, I have an issue doing a custom sum column on a relation, here an example: ```go type A struct { bun.BaseModel `bun:"table:a,alias:a"` ID uint `bun:"id,pk,autoincrement"` Bs []B `bun:"rel:has-many,join:id=a_id"` }...

Hello, I have an issue using template pk and having this pk as index on the parent, eg: ```sql CREATE TABLE example ( id uuid DEFAULT gen_random_uuid() NOT NULL, issue_date...

Hello, This pr allow to use pointer as key map. This allow to have maps like this `map[*regexp.Regexp][]*regexp.Regexp` so we can unmarshal it correctly. Thx !

reviewed