Remove visual noise from connectivity
Conflicts: connectivity/source/inc/odbc/OConnection.hxx Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626 Reviewed-on: https://gerrit.libreoffice.org/8245 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
committed by
Caolán McNamara
parent
2a33953f6e
commit
ac9212feed
@@ -1786,7 +1786,7 @@ static void columnMetaData2DatabaseTypeDescription(
|
||||
{
|
||||
Sequence< Any > row( 6 );
|
||||
row[0] <<= m_pSettings->catalog;
|
||||
row[1] <<= xRow->getString(1); //
|
||||
row[1] <<= xRow->getString(1);
|
||||
row[2] <<= xRow->getString(2);
|
||||
OUString array = xRow->getString(3);
|
||||
row[4] <<= xRow->getString(5); // the relid
|
||||
@@ -2299,7 +2299,7 @@ static void pgTypeInfo2ResultSet(
|
||||
row[NULLABLE] <<= OUString::number(nullable);
|
||||
row[CASE_SENSITIVE] <<= OUString::number(1);
|
||||
row[SEARCHABLE] <<= OUString::number( calcSearchable( dataType ) );
|
||||
row[UNSIGNED_ATTRIBUTE] <<= OUString("0"); //
|
||||
row[UNSIGNED_ATTRIBUTE] <<= OUString("0");
|
||||
if( com::sun::star::sdbc::DataType::INTEGER == dataType ||
|
||||
com::sun::star::sdbc::DataType::BIGINT == dataType )
|
||||
row[AUTO_INCREMENT] <<= OUString("1"); // TODO
|
||||
|
Reference in New Issue
Block a user