package querytext
import "github.com/denisenkom/go-mssqldb/internal/querytext"
Package querytext is the old query parser and parameter substitute process. Do not use on new code.
This package is not subject to any API compatibility guarantee.
Index ¶
Functions ¶
func ParseParams ¶
ParseParams rewrites the query from using "?" placeholders to using "@pN" parameter names that SQL Server will accept.
This function and package is not subject to any API compatibility guarantee.
Source Files ¶
- Version
- v0.12.3 (latest)
- Published
- Oct 11, 2022
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 hour ago –
Tools for package owners.