This website requires JavaScript.
Explore
Help
Register
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it, but cannot push or open issues or pull requests.
2702b82bc3
core
/
include
/
dba
History
zotlabs
2702b82bc3
pdo fixes
2016-10-19 17:23:06 -07:00
..
dba_driver.php
pdo fixes
2016-10-19 17:23:06 -07:00
dba_mysql.php
added dbdriver to siteinfo json to better track affected sites
2014-11-22 13:27:52 -08:00
dba_mysqli.php
prevent recursion in the database driver when debugging is enabled and the 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...
2016-05-09 01:12:24 -07:00
dba_pdo.php
pdo changes first cut
2016-10-19 16:58:26 -07:00
dba_postgres.php
remove the rest of the backticks from sql queries; replace with TQUOT const which is driver dependent
2016-10-12 18:15:12 -07:00