SQLInterface
Russ Cox edited this page 2023-12-14 22:14:45 -05:00
Clone

Wiki Page Revisions

16 Commits

Author SHA1 Message Date
Russ Cox
b0657ab84c wiki: redirect everything to go.dev/wiki
For #61940.
2023-12-14 22:14:45 -05:00
Van Muscari
2812599d9d 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. 2023-11-03 14:21:27 -04:00
Preslav Rachev
507dc0f3e9 Revert 2023-02-04 19:36:11 +01:00
Preslav Rachev
351808d590 Fixes a speculation, possibly unsupported by escape analysis evidence. 2023-02-04 19:19:18 +01:00
ikedam
7756871ee9 Pointer types can be used for dealing with NULL. (https://codereview.appspot.com/5630052) 2022-02-16 12:54:17 +09:00
Sean Liao
3c9c9e1ade url updates to go.dev / pkg.go.dev 2022-01-22 17:27:16 +01:00
180909
5d7fce729a Updated SQLInterface (markdown) 2021-09-05 22:38:13 +08:00
Olivier Mengué
e572ac21bd Improve formatting 2020-02-28 11:35:44 +01:00
Olivier Mengué
df33a22130 Improve formatting of "Connecting to a database" section 2020-02-28 11:21:18 +01:00
Olivier Mengué
1a22b4bb41 Update information about NULL handling 2020-02-28 11:12:11 +01:00
Daniel Theophanes
19bdc05d65 Use ctx in queries. 2018-10-27 07:55:20 -07:00
Aseem Kishore
baf957aafe SQLInterface: add missing `defer rows.Close()` for `Query`. 2018-06-17 15:23:43 -04:00
Adrian Sieber
c97457c1a3 Enable syntax highlighting 2017-06-06 06:38:06 +00:00
Konstantin Kulikov
c7758ebedc add db.Ping() example 2015-08-08 12:48:54 +03:00
gordonklaus
0be401b887 replace '?' with '$<n>' in queries 2015-05-31 19:28:26 +02:00
Andrew Gerrand
5bc444d13c Wiki data import from Google Code 2014-12-10 11:35:11 +11:00