aboutsummaryrefslogtreecommitdiff
path: root/_example/simple (follow)
Commit message (Expand)AuthorAgeFilesLines
* こんにちわ is wrong Japanse. The correct word is こんにちはKiYugadgeter2022-09-042-2/+2
* Add error checking in simple example for tx.Commit•••Based on https://golang.org/pkg/database/sql/#Tx.Commit this function returns an error type. So why not check it.Kristóf Havasi2022-05-281-1/+4
* 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 Close•••since there's one already at line 51gmarik2015-08-161-1/+0
* Update simple.go (very small change)•••Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functions sql.* in future edits or code reuse.tonio3l2014-07-291-3/+3
* Implements Execermattn2013-09-091-10/+8
* mvmattn2013-08-281-0/+95