dolibarr/htdocs/core/db
tomours 9267fe367e FIX #3372 - Printing issue with Postgres and dates (SQL format)
After connecting to the database, we force datestyle to "ISO, YMD", so dates returned by the db will have a format compatible with Dolibarr functions.
This will fix dates printing issues in mostly all pages, with a postgres db configured with "SQL, DMY" as default.
2015-08-10 15:10:58 +02:00
..
Database.interface.php Better type hinting for DoliDB 2015-05-12 19:01:01 +02:00
DoliDB.class.php Still working on project module to uniformize way of working with other 2015-07-04 18:20:17 +02:00
index.html Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
mssql.class.php Added typehinting to resultsets in database drivers 2015-05-12 19:51:41 +02:00
mysql.class.php Show sql query when log level is lower than LOG_DEBUG 2015-07-22 23:33:48 +02:00
mysqli.class.php Show sql query when log level is lower than LOG_DEBUG 2015-07-22 23:33:48 +02:00
pgsql.class.php FIX #3372 - Printing issue with Postgres and dates (SQL format) 2015-08-10 15:10:58 +02:00
sqlite.class.php Added typehinting to resultsets in database drivers 2015-05-12 19:51:41 +02:00
sqlite3.class.php Added typehinting to resultsets in database drivers 2015-05-12 19:51:41 +02:00