chrislu
|
36fec34c47
|
print only adapted url
fix https://github.com/seaweedfs/seaweedfs/issues/5424
|
9 months ago |
chrislu
|
21c0587900
|
go fmt
|
2 years ago |
John W Higgins
|
3afda0c89c
|
Allow postgresql to use standard environment variables for connection (#3413)
|
2 years ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2 years ago |
chrislu
|
c93f7ffa44
|
explicit bucket aware declaration
|
2 years ago |
Chris Lu
|
8e404a1433
|
go fmt
|
4 years ago |
LazyDBA247-Anyvision
|
7f44d953b5
|
fix GetBool
|
4 years ago |
LazyDBA247-Anyvision
|
4c51e6a660
|
add enableUpsert=true
and rename config to upsertQuery
|
4 years ago |
LazyDBA247-Anyvision
|
4a02389eb0
|
Adding custom insertQuery support for postgres/2 mysql/2
|
4 years ago |
Chris Lu
|
3575d41009
|
go fmt
|
4 years ago |
Chris Lu
|
3f8b0da677
|
filer: do not print password on error
fix https://github.com/chrislusf/seaweedfs/issues/1809
|
4 years ago |
LazyDBA247-Anyvision
|
7f458d5e78
|
better postgres connection pool management
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime)
to enable refresh of stale connections.
|
4 years ago |
LazyDBA247-Anyvision
|
51b4963e2e
|
postgres2 & memsql2
add escape (quote identifiers) for the dynamic sql
so tables (collections) with special characters will work.
|
4 years ago |
Chris Lu
|
d5add83e85
|
filer store: add postgres2
|
4 years ago |