Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php |
— | — | @@ -533,7 +533,9 @@ |
534 | 534 | } |
535 | 535 | |
536 | 536 | switch ($typeid) { |
537 | | - case '_txt': case '_cod': break; // not supported |
| 537 | + case '_txt': case '_cod': |
| 538 | + $table = 'smw_text2'; // ignore value condition in any case |
| 539 | + break; |
538 | 540 | case '_wpg': // wikipage |
539 | 541 | if ($value !== NULL) { |
540 | 542 | $oid = $this->getSMWPageID($value->getDBkey(),$value->getNamespace(),$value->getInterwiki()); |