orm fixes

This commit is contained in:
Yuri Kuznetsov
2021-02-23 16:59:43 +02:00
parent 9bb164246e
commit abd52c7a42
3 changed files with 49 additions and 4 deletions
+8 -1
View File
@@ -522,7 +522,7 @@ return [
'type' => Entity::VARCHAR,
'notStorable' => true,
'select' => [
'select' => 'MUL:(id, 1)',
'select' => 'MUL:({id, 1)',
],
'selectForeign' => [
'select' => 'MUL:({alias}.id, 1)',
@@ -533,6 +533,13 @@ return [
],
],
],
'testAnother' => [
'type' => Entity::VARCHAR,
'notStorable' => true,
'select' => [
'select' => 'MUL:({alias}.id, 1)',
],
],
],
'relations' => [
'right' => [