Konstantin Lebedev
|
3c9bcfb864
|
chore: add dsn for connection to mysql (#5060)
* chore: add dsn for connection to mysql
* add comment
* new comment
* fix: validate dsn and adapt password
|
1 year ago |
CommanderRoot
|
c7c9d22f37
|
filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094)
|
2 years ago |
CommanderRoot
|
265a56630b
|
filer.store.mysql: Escape table columns in SQL query (#4095)
|
2 years ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
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
|
51b4963e2e
|
postgres2 & memsql2
add escape (quote identifiers) for the dynamic sql
so tables (collections) with special characters will work.
|
4 years ago |
Chris Lu
|
52a8f1470e
|
filer store: add mysql2
|
4 years ago |
Chris Lu
|
93b3adba98
|
fix bucket creation
|
4 years ago |
Chris Lu
|
4c5b752b04
|
restructuring sql stores
|
4 years ago |
Chris Lu
|
16ad74f477
|
go fmt
|
4 years ago |
Chris Lu
|
fd1d8a2a09
|
fix compilation
|
4 years ago |
LazyDBA247-Anyvision
|
8eed763b97
|
better mysql connection pool management
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime)
to enable refresh of connections.
|
4 years ago |
Chris Lu
|
b0c7de186d
|
filer: fix postgres prefixed directory listing problem
fix https://github.com/chrislusf/seaweedfs/issues/1465
|
4 years ago |
Chris Lu
|
eb7929a971
|
rename filer2 to filer
|
4 years ago |
Устюжанин Антон Александрович
|
b231f7bdab
|
ListDirectoryPrefixedEntries
|
4 years ago |
Устюжанин Антон Александрович
|
33a9e5e2d1
|
test ListDirectoryPrefixedEntries
|
4 years ago |
Chris Lu
|
d335f04de6
|
support env variables to overwrite toml file
|
5 years ago |
Chris Lu
|
bbb6ebc3c0
|
filer: DeleteFolderChildren for deleting large folders
|
5 years ago |
Chris Lu
|
46294b42e6
|
filer: support memsql
fix https://github.com/chrislusf/seaweedfs/issues/1141
|
5 years ago |
j.laycock
|
6fc6322c90
|
Change joeslay paths to chrislusf paths
|
5 years ago |
j.laycock
|
595a1beff0
|
Swap imports to use joeslay
|
5 years ago |
Chris Lu
|
95b997fb35
|
go fmt
|
6 years ago |
Chris Lu
|
f827ada811
|
merge notification config with filer.toml
|
6 years ago |
Chris Lu
|
eb2acd11c2
|
decouple from viper for filer store
|
7 years ago |
Chris Lu
|
458ada173e
|
go fmt
|
7 years ago |
Chris Lu
|
f124ebab1d
|
fix ordering
|
7 years ago |
Chris Lu
|
869161a261
|
support both mysql and postgres
|
7 years ago |
Chris Lu
|
2da84ed331
|
working fine now
but index length can be improved
|
7 years ago |
Chris Lu
|
68bcaff14d
|
mysql can compile, not yet tested!
|
7 years ago |