mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Fixes #14211: Fixed regression in Unique and Exist validators
This commit is contained in:
@ -822,7 +822,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
|
||||
.*?
|
||||
(?:['"`\]]|}})
|
||||
|
|
||||
\w+
|
||||
.*?
|
||||
)
|
||||
(?:
|
||||
(?:
|
||||
@ -835,7 +835,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
|
||||
.*?
|
||||
(?:['"`\]]|}})
|
||||
|
|
||||
\w+
|
||||
.*?
|
||||
)
|
||||
)?
|
||||
\s*
|
||||
|
||||
Reference in New Issue
Block a user