index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sql
Age
Commit message (
Expand
)
Author
8 days
lib/sql: remove JoinValues in favour of [slices.Concat]
Shulhan
8 days
lib/sql: add method Meta to Client
Shulhan
8 days
lib/sql: refactoring the BindWhere
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-08-09
lib/sql: replace [http.FileSystem] with [memfs.MemFS]
Shulhan
2024-03-05
lib/sql: remove deprecated Row type
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-03-02
lib/sql: realign struct in test
Shulhan
2024-02-29
lib/sql: handle binding with the same name
Shulhan
2024-01-30
lib/sql: refactor WhereFields to join where condition with holder as is
Shulhan
2024-01-27
lib/sql: remove type Table
Shulhan
2024-01-27
lib/sql: support update, bind where condition, and subquery in Meta
Shulhan
2024-01-25
lib/sql: add method WhereHolder to Meta type
Shulhan
2024-01-25
lib/sql: add new type Meta
Shulhan
2023-09-11
lib/sql: add missing comment to exported constants
Shulhan
2023-05-12
lib/sql: add type DmlKind
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-01-19
lib/sql: make the table migration customizable
Shulhan
2021-12-26
lib/sql: make the TruncateTable run with cascade and restart identity
Shulhan
2021-12-16
lib/sql: check for EOF on loadSQL
Shulhan
2021-08-17
lib/sql: do not run migration if the last file not exist on the list
Shulhan
2021-04-27
sql: make the column filename on table _migration as primary key
Shulhan
2021-02-10
sql: print the values from the first example ExtractSQLFields
Shulhan
2021-02-07
sql: change the parameter ExtractSQLFields to driver name
Shulhan
2021-02-05
sql: sort returned names on ExtractSQLFields sorted in ascending order
Shulhan
2021-01-08
sql: check nil on Migrate parameter "fs" using reflect.IsNil
Shulhan
2020-12-17
sql: use the options MigrationDir if the argument fs is nil
Shulhan
2020-12-17
sql: change the new client function parameter into struct of options
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-06
sql: add method to migrate database schema
Shulhan
2020-02-13
sql: a new package as an extension to "database/sql"
Shulhan