Skip to content
Snippets Groups Projects
Commit c80e7672 authored by Bart Visscher's avatar Bart Visscher Committed by Jörn Friedrich Dreyer
Browse files

Going from text to clob is not something we do.

parent 66e1eaac
Branches
No related tags found
No related merge requests found
......@@ -49,8 +49,9 @@
<field>
<name>description</name>
<type>clob</type>
<type>text</type>
<notnull>false</notnull>
<length>1024</length>
</field>
<field>
......
......@@ -53,12 +53,6 @@ class Test_DBSchema extends PHPUnit_Framework_TestCase {
}
public function doTestSchemaChanging() {
if (OC_Config::getValue( 'dbtype', 'sqlite' ) === 'oci') {
$this->markTestSkipped(
// see http://abhijitbashetti.blogspot.de/2011/10/converting-varchar2-to-clob-and-clob-to.html
'Oracle does not simply ALTER a VARCHAR into a CLOB.'
);
}
OC_DB::updateDbFromStructure($this->schema_file2);
$this->assertTableExist($this->table2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment