Antoine
Results
1
issues of
Antoine
I am trying to catch all pg errors using hooks but I realized that evt.Err is nil when ErrNoRows occurs in the "AfterQuery" method. ``` func (q queryHook) AfterQuery(ctx context.Context,...