You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
王勇攀 dc8a862255 feat:通过使用--table_prefix 给表名加前缀
使得:
func (obj *_SymbolMgr) GetTableName() string {
 return "symbol"
}
变成:
func (obj *_SymbolMgr) GetTableName() string {
 return "tableprefix.symbol"
}
并在源头确定表名:tableprefix.symbol.
即真正执行mysql语句的时候,会按照tableprefix.symbol这个表名去执行。
4 years ago
..
cnf add datatypes 4 years ago
generate Comprehensive optimization 5 years ago
genfunc feat:通过使用--table_prefix 给表名加前缀 4 years ago
genstruct fix empty column 4 years ago
gtools support sqlite 4 years ago
model feat:通过使用--table_prefix 给表名加前缀 4 years ago