summaryrefslogtreecommitdiff
path: root/lib/sql
AgeCommit message (Expand)Author
2024-08-09lib/sql: replace [http.FileSystem] with [memfs.MemFS]Shulhan
2024-03-05lib/sql: remove deprecated Row typeShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-03-02lib/sql: realign struct in testShulhan
2024-02-29lib/sql: handle binding with the same nameShulhan
2024-01-30lib/sql: refactor WhereFields to join where condition with holder as isShulhan
2024-01-27lib/sql: remove type TableShulhan
2024-01-27lib/sql: support update, bind where condition, and subquery in MetaShulhan
2024-01-25lib/sql: add method WhereHolder to Meta typeShulhan
2024-01-25lib/sql: add new type MetaShulhan
2023-09-11lib/sql: add missing comment to exported constantsShulhan
2023-05-12lib/sql: add type DmlKindShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-01-19lib/sql: make the table migration customizableShulhan
2021-12-26lib/sql: make the TruncateTable run with cascade and restart identityShulhan
2021-12-16lib/sql: check for EOF on loadSQLShulhan
2021-08-17lib/sql: do not run migration if the last file not exist on the listShulhan
2021-04-27sql: make the column filename on table _migration as primary keyShulhan
2021-02-10sql: print the values from the first example ExtractSQLFieldsShulhan
2021-02-07sql: change the parameter ExtractSQLFields to driver nameShulhan
2021-02-05sql: sort returned names on ExtractSQLFields sorted in ascending orderShulhan
2021-01-08sql: check nil on Migrate parameter "fs" using reflect.IsNilShulhan
2020-12-17sql: use the options MigrationDir if the argument fs is nilShulhan
2020-12-17sql: change the new client function parameter into struct of optionsShulhan
2020-06-10all: update email addressShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-05-06sql: add method to migrate database schemaShulhan
2020-02-13sql: a new package as an extension to "database/sql"Shulhan