Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataddo/pgq
/ generateDropTableQuery
Function
generateDropTableQuery
validator_test.go:263–266 ·
view source on GitHub ↗
(queueName string)
Source
from the content-addressed store, hash-verified
261
}
262
263
func
generateDropTableQuery(queueName string) string {
264
quotedTableName := pg.QuoteIdentifier(queueName)
265
return
`DROP TABLE IF EXISTS ` + quotedTableName
266
}
Callers
6
TestValidator_ValidateFieldsCorrectSchema
Function · 0.85
TestValidator_ValidateFieldsCorrectSchemaPartitionedTable
Function · 0.85
TestValidator_ValidateFieldsIncorrectSchema
Function · 0.85
TestValidator_ValidateIndexesCorrectSchema
Function · 0.85
TestValidator_ValidateIndexesCorrectSchema_CompositeIndexes
Function · 0.85
TestValidator_ValidateIndexesIncorrectSchema
Function · 0.85
Calls
1
QuoteIdentifier
Function · 0.92
Tested by
no test coverage detected