connectivity: sal_Bool->bool and fix method name
Convert method name getBoleanComparisonPredicate to getBooleanComparisonPredicate Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
This commit is contained in:
@@ -300,7 +300,7 @@ namespace
|
||||
sCatalog,
|
||||
sSchema,
|
||||
sName,
|
||||
sal_False,
|
||||
false,
|
||||
::dbtools::eInDataManipulation
|
||||
);
|
||||
}
|
||||
@@ -458,7 +458,7 @@ void OSQLParseTreeIterator::traverseOneTableName( OSQLTables& _rTables,const OSQ
|
||||
aCatalog.hasValue() ? ::comphelper::getString(aCatalog) : OUString(),
|
||||
aSchema,
|
||||
aTableName,
|
||||
sal_False,
|
||||
false,
|
||||
::dbtools::eInDataManipulation);
|
||||
|
||||
// if there is no alias for the table name assign the orignal name to it
|
||||
|
Reference in New Issue
Block a user