[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX] Manticore PDO exception issue with tests

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]> Fri, 03 Jul 2026 12:15:54 +0000
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a47a7fa440d9_3819a7d017878@gitlab-sidekiq-low-urgency-cpu-bound-v2-69d694bf94-mc8kp.mail>

Victor Emanouilov pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
ba5c03ff by Victor Emanouilov at 2026-07-03T15:15:49+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/ba5c03ff6f22ee1c69c504d084879fba6a769ac9

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ba5c03ff6f22ee1c69c504d084879fba6a769ac9
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