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

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

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


Commits:
0da789ac by Victor Emanouilov at 2026-07-03T15:15:56+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/0da789ac5272e796fde02c9c0442720d149ef81f

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