[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 12/16: Data_SQL if we use $this->sql , then m
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 12/16: Data_SQL if we use $this->sql , then must be set SQL |
Date: |
Tue, 27 May 2025 09:26:10 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit f93c2cbee0d67622cc39f79fb19b466256a731bb
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu May 22 00:04:10 2025 +0200
Data_SQL if we use $this->sql , then must be set SQL
---
include/database/acc_plan_sql.class.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/database/acc_plan_sql.class.php
b/include/database/acc_plan_sql.class.php
index c26023c85..99164aac7 100644
--- a/include/database/acc_plan_sql.class.php
+++ b/include/database/acc_plan_sql.class.php
@@ -33,6 +33,7 @@ class Acc_Plan_SQL extends Data_SQL
{
private $limit_fiche_qcode;
+ var $sql;
function __construct($p_cn, $p_id=-1)
{
$this->table = "accounting_card";
- [Noalyss-commit] [noalyss] 10/16: Data_SQL and Table_Data_SQL add virtual column, to allow transformation of columns in SQL, faster than transforming in PHP afterward, (continued)
- [Noalyss-commit] [noalyss] 10/16: Data_SQL and Table_Data_SQL add virtual column, to allow transformation of columns in SQL, faster than transforming in PHP afterward, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 04/16: FIX bug due changes Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 02/16: FONT MONSERRAT ROBOTO Title and menu, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 05/16: FREC : checkbox, checked by range, hidden elements must not be checked, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 08/16: Improve Code: Database : add __toString, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 14/16: Add column timestamp for table TOOL_UOS, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 01/16: Code Improve : Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 06/16: FIX bug due changes Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 07/16: Detail Operation for small screen, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 09/16: Code Improve : Single_Record, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 12/16: Data_SQL if we use $this->sql , then must be set SQL,
dwm <=
- [Noalyss-commit] [noalyss] 13/16: Data_SQL if column doesn't exist, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 15/16: Fix bug : wrong function name, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 11/16: CSS : cosmetic : font in a variable + outline input text in orange, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 16/16: PHP8.3 comptability, dynamic members, dwm, 2025/05/27