Fan-sx
Fan-sx
ES索引和Java实体类中全为大写时,使用 `@IndexField` 指定字段名会失效,查询时首字母会被置为小写  
start-position 不生效,使用了 `--start-pos= ` 和 `--stop-pos=` 参数不生效,请问是我用法问题,还是一直存在此bug ``` shell python binlogfile2sql.py -h localhost -P3306 -uroot -p'123456' -dry-cloud -t sch_children -f D:/data/mysql-bin.000078 --start-position=334207 --stop-position=26578922 -B > roll_bak.sql ```