mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 18:21:53 +02:00
fix #1279
This commit is contained in:
parent
157fc05265
commit
9c075dcdf0
@ -21,7 +21,7 @@ use Typecho\Db;
|
||||
class Query
|
||||
{
|
||||
/** 数据库关键字 */
|
||||
private const KEYWORDS = '*PRIMARY|AND|OR|LIKE|BINARY|BY|DISTINCT|AS|IN|IS|NULL';
|
||||
private const KEYWORDS = '*PRIMARY|AND|OR|LIKE|ILIKE|BINARY|BY|DISTINCT|AS|IN|IS|NULL';
|
||||
|
||||
/**
|
||||
* 默认字段
|
||||
|
Loading…
x
Reference in New Issue
Block a user