Files
dolibarr/htdocs/debugbar/class
Alexandre Janniaux 6c63225929 TraceableDB: add missing regexpsql() wrapper
The TraceableDB must also redirect to the underlying database object for
regexpsql queries, otherwise, a DoliDBPgsql DB with the debugbar enabled
would try to use REGEXP() commands which are not supported on
Postgresql.
2025-03-02 17:03:45 +01:00
..