You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the good example. The problem was an incompatibility between prefer simple protocol and large objects. It has been fixed and test cases added.
in code use Prepare queries
but in function "func (q *Query) Sanitize(args ...interface{}) (string, error)" return error "unused argument: 0"
as in:
this is true for all functions in large_objects.go
The text was updated successfully, but these errors were encountered: