feat(ch): use writev
when possible
#1314
Annotations
23 errors
test / run (386, ubuntu-latest, 1.21.x):
proto/col_bool.go#L8
cannot use ColBool{} (value of type ColBool) as ColInput value in variable declaration: ColBool does not implement ColInput (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_bool.go#L10
cannot use (*ColBool)(nil) (value of type *ColBool) as Column value in variable declaration: *ColBool does not implement Column (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_bool.go#L11
cannot use (*ColBool)(nil) (value of type *ColBool) as ColumnOf[bool] value in variable declaration: *ColBool does not implement ColumnOf[bool] (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_bool.go#L44
cannot use c (variable of type *ColBool) as ColumnOf[bool] value in struct literal: *ColBool does not implement ColumnOf[bool] (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_bool.go#L51
cannot use c (variable of type *ColBool) as ColumnOf[bool] value in struct literal: *ColBool does not implement ColumnOf[bool] (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_uuid.go#L12
cannot use ColUUID{} (value of type ColUUID) as ColInput value in variable declaration: ColUUID does not implement ColInput (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_uuid.go#L14
cannot use (*ColUUID)(nil) (value of type *ColUUID) as Column value in variable declaration: *ColUUID does not implement Column (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_uuid.go#L15
cannot use (*ColUUID)(nil) (value of type *ColUUID) as ColumnOf[uuid.UUID] value in variable declaration: *ColUUID does not implement ColumnOf[uuid.UUID] (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_auto.go#L54
cannot use new(ColBool) (value of type *ColBool) as Column value in assignment: *ColBool does not implement Column (missing method WriteColumn)
|
test / run (386, ubuntu-latest, 1.21.x):
proto/col_auto.go#L62
cannot use new(ColUUID) (value of type *ColUUID) as Column value in assignment: *ColUUID does not implement Column (missing method WriteColumn)
|
test / run (amd64, windows-latest, 1.21.x)
The job was canceled because "_386_ubuntu-latest_1_21_x" failed.
|
test / run (amd64, windows-latest, 1.21.x)
The operation was canceled.
|
test / run (amd64, ubuntu-latest, 1.21.x)
The job was canceled because "_386_ubuntu-latest_1_21_x" failed.
|
test / run (amd64, ubuntu-latest, 1.21.x):
insert_bench_test.go#L25
unknown field UseWritev in struct literal of type Options
|
test / run (amd64, ubuntu-latest, 1.21.x)
The operation was canceled.
|
test / run (amd64, ubuntu-latest, -race, 1.21.x)
The job was canceled because "_386_ubuntu-latest_1_21_x" failed.
|
test / run (amd64, ubuntu-latest, -race, 1.21.x):
insert_bench_test.go#L25
unknown field UseWritev in struct literal of type Options
|
test / run (amd64, ubuntu-latest, -race, 1.21.x)
The operation was canceled.
|
lint / run:
insert_bench_test.go#L25
unknown field UseWritev in struct literal of type Options (typecheck)
|
lint / run
issues found
|
test / run (amd64, macos-latest, 1.21.x)
The job was canceled because "_386_ubuntu-latest_1_21_x" failed.
|
test / run (amd64, macos-latest, 1.21.x):
insert_bench_test.go#L25
unknown field UseWritev in struct literal of type Options
|
test / run (amd64, macos-latest, 1.21.x)
The operation was canceled.
|