<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/pkg/database/sql/driver, branch main</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2014-09-08T04:08:51Z</updated>
<entry>
<title>build: move package sources from src/pkg to src</title>
<updated>2014-09-08T04:08:51Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-09-08T04:08:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c007ce824d9a4fccb148f9204e04c23ed2984b71'/>
<id>urn:sha1:c007ce824d9a4fccb148f9204e04c23ed2984b71</id>
<content type='text'>
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
</content>
</entry>
<entry>
<title>database/sql/driver: correct method name in comment</title>
<updated>2014-05-21T13:48:41Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2014-05-21T13:48:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7d4cb4d63f8a0039d5c4ecdfcc03c5de231ecfd4'/>
<id>urn:sha1:7d4cb4d63f8a0039d5c4ecdfcc03c5de231ecfd4</id>
<content type='text'>
Fixes #8061.

LGTM=crawshaw
R=golang-codereviews, crawshaw
CC=golang-codereviews
https://golang.org/cl/93520046
</content>
</entry>
<entry>
<title>database/sql: Fix typos in doc</title>
<updated>2013-10-29T23:03:13Z</updated>
<author>
<name>Julien Schmidt</name>
<email>google@julienschmidt.com</email>
</author>
<published>2013-10-29T23:03:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e6c4fa58b5a0c77c9c95d227ed5f36937df0544d'/>
<id>urn:sha1:e6c4fa58b5a0c77c9c95d227ed5f36937df0544d</id>
<content type='text'>
R=golang-dev
CC=bradfitz, golang-dev
https://golang.org/cl/17590043
</content>
</entry>
<entry>
<title>database/sql: fix some test fmt verbs</title>
<updated>2013-10-16T23:30:39Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2013-10-16T23:30:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e5babeff8a2096a5404aed68a1e26b9cba317ae3'/>
<id>urn:sha1:e5babeff8a2096a5404aed68a1e26b9cba317ae3</id>
<content type='text'>
Found by vet.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/14762044
</content>
</entry>
<entry>
<title>database/sql/driver: try to unstutter Value docs</title>
<updated>2013-04-26T18:42:58Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2013-04-26T18:42:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3cef6979ee135397f4498beeea7b8bb89b0a2286'/>
<id>urn:sha1:3cef6979ee135397f4498beeea7b8bb89b0a2286</id>
<content type='text'>
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8981043
</content>
</entry>
<entry>
<title>database/sql: refcounting and lifetime fixes</title>
<updated>2013-02-20T23:35:27Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2013-02-20T23:35:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f7a7716317dede4687a7fed38aea8d256f4d09e5'/>
<id>urn:sha1:f7a7716317dede4687a7fed38aea8d256f4d09e5</id>
<content type='text'>
Simplifies the contract for Driver.Stmt.Close in
the process of fixing issue 3865.

Fixes #3865
Update #4459 (maybe fixes it; uninvestigated)

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7363043
</content>
</entry>
<entry>
<title>database/sql: fix doc references to old package name</title>
<updated>2013-02-14T02:47:25Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2013-02-14T02:47:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0c8ed71079b4ba7a234192c9b0996115c505b981'/>
<id>urn:sha1:0c8ed71079b4ba7a234192c9b0996115c505b981</id>
<content type='text'>
It used to be package "db" but was long ago renamed
to be "sql".

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7322075
</content>
</entry>
<entry>
<title>database/sql: Add an optional Queryer-Interface (like Execer)</title>
<updated>2013-02-13T23:25:39Z</updated>
<author>
<name>Julien Schmidt</name>
<email>google@julienschmidt.com</email>
</author>
<published>2013-02-13T23:25:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2968e239b00e3cfa4b9f146b00f06b01134ae5a1'/>
<id>urn:sha1:2968e239b00e3cfa4b9f146b00f06b01134ae5a1</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>database/sql{,driver}: add ErrBadConn</title>
<updated>2012-03-08T18:09:52Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2012-03-08T18:09:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9fb68a9a0a4229bc15688b448d0a5e8abff4b2dd'/>
<id>urn:sha1:9fb68a9a0a4229bc15688b448d0a5e8abff4b2dd</id>
<content type='text'>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5785043
</content>
</entry>
<entry>
<title>database/sql/driver: API cleanups</title>
<updated>2012-02-20T03:25:28Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2012-02-20T03:25:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=943f6cc837f4513a8cae7df199d14c5a38cf7677'/>
<id>urn:sha1:943f6cc837f4513a8cae7df199d14c5a38cf7677</id>
<content type='text'>
-- add driver.Value type and documentation,
   convert from interface{} to Value where
   appropriate.
-- don't say "subset" anywhere,
-- SubsetValuer -&gt; Valuer
-- SubsetValue -&gt; Value
-- IsParameterSubsetType -&gt; IsValue
-- IsScanSubsetType -&gt; IsScanValue

Fixes #2842

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/5674084
</content>
</entry>
</feed>
