Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladimir Barsukov
zGo
Commits
634f712b
Commit
634f712b
authored
Feb 28, 2026
by
Vladimir Barsukov
Browse files
zdb utils
parent
d33c6524
Changes
1
Show whitespace changes
Inline
Side-by-side
zdb/utils.go
0 → 100644
View file @
634f712b
package
zdb
import
"github.com/lib/pq"
func
QuoteLiteral
(
s
string
)
string
{
return
pq
.
QuoteLiteral
(
s
)
}
func
QuoteIdentifier
(
s
string
)
string
{
return
pq
.
QuoteIdentifier
(
s
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment