1. 15 Feb, 2013 9 commits
  2. 14 Feb, 2013 29 commits
  3. 13 Feb, 2013 2 commits
    • Julien Schmidt's avatar
      database/sql: Add an optional Queryer-Interface (like Execer) · 2968e239
      Julien Schmidt authored
      Completly the same like the Execer-Interface, just for Queries.
      This allows Drivers to execute Queries without preparing them first
      
      R=golang-dev, bradfitz
      CC=golang-dev
      https://golang.org/cl/7085056
      2968e239
    • Dave Cheney's avatar
      net: remove noisy test for issue 3590 · 8c30b3f0
      Dave Cheney authored
      The test for issue 3590 causes an error to be printed to stderr when run (although the error is obscured during go test std). This is confusing for people who get breakage in the net package as the error is harmless and most likely unrelated to their build breakage.
      
      Given the way the test works, by reaching into the guts of the netFD, I can't see a way to silence the error without adding a bunch of code to support the test, therefore I am suggesting the test be removed before Go 1.1 ships.
      
      R=alex.brainman, mikioh.mikioh, rsc
      CC=golang-dev
      https://golang.org/cl/7307110
      8c30b3f0