Dumpzilla工具第615行bug的解决办法

在Dumpzilla使用选项frequency时,会提示SQL语法错误。这是由于其中SQL语句编写错误。需要将615行中:
where url like ? title like ?
修改为:
where url like ? and title like ?

发表评论

邮箱地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>