This commit is contained in:
Dmitry Khomutov 2017-02-12 01:35:17 +07:00
parent 206fbf2071
commit 7d254fc512
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -304,7 +304,7 @@ abstract class Store
}
if (strpos($field, '.') === false) {
return $this->tableName . '.' . $field;
return '{{' . $this->tableName . '}}.{{' . $field . '}}';
}
return $field;