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

database/sql: document args #3460

Closed
bradfitz opened this issue Apr 2, 2012 · 5 comments
Closed

database/sql: document args #3460

bradfitz opened this issue Apr 2, 2012 · 5 comments
Labels
Documentation FrozenDueToAge Suggested Issues that may be good for new contributors looking for work to do.
Milestone

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Apr 2, 2012

from golang-nuts:

"""

Greetings goers,

The Query method on sql.DB has the signature "func (db *DB)
Query(query string, args ...interface{})", but the documentation
mentions nothing of the "args" parameter. There are a couple of
instances of its use in Examples throughout the godocs, but it is
never explicitly explained.

Can anyone explain how exactly this works? (or perhaps point me to
some documentation I've overlooked)

Thanks,
S. C. Payson
"""
@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 1:

Labels changed: added go1.1.

@rsc
Copy link
Contributor

rsc commented Dec 10, 2012

Comment 2:

Labels changed: added size-s.

@rsc
Copy link
Contributor

rsc commented Dec 10, 2012

Comment 3:

Labels changed: added suggested.

@bradfitz
Copy link
Contributor Author

Comment 4:

https://golang.org/cl/7096046

Status changed to Started.

@bradfitz
Copy link
Contributor Author

Comment 5:

This issue was closed by revision 20130f1.

Status changed to Fixed.

@bradfitz bradfitz added fixed Documentation Suggested Issues that may be good for new contributors looking for work to do. labels Jan 11, 2013
@bradfitz bradfitz self-assigned this Jan 11, 2013
@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

3 participants