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 3eb5982 commit 315a265Copy full SHA for 315a265
src/JSONDB/JSONDB.php
@@ -671,6 +671,7 @@ protected function _parseValue($value, $properties)
671
return $data['#rowid'];
672
}
673
674
+ throw new Exception("JSONDB Error: There is no value \"{$value}\" in any rows of the table \"{$link_info[0]}\" at the column \"{$link_info[1]}\".");
675
} else {
676
switch ($properties['type']) {
677
case 'int':
0 commit comments