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
panic: failed to encode args[0]: unable to encode (iter.Seq[string])(0x102f20cf0) into text format for text (OID 25): cannot find encode plan
or
panic: unsupported data type: iter.Seq[main.Test]: Table not set, please set it like: db.Model(&user) or db.Table("users")
Motivation
Support new go standard library features.
Related Issues
The text was updated successfully, but these errors were encountered:
Describe the feature
Allow to pass iterators in methods:
not it returns errors:
Motivation
Support new go standard library features.
Related Issues
The text was updated successfully, but these errors were encountered: