Remove the database abstraction layer and write a new PDO backend.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 19 May 2013 18:41:02 +0000 (14:41 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Apr 2020 04:44:15 +0000 (00:44 -0400)
commit7133757c0ab0831328fd2b084915ad9f5f769eef
treec5013d8e99f1843ee657bc072e56a3323e37b676
parenta4972ead55871021a64c1eda5465c59b0e2fcfd9
Remove the database abstraction layer and write a new PDO backend.

PDO is the future and what Hoplite requires. This hacks in a new
DB_Abstract-like backend that uses PDO instead of the mysql_* family of
functions.

(cherry picked from commit 101c9dc4f6c1189fdb38c464d50773f56b5e7bb9)
framework/db_mysql.php [deleted file]
framework/db_mysql_pdo.php [moved from framework/db.php with 64% similarity]
framework/db_mysqli.php [deleted file]
framework/db_postgresql.php [deleted file]
includes/init.php