aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/mysql2
AgeCommit message (Collapse)AuthorFilesLines
2024-03-25print only adapted urlchrislu1-1/+1
fix https://github.com/seaweedfs/seaweedfs/issues/5424
2023-01-01filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094)CommanderRoot1-1/+1
2023-01-01filer.store.mysql: Escape table columns in SQL query (#4095)CommanderRoot1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-07-21explicit bucket aware declarationchrislu1-0/+2
2022-03-10fix:support some databases which not support 'IF NOT EXISTS' keyword of ↵zzq094941-1/+2
'create table command'
2021-04-02go fmtChris Lu1-1/+1
2021-03-30fix GetBoolLazyDBA247-Anyvision1-2/+2
2021-03-30add enableUpsert=trueLazyDBA247-Anyvision1-3/+7
and rename config to upsertQuery
2021-03-29Adding custom insertQuery support for postgres/2 mysql/2LazyDBA247-Anyvision1-1/+3
2021-02-17filer: do not print password on errorChris Lu1-1/+3
fix https://github.com/chrislusf/seaweedfs/issues/1809
2021-02-14postgres2 & memsql2LazyDBA247-Anyvision1-1/+1
add escape (quote identifiers) for the dynamic sql so tables (collections) with special characters will work.
2021-01-19filer store: add postgres2Chris Lu1-0/+5
2021-01-19filer store: add mysql2Chris Lu1-0/+77