Fix test case
This commit is contained in:
parent
4510f5a5b8
commit
5cb4466f7c
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ class DDC2012TsVectorType extends Type
|
||||||
*/
|
*/
|
||||||
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||||
{
|
{
|
||||||
return $platform->getBlobTypeDeclarationSQL($fieldDeclaration);
|
return $platform->getVarcharTypeDeclarationSQL($fieldDeclaration);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -153,7 +153,7 @@ class DDC2012TsVectorType extends Type
|
||||||
'platform' => $platform,
|
'platform' => $platform,
|
||||||
);
|
);
|
||||||
|
|
||||||
// changed to upper expression to keep the teste compatible with other Databases
|
// changed to upper expression to keep the test compatible with other Databases
|
||||||
//sprintf('to_tsvector(%s)', $sqlExpr);
|
//sprintf('to_tsvector(%s)', $sqlExpr);
|
||||||
|
|
||||||
return $platform->getUpperExpression($sqlExpr);
|
return $platform->getUpperExpression($sqlExpr);
|
||||||
|
|
Loading…
Add table
Reference in a new issue