aboutsummaryrefslogtreecommitdiff
path: root/_example/simple (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add error checking in simple example for tx.CommitKristóf Havasi2022-05-281-1/+4
| | | | Based on https://golang.org/pkg/database/sql/#Tx.Commit this function returns an error type. So why not check it.
* Update _example/simple/Dockerfilemattn2022-05-181-1/+1
|
* feat: simple example of Dockerfile w/ multi-stage buildKEINOS2022-05-181-0/+45
|
* add missing error checking to simple exampleStani2016-04-141-2/+16
|
* remove duplicated Closegmarik2015-08-161-1/+0
| | | since there's one already at line 51
* Update simple.go (very small change)tonio3l2014-07-291-3/+3
| | | Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functions sql.* in future edits or code reuse.
* Implements Execermattn2013-09-091-10/+8
|
* mvmattn2013-08-281-0/+95