Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifies the object ID of the parameter data type #32

Open
github-actions bot opened this issue Oct 25, 2022 · 0 comments
Open

Specifies the object ID of the parameter data type #32

github-actions bot opened this issue Oct 25, 2022 · 0 comments

Comments

@github-actions
Copy link

Specifies the object ID of the parameter data type. Placing a zero here
is equivalent to leaving the type unspecified.
reader.GetUint32()

Line: 264

psql-wire//command.go

Lines 261 to 271 in 3dbc832

}
for i := uint16(0); i < parameters; i++ {
// TODO: Specifies the object ID of the parameter data type
//
// Specifies the object ID of the parameter data type. Placing a zero here
// is equivalent to leaving the type unspecified.
// `reader.GetUint32()`
}
statement, descriptions, err := srv.Parse(ctx, query)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants