Kaydet (Commit) 12bad6a4 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

no reason to treat CHAR differently than VARCHAR

Change-Id: I19a9f1b26d36bc6eb9e878506e51e8a65b34da9a
üst 2f54f2a4
......@@ -250,6 +250,7 @@ Sequence< sal_Int8 > SAL_CALL ODatabaseMetaDataResultSet::getBytes( sal_Int32 co
sal_Int32 nType = getMetaData()->getColumnType(columnIndex);
switch(nType)
{
case DataType::CHAR:
case DataType::VARCHAR:
case DataType::LONGVARCHAR:
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment