orm fixes
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user