package querytext
import "github.com/microsoft/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.16.0
- Published
- Aug 8, 2022
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 13 minutes ago –
Tools for package owners.