Change-Id: I469c85a564707cf50e5730bcac345d1879694919
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181612
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2025-02-13 12:18:13 +01:00
committed by Julien Nabet
parent a383d7afa4
commit 4dd0f15fa0

View File

@@ -206,7 +206,7 @@ void CRMDBTest::testODBCEscapeQuery()
xQuery->getPropertyValue(u"Command"_ustr) >>= sQuery; xQuery->getPropertyValue(u"Command"_ustr) >>= sQuery;
// Test to make sure the query is parseable // Test to make sure the query is parseable
// If it is unparseable, catch the SQLException and fail with the SQL error mesage // If it is unparseable, catch the SQLException and fail with the SQL error message
try try
{ {
xComposer->setQuery(sQuery); xComposer->setQuery(sQuery);