Add SQLite database storage backend (v1.x) #1368
go.yml
on: pull_request
Linter
1m 30s
Test & Build
4m 34s
Annotations
11 errors and 1 warning
Linter:
base/database/storage/sqlite/sqlite.go#L329
G115: integer overflow conversion int16 -> uint8 (gosec)
|
Linter:
base/database/storage/sqlite/sqlite.go#L119
G115: integer overflow conversion int16 -> uint8 (gosec)
|
Linter:
base/database/storage/sqlite/sqlite.go#L458
G104: Errors unhandled (gosec)
|
Linter:
base/database/storage/sqlite/sqlite.go#L448
G104: Errors unhandled (gosec)
|
Linter:
base/database/storage/sqlite/sqlite.go#L438
G104: Errors unhandled (gosec)
|
Linter:
base/database/storage/sqlite/sqlite.go#L465
Error return value of `(github.com/stephenafamo/bob/orm.ExecQuery[*github.com/stephenafamo/bob/dialect/sqlite/dialect.DeleteQuery]).Exec` is not checked (errcheck)
|
Linter:
base/database/storage/sqlite/sqlite.go#L461
Error return value of `(github.com/stephenafamo/bob/orm.ExecQuery[*github.com/stephenafamo/bob/dialect/sqlite/dialect.DeleteQuery]).Exec` is not checked (errcheck)
|
Linter:
base/database/storage/sqlite/sqlite.go#L451
Error return value of `(github.com/stephenafamo/bob/orm.ExecQuery[*github.com/stephenafamo/bob/dialect/sqlite/dialect.DeleteQuery]).Exec` is not checked (errcheck)
|
Linter:
base/database/storage/sqlite/sqlite.go#L445
Error return value of `(github.com/stephenafamo/bob/orm.ExecQuery[*github.com/stephenafamo/bob/dialect/sqlite/dialect.UpdateQuery]).Exec` is not checked (errcheck)
|
Linter:
base/database/storage/sqlite/sqlite.go#L288
Error return value of `cursor.Close` is not checked (errcheck)
|
Test & Build
Process completed with exit code 1.
|
Linter
Cache not found for keys: golangci-lint.cache-Linux-2878-5a1104a384bd566a6bae3dedb3349b805a19a614, golangci-lint.cache-Linux-2878-
|