We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622a0ac commit 67f689cCopy full SHA for 67f689c
src/SpojeNet/PohodaSQL/Agenda.php
@@ -136,7 +136,7 @@ public function setUp($options = []): bool
136
$this->setKeyColumn(\array_key_exists('ID', $this->struct) ? 'ID' : null);
137
$this->createColumn = \array_key_exists('DatCreate', $this->struct) ? 'DatCreate' : null;
138
$this->lastModifiedColumn = \array_key_exists('DatSave', $this->struct) ? 'DatSave' : null;
139
- $this->nameColumn = \array_key_exists('IDS', $this->struct) ? 'IDS' : null;
+ $this->nameColumn = \array_key_exists('IDS', $this->struct) ? 'IDS' : '';
140
$setUp = parent::setUp($options);
141
$this->setObjectName();
142
return $setUp;
0 commit comments