<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/database/sql, branch json-isValidNumber</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=json-isValidNumber</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=json-isValidNumber'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2022-11-14T18:35:41Z</updated>
<entry>
<title>database/sql: add a missing period to end of sentence in Rows.Scan docs</title>
<updated>2022-11-14T18:35:41Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2022-11-14T17:04:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=74b6a22057b393f198d2d86f4ea7504dacf390f5'/>
<id>urn:sha1:74b6a22057b393f198d2d86f4ea7504dacf390f5</id>
<content type='text'>
Change-Id: I331d4ff3e0f76a26c1c5ec41297117a5b1f16911
Reviewed-on: https://go-review.googlesource.com/c/go/+/450295
Reviewed-by: Damien Neil &lt;dneil@google.com&gt;
Auto-Submit: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Joedian Reid &lt;joedian@golang.org&gt;
</content>
</entry>
<entry>
<title>database: use bytes.Clone</title>
<updated>2022-09-28T03:16:54Z</updated>
<author>
<name>cuiweixie</name>
<email>cuiweixie@gmail.com</email>
</author>
<published>2022-09-27T16:29:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=12bf9ff8dc7ba9d37234b5013e6541381d6cd005'/>
<id>urn:sha1:12bf9ff8dc7ba9d37234b5013e6541381d6cd005</id>
<content type='text'>
Change-Id: I66aad199884cffd51946f53f01580a3a353f5c97
Reviewed-on: https://go-review.googlesource.com/c/go/+/435280
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Run-TryBot: Meng Zhuo &lt;mzh@golangcn.org&gt;
</content>
</entry>
<entry>
<title>database: convert DB.{waitDuration,numClosed} to atomic type</title>
<updated>2022-09-15T21:11:10Z</updated>
<author>
<name>cuiweixie</name>
<email>cuiweixie@gmail.com</email>
</author>
<published>2022-08-27T03:34:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e50dd0e974bdd621e48de2f64e02b4db5d12b393'/>
<id>urn:sha1:e50dd0e974bdd621e48de2f64e02b4db5d12b393</id>
<content type='text'>
Change-Id: I4a67a5e51a98938c07b3c38442f8d852db97cb2a
Reviewed-on: https://go-review.googlesource.com/c/go/+/426085
Run-TryBot: Jenny Rakoczy &lt;jenny@golang.org&gt;
Reviewed-by: Michael Knyszek &lt;mknyszek@google.com&gt;
Run-TryBot: Daniel Theophanes &lt;kardianos@gmail.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Jenny Rakoczy &lt;jenny@golang.org&gt;
Run-TryBot: xie cui &lt;523516579@qq.com&gt;
Auto-Submit: Jenny Rakoczy &lt;jenny@golang.org&gt;
Reviewed-by: Daniel Theophanes &lt;kardianos@gmail.com&gt;
</content>
</entry>
<entry>
<title>database: convert Tx.done to atomic type</title>
<updated>2022-09-08T15:52:57Z</updated>
<author>
<name>cuiweixie</name>
<email>cuiweixie@gmail.com</email>
</author>
<published>2022-08-27T03:38:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0e50bf0e404e65385c597b9bb3339764a444b7f0'/>
<id>urn:sha1:0e50bf0e404e65385c597b9bb3339764a444b7f0</id>
<content type='text'>
Change-Id: I9ec725009376f5865adedca6c159b14140dde097
Reviewed-on: https://go-review.googlesource.com/c/go/+/426086
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Michael Knyszek &lt;mknyszek@google.com&gt;
Reviewed-by: Michael Pratt &lt;mpratt@google.com&gt;
Reviewed-by: Daniel Theophanes &lt;kardianos@gmail.com&gt;
Run-TryBot: Daniel Theophanes &lt;kardianos@gmail.com&gt;
</content>
</entry>
<entry>
<title>database/sql: simplify retry logic when the connection is bad</title>
<updated>2022-09-07T14:33:56Z</updated>
<author>
<name>Jinzhu</name>
<email>wosmvp@gmail.com</email>
</author>
<published>2022-09-05T09:02:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0752f4a12cfd212ed5a5fdfc8696811d89b12acf'/>
<id>urn:sha1:0752f4a12cfd212ed5a5fdfc8696811d89b12acf</id>
<content type='text'>
Simplify retry logic when got bad connection

