Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataddo/pgq
/ SQLState
Method
SQLState
errors_test.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(p *pgErrorImplementation) SQLState() string {
36
return
p.sqlState
37
}
38
39
var
(
40
_ legacyPGError = (*legacyPGErrorImplementation)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected