denggj28
Results
2
issues of
denggj28
Version: 1.1.7 I want to set a jsonb default, like: ```jsavscript { title: 'title', token: 'token' } ``` when I define a model: ```golang Field map[string]interface{} `bun:"field,nullzero,notnull,type:jsonb,default:'{ \"title\": \"title\", \"token\":...
bug
I recently had the need to transaction at a point that happened to be inside another transaction. All my tests seem to indicate this is working out fine, but I...