feat: database/sql integration #1456
Annotations
8 errors and 1 warning
golangci-lint:
sentrysql/conn.go#L55
SA1019: s.originalConn.Begin has been deprecated since Go 1.8: Drivers should implement ConnBeginTx instead (or additionally). (staticcheck)
|
golangci-lint:
sentrysql/conn.go#L82
SA1019: driver.Queryer has been deprecated since Go 1.8: Drivers should implement [QueryerContext] instead. (staticcheck)
|
golangci-lint:
sentrysql/conn.go#L158
SA1019: driver.Execer has been deprecated since Go 1.8: Drivers should implement [ExecerContext] instead. (staticcheck)
|
golangci-lint:
sentrysql/stmt.go#L29
SA1019: s.originalStmt.Exec has been deprecated since Go 1.8: Drivers should implement StmtExecContext instead (or additionally). (staticcheck)
|
golangci-lint:
sentrysql/stmt.go#L46
SA1019: s.originalStmt.Exec has been deprecated since Go 1.8: Drivers should implement StmtExecContext instead (or additionally). (staticcheck)
|
golangci-lint:
sentrysql/stmt.go#L63
SA1019: s.originalStmt.Query has been deprecated since Go 1.8: Drivers should implement StmtQueryContext instead (or additionally). (staticcheck)
|
golangci-lint:
sentrysql/stmt.go#L80
SA1019: s.originalStmt.Query has been deprecated since Go 1.8: Drivers should implement StmtQueryContext instead (or additionally). (staticcheck)
|
golangci-lint
issues found
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/sentry-go/sentry-go. Supported file pattern: go.sum
|
Loading