Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ Error
Method
Error
backend/plugin/db/pg/pg.go:492–494 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
490
}
491
492
func
(e *LockTimeoutError) Error() string {
493
return
e.Message
494
}
495
496
func
isLockTimeoutError(message string) bool {
497
return
strings.Contains(message,
"canceling statement due to lock timeout"
)
Callers
15
TestNewSender_NilConfig
Function · 0.45
TestNewSender_UnsupportedType
Function · 0.45
TestSMTPSend_ConnectionRefused
Function · 0.45
TestValidateIssuerURL
Function · 0.45
ExchangeToken
Method · 0.45
UserInfo
Method · 0.45
TestUserInfo_NonOKStatusSurfacesError
Function · 0.45
UserInfo
Method · 0.45
Authenticate
Method · 0.45
executeStatements
Function · 0.45
TestGetDatabaseMetadataWithTestcontainer
Function · 0.45
TestLoader_TableBasic
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestNewSender_NilConfig
Function · 0.36
TestNewSender_UnsupportedType
Function · 0.36
TestSMTPSend_ConnectionRefused
Function · 0.36
TestValidateIssuerURL
Function · 0.36
TestUserInfo_NonOKStatusSurfacesError
Function · 0.36
executeStatements
Function · 0.36
TestGetDatabaseMetadataWithTestcontainer
Function · 0.36
TestLoader_TableBasic
Function · 0.36
TestLoader_FulltextAndSpatialIndex
Function · 0.36
TestLoader_GeneratedColumn
Function · 0.36
TestLoader_ForwardFKInstallsViaFKChecksOff
Function · 0.36
TestLoader_Trigger_PseudoOnMissingFields
Function · 0.36