aboutsummaryrefslogtreecommitdiffstats
path: root/include/dba/dba_mysqli.php
Commit message (Collapse)AuthorAgeFilesLines
* use pdo for postgres alsozotlabs2016-10-191-1/+1
|
* prevent recursion in the database driver when debugging is enabled and the ↵redmatrix2016-05-091-4/+4
| | | | system config is not yet loaded - caused by calling get_config and making db calls within the logger function; which we then attempt to log...
* some cleanup on the mysqli driverredmatrix2016-04-251-6/+12
|
* add syslog loglevels to dba functionsredmatrix2016-03-071-4/+4
|
* added dbdriver to siteinfo json to better track affected sitesHabeas Codice2014-11-221-0/+4
|
* mysql driver - in debug mode for statements that return true/false report ↵friendica2014-11-131-1/+1
| | | | the sql along with the result so we can match it to an offending statement. This has bugged me for some time but never got around to fixing it until now.
* bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-271-1/+1
| | | | warnings
* fix intltext template driverfriendica2013-05-151-1/+6
|
* add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵fabrixxm2013-05-101-2/+2
| | | | compiled templates
* cleanup debugging code in abstracted db driverfriendica2013-04-221-6/+15
|
* db abstraction layerfriendica2013-04-221-0/+62