Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove most files from _example/ | EuAndreh | 2024-08-14 | 2 | -156/+0 |
| | |||||
* | temporary fix to make the job pass | Diego Becciolini | 2023-12-14 | 1 | -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 job | Diego Becciolini | 2023-12-14 | 1 | -0/+2 |
| | | | | see https://github.com/mattn/go-sqlite3/pull/1177 | ||||
* | こんにちわ is wrong Japanse. The correct word is こんにちは | KiYugadgeter | 2022-09-04 | 2 | -2/+2 |
| | |||||
* | Add error checking in simple example for tx.Commit | Kristóf Havasi | 2022-05-28 | 1 | -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/Dockerfile | mattn | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | feat: simple example of Dockerfile w/ multi-stage build | KEINOS | 2022-05-18 | 1 | -0/+45 |
| | |||||
* | add missing error checking to simple example | Stani | 2016-04-14 | 1 | -2/+16 |
| | |||||
* | remove duplicated Close | gmarik | 2015-08-16 | 1 | -1/+0 |
| | | | since there's one already at line 51 | ||||
* | Update simple.go (very small change) | tonio3l | 2014-07-29 | 1 | -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 Execer | mattn | 2013-09-09 | 1 | -10/+8 |
| | |||||
* | mv | mattn | 2013-08-28 | 1 | -0/+95 |