Laurent Destailleur
630e305161
Standardize db drivers. No more static class.
2023-08-04 04:18:59 +02:00
Laurent Destailleur
6a962cbefa
Debug v19
2023-08-01 17:06:22 +02:00
Olivier Lesueur
4a14ba2083
Use SSL connection to MySQL server if server name starts with ssl:// ( #25525 )
...
* Use SSL connection to MySQL server if server name starts with ssl://
* Update mysqli.class.php
---------
Co-authored-by: Olivier Lesueur <o.lesueur@crm.fnattp.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-08-01 16:58:32 +02:00
Laurent Destailleur
ec39199b85
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
.travis.yml
htdocs/api/class/api_documents.class.php
htdocs/core/db/pgsql.class.php
2023-07-26 01:42:22 +02:00
Laurent Destailleur
8e94ea0504
Fix warning
2023-07-26 00:01:45 +02:00
Laurent Destailleur
673236cf4b
Fix warning
2023-06-29 13:24:37 +02:00
Laurent Destailleur
0670cf25b9
Debug v18
2023-06-22 22:32:09 +02:00
hystepik
597b36e57c
Fix : php8.1 warnings with strict mode
2023-06-10 10:47:36 +02:00
Laurent Destailleur
738f58f46f
Add protection when mysqli not available
2023-05-14 02:05:35 +02:00
Frédéric FRANCE
163bd91ebe
Update mysqli.class.php
2023-04-20 18:53:04 +02:00
Frédéric FRANCE
9ae24a0369
fix bad edit 😳
2023-04-20 18:46:40 +02:00
Frédéric FRANCE
c6aa069705
Fix 😍 in dolibarr when using utf8mb4
2023-04-20 18:32:09 +02:00
Laurent Destailleur
a30242eadc
Merge pull request #24507 from frederic34/repair_script
...
NEW repair script skip views
2023-04-18 17:24:52 +02:00
Laurent Destailleur
f02ff3f774
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-15 02:29:01 +02:00
Laurent Destailleur
f425bd4654
Fix sqlforlike when searching with like and _ string
2023-04-15 01:24:50 +02:00
Frédéric FRANCE
ccb88a9b76
NEW repair script skip views
2023-04-14 10:10:28 +02:00
Frédéric FRANCE
834cb83047
NEW repair script skip views
2023-04-14 10:06:10 +02:00
Laurent Destailleur
28818fc65b
Fix pgsql update of extrafields type
2023-03-26 21:19:38 +02:00
Laurent Destailleur
32d3a3190e
Fix warning
2023-03-22 17:13:27 +01:00
Laurent Destailleur
a618bed16d
Add phpunit for DDLUpdateField
2023-03-22 15:22:23 +01:00
Florent Poinsaut
fc63599d52
Fix UpdateField with PostgreSQL
2023-03-21 12:03:57 +01:00
FLIO
0080b0a80f
fix (qodana) fix condlicts
2023-02-01 23:38:49 +01:00
Laurent Destailleur
5c6d0bc26f
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-30 03:01:13 +01:00
Laurent Destailleur
1bbcd3c403
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-01-30 02:29:43 +01:00
Laurent Destailleur
c4d8268ea5
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-01-30 02:27:28 +01:00
FLIO
02f4f47083
fix (qodana) Return value type is not compatible with declared
2023-01-24 23:11:28 +01:00
David Pareja Rodriguez
7f6d993040
Encase database name in backticks
2023-01-24 10:54:48 +01:00
Laurent Destailleur
f964f14c85
Fix phpunit
2023-01-04 17:36:31 +01:00
Laurent Destailleur
b005c9389b
Doxygen
2023-01-03 18:54:11 +01:00
Laurent Destailleur
24fcb2ff16
The deprecated method escapeunderscore() of database handlers has been
...
removed. You must use escapeforlike instead.
2022-12-17 13:06:22 +01:00
Laurent Destailleur
5026de62f7
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-12-01 17:48:29 +01:00
Laurent Destailleur
9b5fc20308
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-12-01 17:46:13 +01:00
Laurent Destailleur
cc982adc2f
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-12-01 17:42:02 +01:00
Laurent Destailleur
85e1bd722d
Merge pull request #22819 from noec764/14_FIX_getNextValue
...
FIX: GetNextValue() adding regexsql() function
2022-12-01 17:27:36 +01:00
Noé Courtier
a4ac90a316
FIX: PGSQL Int type does not have a free lenght
2022-12-01 15:15:31 +01:00
Laurent Destailleur
53a1867be8
Fix phpcs
2022-11-24 16:40:44 +01:00
stickler-ci
97618510e5
Fixing style errors.
2022-11-10 16:19:12 +00:00
Noé Courtier
c12a6bd4d1
FIX: GetNextValue() adding regexsql() function
2022-11-10 17:10:51 +01:00
Laurent Destailleur
94767f5fd1
Fix signature of begin method
2022-10-06 17:09:38 +02:00
Laurent Destailleur
09ee684c9f
NEW Default template of contract is not mandatory
2022-10-06 17:07:23 +02:00
Laurent Destailleur
8f1ea59bc6
Fix for travis and PHP 8.1 with PGSQL
2022-09-20 21:13:51 +02:00
Laurent Destailleur
35d8320328
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-09-14 17:26:20 +02:00
Laurent Destailleur
34da698537
FIX Import in upgrade when using a socialnetwork field.
2022-09-14 16:01:45 +02:00
lmarcouiller
14a3bc7360
Fix : php 8.1 warnings
2022-09-09 12:26:17 +02:00
Laurent Destailleur
d751a00e7b
Clean comment
2022-08-24 03:51:25 +02:00
Laurent Destailleur
24f8e9c401
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-07-22 18:09:38 +02:00
Regis Houssin
0c7a868306
FIX avoid Passing null to parameter #1 of type string is deprecated
2022-07-16 16:20:11 +02:00
Laurent Destailleur
f2a6560d8f
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-07-07 11:45:36 +02:00
Laurent Destailleur
86c11cb357
Fix phpunit
2022-07-06 15:48:17 +02:00
Laurent Destailleur
22d35c6d0b
Fix scrutinizer
2022-07-06 03:16:08 +02:00