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

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

Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
36b331e1 by Victor Emanouilov at 2026-07-03T15:15:34+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/36b331e1fec7a92ebf993c81f4d90e9f7442d65f

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