Skip to content

feat(contrib/drivers/gaussdb): add gaussdb driver support#4563

Merged
gqcn merged 11 commits into
masterfrom
feat/gaussdb
Dec 16, 2025
Merged

feat(contrib/drivers/gaussdb): add gaussdb driver support#4563
gqcn merged 11 commits into
masterfrom
feat/gaussdb

Apply suggestion from @Copilot

f115f42
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 13, 2025 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 59 in contrib/drivers/gaussdb/gaussdb_do_exec.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical

If this
JSON value
contains a double quote, it could break out of the enclosing quotes.

Check failure on line 41 in contrib/drivers/gaussdb/gaussdb_open.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.