Commit Graph

34 Commits (ba86c64d38d9995d38af163ae4c51a42b21d5de7)

Author SHA1 Message Date
Andrew Dolgov 031ee47a3e don't try to pass string literal NOW() to ORM as a timestamp 5 years ago
Andrew Dolgov f38be747d1 initial for idiorm 5 years ago
Andrew Dolgov 2ae0b7059f cleanup some defined-stuff 5 years ago
Andrew Dolgov 445ac1213c finalize config:: migration; make config.php optional 5 years ago
Andrew Dolgov 211f699aa0 migrate the rest into Config:: 5 years ago
Andrew Dolgov e4107ac952 wip: initial for config object 5 years ago
Andrew Dolgov 5d42ce553f drop legacy DB interface and related sanity checks 5 years ago
Andrew Dolgov 6e57fd77af db: add type hints 5 years ago
Andrew Dolgov 74568df4ff remove a lot of stuff from global context (functions.php), add a few helper classes instead 5 years ago
Andrew Dolgov bb84330234 Logger_SQL: use separate PDO connection 7 years ago
Andrew Dolgov 01d22e255f PDO: switch error reporting to exceptions 7 years ago
Andrew Dolgov 83a052f1fa pdo_connect: catch exception on create 8 years ago
Andrew Dolgov f8db5bb4db installer: use PDO, improve wording for some notices
PDO wrapper: allow working with blank DB_HOST
8 years ago
Andrew Dolgov 2f0623c9a5 db: return adapter on get(), remove IDB wrapper 8 years ago
Andrew Dolgov df5d2a0665 pluginhost: do not connect via legacy DB api until requested
log all initiated legacy database connections
8 years ago
Andrew Dolgov 28040002f3 pdo connection string: properly check for DB_PORT 8 years ago
Andrew Dolgov dd90eefae1 PDO: set unicode for mysql and other connection params 8 years ago
Andrew Dolgov 2e46b434da pdo: set warnings 8 years ago
Andrew Dolgov 8adb3ec472 add some WIP pdo stuff 8 years ago
Andrew Dolgov 99bda9cc12 add some starting pdo glue 8 years ago
Andrew Dolgov ea79a0e033 remove some redundant php closing tags 9 years ago
Andrew Dolgov 3c11159776 return result codes if DB connection or --debug-feed fails 9 years ago
Andrew Dolgov e54eb40a8c remove support for legacy mysql driver 9 years ago
Andrew Dolgov 977cea1438 actually check for failures properly in the dbupdater 10 years ago
Andrew Dolgov e2cf81e214 unify houskeeping stuff, increase spawn interval 13 years ago
Andrew Dolgov 1daf0f75fa pass DB_PORT as string 13 years ago
Andrew Dolgov 9ee90455b8 add experimental support for PDO (_ENABLE_PDO) 13 years ago
Andrew Dolgov e441b5837b initial 13 years ago
Andrew Dolgov ae35bb87eb support mysqli when available 13 years ago
Andrew Dolgov 6322ac79a0 remove $link 13 years ago
Andrew Dolgov aca75cb5cb reinstate error handlers; better DB error reporting on failed queries 13 years ago
Andrew Dolgov 404e2e3603 more work on singleton-based DB 13 years ago
Andrew Dolgov ba68b6815a db updates, remove init_connection() 13 years ago
Andrew Dolgov 9594791782 experimental singleton-based Db connection 13 years ago