Skip to content

History / SQLInterface

Revisions

  • wiki: redirect everything to go.dev/wiki For #61940.

    @rsc rsc committed Dec 15, 2023
  • This is a short input on getting a table. This is something that would have helped me personally when starting to use the SQL module. I could be totally off base here since I'm new to GO, but it seems like the right thing to do.

    @vamuscari vamuscari committed Nov 3, 2023
  • Revert

    @preslavrachev preslavrachev committed Feb 4, 2023
  • Fixes a speculation, possibly unsupported by escape analysis evidence.

    @preslavrachev preslavrachev committed Feb 4, 2023
  • Pointer types can be used for dealing with NULL. (https://codereview.appspot.com/5630052)

    @ikedam ikedam committed Feb 16, 2022
  • url updates to go.dev / pkg.go.dev

    @seankhliao seankhliao committed Jan 22, 2022
  • Updated SQLInterface (markdown)

    @180909 180909 committed Sep 5, 2021
  • Improve formatting

    @dolmen dolmen committed Feb 28, 2020
  • Improve formatting of "Connecting to a database" section

    @dolmen dolmen committed Feb 28, 2020
  • Update information about NULL handling

    @dolmen dolmen committed Feb 28, 2020
  • Use ctx in queries.

    @kardianos kardianos committed Oct 27, 2018
  • SQLInterface: add missing `defer rows.Close()` for `Query`.

    @aseemk aseemk committed Jun 17, 2018
  • Enable syntax highlighting

    @ad-si ad-si committed Jun 6, 2017
  • add db.Ping() example

    @kaey kaey committed Aug 8, 2015
  • replace '?' with '$<n>' in queries

    @gordonklaus gordonklaus committed May 31, 2015
  • Wiki data import from Google Code

    @adg adg committed Dec 10, 2014