Bug #32427 ยป dbal.patch
class.ux_t3lib_db.php 2011-12-09 20:01:56 +0400 | ||
---|---|---|
$str = $type;
|
||
break;
|
||
case 'adodb':
|
||
if (in_array($table, $this->cache_fieldType)) {
|
||
if (array_key_exists($table, $this->cache_fieldType)) {
|
||
$rs = $this->handlerInstance[$this->lastHandlerKey]->SelectLimit('SELECT * FROM ' . $this->quoteFromTables($table), 1);
|
||
$str = $rs->MetaType($type, $max_length);
|
||
}
|
||
... | ... | |
include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['ext/dbal/class.ux_t3lib_db.php']);
|
||
}
|
||
?>
|
||
?>
|