| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-27 | lib/sql: remove type Table | Shulhan | |
| This type has never been used and the implementation is not correct. | |||
| 2022-05-09 | all: reformat all codes using gofmt 1.19 (the Go tip) | Shulhan | |
| 2021-02-05 | sql: sort returned names on ExtractSQLFields sorted in ascending order | Shulhan | |
| This is to make sure that any test that use the package always predictable. While at it, add paramter to change placeholder on ExtractSQLFields. | |||
| 2020-06-10 | all: update email address | Shulhan | |
| 2020-06-06 | all: use default linter options | Shulhan | |
| 2020-02-13 | sql: a new package as an extension to "database/sql" | Shulhan | |
