Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use pdo for postgres also | zotlabs | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | prevent recursion in the database driver when debugging is enabled and the ↵ | redmatrix | 2016-05-09 | 1 | -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 driver | redmatrix | 2016-04-25 | 1 | -6/+12 |
| | |||||
* | add syslog loglevels to dba functions | redmatrix | 2016-03-07 | 1 | -4/+4 |
| | |||||
* | added dbdriver to siteinfo json to better track affected sites | Habeas Codice | 2014-11-22 | 1 | -0/+4 |
| | |||||
* | mysql driver - in debug mode for statements that return true/false report ↵ | friendica | 2014-11-13 | 1 | -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 ↵ | friendica | 2013-08-27 | 1 | -1/+1 |
| | | | | warnings | ||||
* | fix intltext template driver | friendica | 2013-05-15 | 1 | -1/+6 |
| | |||||
* | add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵ | fabrixxm | 2013-05-10 | 1 | -2/+2 |
| | | | | compiled templates | ||||
* | cleanup debugging code in abstracted db driver | friendica | 2013-04-22 | 1 | -6/+15 |
| | |||||
* | db abstraction layer | friendica | 2013-04-22 | 1 | -0/+62 |