[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX] Manticore PDO exception issue with tests
"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]> Fri, 03 Jul 2026 12:15:49 +0000
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a47a7f5698e1_38112813458424@gitlab-sidekiq-low-urgency-cpu-bound-v2-69d694bf94-k74ls.mail> |
Victor Emanouilov pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki
Commits:
3b266418 by Victor Emanouilov at 2026-07-03T15:15:44+03:00
[FIX] Manticore PDO exception issue with tests
- - - - -
1 changed file:
- lib/core/Search/Manticore/PdoClient.php
Changes:
=====================================
lib/core/Search/Manticore/PdoClient.php
=====================================
@@ -609,7 +609,7 @@ class PdoClient
$this->connect(true);
return $this->query($sql, $tries + 1);
}
- throw new Exception($e->getMessage());
+ throw $e;
}
}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3b266418258ef1938a1e4412b668c0f7253a2bbc
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3b266418258ef1938a1e4412b668c0f7253a2bbc
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs