aboutsummaryrefslogtreecommitdiff
path: root/_example/simple (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove most files from _example/EuAndreh2024-08-142-156/+0
|
* temporary fix to make the job passDiego Becciolini2023-12-141-1/+1
| | | | | | use same workaround as https://github.com/authelia/authelia/pull/6404 before https://github.com/mattn/go-sqlite3/pull/1177 fixes the build otherwise
* use locally checked out lib in the docker jobDiego Becciolini2023-12-141-0/+2
| | | | see https://github.com/mattn/go-sqlite3/pull/1177
* こんにちわ is wrong Japanse. The correct word is こんにちはKiYugadgeter2022-09-042-2/+2
|
* 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