aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/mysql/mysql_sql_gen.go
AgeCommit message (Expand)AuthorFilesLines
2023-01-11mysql: Missed escaping column namechrislu1-1/+1
2023-01-01filer.store.mysql: Escape table columns in SQL query (#4095)CommanderRoot1-7/+7
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2021-07-25Fix mysql sql for batch deletebyunghwa.yun1-1/+1
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-1/+1
2021-03-30add enableUpsert=trueLazyDBA247-Anyvision1-3/+3
2021-03-29Adding custom insertQuery support for postgres/2 mysql/2LazyDBA247-Anyvision1-1/+7
2021-03-25refactorChris Lu1-18/+18
2021-02-14postgres2 & memsql2LazyDBA247-Anyvision1-7/+7
2021-01-19filer store: add mysql2Chris Lu1-0/+52