aboutsummaryrefslogtreecommitdiff
path: root/lib/sql/table.go
AgeCommit message (Collapse)Author
2024-01-27lib/sql: remove type TableShulhan
This type has never been used and the implementation is not correct.
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-02-05sql: sort returned names on ExtractSQLFields sorted in ascending orderShulhan
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-10all: update email addressShulhan
2020-06-06all: use default linter optionsShulhan
2020-02-13sql: a new package as an extension to "database/sql"Shulhan