You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst we are overhauling the database side of things I think it would be be worth considering a move to PDO instead of mysqli? This would allow us to support different database drivers too with minimal effort, and without the extra baggage of a third party ORM package.
The mysqli interface (file mysqli.php) is riddled with bugs due to its old age. A complete rewrite might be a good idea.
Objectives:
The text was updated successfully, but these errors were encountered: