Change um.Set
to take expressions
#464
Annotations
31 errors
test (stable):
dialect/psql/um/qm.go#L43
undefined: internal
|
test (stable):
dialect/psql/um/qm.go#L43
undefined: internal
|
test (stable)
cannot use "multi_keys" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (stable)
cannot use "id" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (stable)
um.Set("multi_keys", "id").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|
test (stable)
cannot use "multi_keys" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (stable)
cannot use "user_id" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (stable)
um.Set("multi_keys", "user_id").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|
test (stable)
cannot use "multi_keys" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (stable)
cannot use "sponsor_id" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (oldstable)
The job was canceled because "stable" failed.
|
test (oldstable):
dialect/psql/um/qm.go#L43
undefined: internal
|
test (oldstable):
dialect/psql/um/qm.go#L43
undefined: internal
|
test (oldstable)
cannot use "multi_keys" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (oldstable)
cannot use "id" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (oldstable)
um.Set("multi_keys", "id").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|
test (oldstable)
cannot use "multi_keys" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (oldstable)
cannot use "user_id" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (oldstable)
um.Set("multi_keys", "user_id").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|
test (oldstable)
cannot use "multi_keys" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test (oldstable)
cannot use "sponsor_id" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test-windows-sqlite (stable)
cannot use "a" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test-windows-sqlite (stable)
um.Set("a").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|
test-windows-sqlite (stable)
cannot use "b" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test-windows-sqlite (stable)
um.Set("b").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|
test-windows-sqlite (stable)
cannot use "c" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test-windows-sqlite (stable)
um.Set("c").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|
test-windows-sqlite (stable)
cannot use "id" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test-windows-sqlite (stable)
um.Set("id").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|
test-windows-sqlite (stable)
cannot use "user_id" (constant of type string) as bob.Expression value in argument to um.Set: string does not implement bob.Expression (missing method WriteSQL)
|
test-windows-sqlite (stable)
um.Set("user_id").ToArg undefined (type bob.Mod[*dialect.UpdateQuery] has no field or method ToArg)
|