Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(11)

Issue 7399046: code review 7399046: database/sql: clarify that DB.Prepare's stmt is safe fo... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by bradfitz
Modified:
12 years ago
Reviewers:
CC:
golang-dev, adg
Visibility:
Public.

Description

database/sql: clarify that DB.Prepare's stmt is safe for concurrent use And add a test too, for Alex. :) Fixes issue 3734

Patch Set 1 #

Patch Set 2 : diff -r bfb45be43e2b https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r bfb45be43e2b https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r bfb45be43e2b https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -1 line) Patch
M src/pkg/database/sql/sql.go View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/database/sql/sql_test.go View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 3
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2013-02-21 03:34:43 UTC) #1
adg
LGTM
12 years ago (2013-02-21 05:19:12 UTC) #2
bradfitz
12 years ago (2013-02-21 06:15:44 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=3391481b6373 ***

database/sql: clarify that DB.Prepare's stmt is safe for concurrent use

And add a test too, for Alex. :)

Fixes issue 3734

R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/7399046
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b