| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-02 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-03-30 | fix GetBool | LazyDBA247-Anyvision | 1 | -2/+2 | |
| 2021-03-30 | add enableUpsert=true | LazyDBA247-Anyvision | 1 | -3/+7 | |
| and rename config to upsertQuery | |||||
| 2021-03-29 | Adding custom insertQuery support for postgres/2 mysql/2 | LazyDBA247-Anyvision | 1 | -1/+3 | |
| 2021-02-17 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-02-17 | filer: do not print password on error | Chris Lu | 1 | -1/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1809 | |||||
| 2021-02-15 | better postgres connection pool management | LazyDBA247-Anyvision | 1 | -1/+4 | |
| adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of stale connections. | |||||
| 2021-02-14 | postgres2 & memsql2 | LazyDBA247-Anyvision | 1 | -1/+1 | |
| add escape (quote identifiers) for the dynamic sql so tables (collections) with special characters will work. | |||||
| 2021-01-19 | filer store: add postgres2 | Chris Lu | 1 | -0/+87 | |
