Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Pull requests: VividCortex/go-database-sql-tutorial

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add stmt.Close()
#4 by mkch was closed Oct 2, 2013 Loading…
another attempt - this time a copy of revel's tutorial section
#24 by arnehormann Contributor was merged Dec 2, 2013 Loading…
Various tweaks and updates
#59 by xaprb Contributor was merged Dec 6, 2014 Loading…
changed markdown parser from cramdown to default (redcarpet)
#23 by arnehormann Contributor was merged Dec 2, 2013 Loading…
change id to name
#39 by rnoldo was closed Mar 10, 2014 Loading…
Use errors.As()/errors.Is() syntax
#108 by jeffwidman was closed Oct 6, 2022 Loading…
More readable style
#29 by julienschmidt Contributor was merged Dec 6, 2013 Loading…
Provide the driver names for SQLite and PostgreSQL
#73 by amkgo Contributor was merged Oct 9, 2015 Loading…
Separate Close and Err docs for #62
#63 by xaprb Contributor was merged Dec 16, 2014 Loading…
Add warning comments to erroneous examples
#68 by perceptec was merged Mar 2, 2015 Loading…
Update retrieving.md
#55 by mikhailov Contributor was merged Oct 4, 2014 Loading…
Warn about deferring the closure of a txn-scoped Stmt
#51 by johto Contributor was merged Dec 5, 2014 Loading…
Handle rows.Err() correctly in the Prepare() example
#50 by johto Contributor was closed Dec 5, 2014 Loading…
change drivers to driver (it's only one), fix formatting
#2 by arnehormann Contributor was closed Jul 12, 2013 Loading…
Fix minor typo
#96 by jarifibrahim was closed Dec 13, 2018 Loading…
Fix left navigation not showing
#100 by cglotr Contributor was merged Jan 31, 2019 Loading…
Update accessing.md
#120 by Ely0rda was closed Jan 24, 2023 Loading…
Add CC license
#80 by Preetam Contributor was merged Mar 16, 2016 Loading…
RawBytes isn't allowed on Row.Scan anymore
#65 by scorredoira was closed Jan 6, 2015 Loading…
Fix reference to 'db' var
#103 by eliben Contributor was merged Mar 7, 2019 Loading…
Fix typo
#14 by felixge Contributor was merged Nov 18, 2013 Loading…
Add vertical header margin
#30 by julienschmidt Contributor was merged Dec 6, 2013 Loading…
Correct name of Postgres driver in example
#72 by msakrejda Contributor was merged Sep 3, 2015 Loading…
Add SetConnMaxLifetime details to connection pool
#84 by sartajsingh Contributor was merged Oct 29, 2018 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.