Change-Id: I92494c6c020576ec01bc4868334ee920ded7aa57
GitHub-Last-Rev: 7499b0c9419a31c9adce6d5096a1924aa3612f1d
GitHub-Pull-Request: golang/go#54043
Reviewed-on: https://go-review.googlesource.com/c/go/+/419182
Reviewed-by: Daniel Theophanes &lt;kardianos@gmail.com&gt;
Reviewed-by: Cherry Mui &lt;cherryyz@google.com&gt;
Reviewed-by: Benny Siegert &lt;bsiegert@gmail.com&gt;
Run-TryBot: hopehook &lt;hopehook@golangcn.org&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>database/sql: make TestTxContextWaitNoDiscard test more robust</title>
<updated>2022-07-11T17:14:33Z</updated>
<author>
<name>Dmitri Goutnik</name>
<email>dgoutnik@gmail.com</email>
</author>
<published>2022-07-09T12:36:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=398dcd1cf00a1536dad98cf87c16f8ad0c8913fc'/>
<id>urn:sha1:398dcd1cf00a1536dad98cf87c16f8ad0c8913fc</id>
<content type='text'>
Similar to CL 385934, rely on waiter trigger instead of the WAIT query
prefix and factor out the common test code.

Fixes #53222

Change-Id: I46efc85ca102b350bb4dbe8e514921e016870ffb
Reviewed-on: https://go-review.googlesource.com/c/go/+/416655
Reviewed-by: Michael Knyszek &lt;mknyszek@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Auto-Submit: Bryan Mills &lt;bcmills@google.com&gt;
Run-TryBot: Dmitri Goutnik &lt;dgoutnik@gmail.com&gt;
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
</content>
</entry>
<entry>
<title>database/sql/driver: fix typo in driver.go</title>
<updated>2022-06-04T21:17:03Z</updated>
<author>
<name>mstmdev</name>
<email>mstmdev@gmail.com</email>
</author>
<published>2022-06-04T19:32:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a32a592c8c14927c20ac42808e1fb2e55b2e9470'/>
<id>urn:sha1:a32a592c8c14927c20ac42808e1fb2e55b2e9470</id>
<content type='text'>
ExecerContext -&gt; ExecContext
QueryerContext -&gt; QueryContext

Change-Id: Id3b1f44de5aa47372d59696523b4379e1fbfc11c
GitHub-Last-Rev: 571d01f8052cef27bd5f91a5e95c0735ddf2e327
GitHub-Pull-Request: golang/go#53235
Reviewed-on: https://go-review.googlesource.com/c/go/+/410415
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Run-TryBot: Ian Lance Taylor &lt;iant@google.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>database/sql: fix close rows error ignored in Next</title>
<updated>2022-05-19T20:21:12Z</updated>
<author>
<name>Jinzhu</name>
<email>wosmvp@gmail.com</email>
</author>
<published>2022-05-19T02:44:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=29057b707d468bd690e6eadfebe89c4ff737867c'/>
<id>urn:sha1:29057b707d468bd690e6eadfebe89c4ff737867c</id>
<content type='text'>
Change-Id: I19f0d764e2a6122307f3f26a6dd3be7b1155c73b
GitHub-Last-Rev: 9f1f883c452201679a2d2af2cc29de0f09a43f28
GitHub-Pull-Request: golang/go#52756
Reviewed-on: https://go-review.googlesource.com/c/go/+/404794
Reviewed-by: Daniel Theophanes &lt;kardianos@gmail.com&gt;
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
Reviewed-by: Michael Knyszek &lt;mknyszek@google.com&gt;
Run-TryBot: Daniel Theophanes &lt;kardianos@gmail.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>all: fix spelling</title>
<updated>2022-05-17T21:46:33Z</updated>
<author>
<name>John Bampton</name>
<email>jbampton@gmail.com</email>
</author>
<published>2022-05-17T21:25:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b2116f748a7acd32facdbbdaf40117ed40564083'/>
<id>urn:sha1:b2116f748a7acd32facdbbdaf40117ed40564083</id>
<content type='text'>
Change-Id: Iee18987c495d1d4bde9da888d454eea8079d3ebc
GitHub-Last-Rev: ff5e01599ddf7deb3ab6ce190ba92eb02ae2cb15
GitHub-Pull-Request: golang/go#52949
Reviewed-on: https://go-review.googlesource.com/c/go/+/406915
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Run-TryBot: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Robert Griesemer &lt;gri@google.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
</content>
</entry>
<entry>
<title>all: fix spelling</title>
<updated>2022-05-17T19:51:29Z</updated>
<author>
<name>John Bampton</name>
<email>jbampton@gmail.com</email>
</author>
<published>2022-05-17T17:09:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a6f3f8d97306dc77144b6d3be8cf706c11e2de8f'/>
<id>urn:sha1:a6f3f8d97306dc77144b6d3be8cf706c11e2de8f</id>
<content type='text'>
Change-Id: I68538a50c22b02cdb5aa2a889f9440fed7b94c54
GitHub-Last-Rev: aaac9e78340ac482e9cd1b506a035f271c29648c
GitHub-Pull-Request: golang/go#52944
Reviewed-on: https://go-review.googlesource.com/c/go/+/406835
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
Reviewed-by: Robert Griesemer &lt;gri@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Run-TryBot: Bryan Mills &lt;bcmills@google.com&gt;
Auto-Submit: Bryan Mills &lt;bcmills@google.com&gt;
</content>
</entry>
</feed>
