[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 08/19: set the search_path
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 08/19: set the search_path |
Date: |
Sat, 31 Aug 2024 17:46:28 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit 81fde6775567aa2fc9e2905a3e74f7eff71a9086
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Aug 24 11:59:07 2024 +0200
set the search_path
---
include/class/database.class.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/class/database.class.php b/include/class/database.class.php
index 320fb3724..22865788a 100644
--- a/include/class/database.class.php
+++ b/include/class/database.class.php
@@ -64,6 +64,7 @@ class Database extends DatabaseCore
parent::__construct($noalyss_user, $password, $l_dossier, $host,
$port);
+ $this->exec_sql('set search_path to public,pg_catalog;');
if ($this->exist_schema('comptaproc')) {
$this->exec_sql('set search_path to
public,comptaproc,pg_catalog;');
}
- [Noalyss-commit] [noalyss] branch pre-stable created (now ae29565cf), dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 10/19: upgrade199 : Correct SQL, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 16/19: cosmetic, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 05/19: Typo, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 02/19: Bug : fix create event from AGENDA, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 07/19: Fix : error when empty, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 06/19: Limit search thanks user's preferences, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 01/19: Merge branch 'unstable' of gitlab.com:noalyss/noalyss into unstable, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 08/19: set the search_path,
dwm <=
- [Noalyss-commit] [noalyss] 09/19: Database : correct the scripts for creating DB and adapt to postgreSQL 12, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 11/19: set version 9.3, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 12/19: Task #2372 : Change AD, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 04/19: Cosmetic, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 03/19: GESTION : operation add receipt number, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 18/19: cosmetic, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 15/19: C0SEC : add a search for the table of users, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 19/19: cosmetic, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 17/19: Merge branch 'unstable' into pre-stable, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 13/19: Widget : event fix date description , set interval to 14 days, dwm, 2024/08/31