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

Update documentation on named bind parameters. #421

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 10, 2020

  1. Update documentation on named bind parameters.

    I wasn't able to find documentation of these in the godoc, so I added
    it. Also, the README had out-of-date information. It said named bind
    parameters were only supported for Select, but they are also supported
    for Exec since 2015 (04b2c71).
    
    The documentation for ExpandSlices was embedded in the DbMap type, which
    made it hard to read on godoc - the entire documentation was in one
    large `pre` block. I moved it up to the package level docs.
    jsha committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    1f16834 View commit details
    Browse the repository at this point in the history