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
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
Make Database decorate an application-wide singleton for the app database adapter
Add DatabaseAdapterAbstract::getQuery($identifier) to return a query object with the adapter set
Add Database::getQuery($identifier) as a shortcut to get a query with the app database adapter set
Set the default adapter with Database in KDatabaseTableAbstract
Remove the ObjectMultiton from DatabaseAdapterAbstract. Now that we have KDatabase::getAdapter() no need to make every adapter a singleton especially since with SQLite there will be a need for different adapters with the same identifier.
Add DatabaseAdapterPdo that accepts any PDO connection string
Add KDatabaseAdapterSqlite as a specialised PDO adapter that knows how to parse SQLite table information
See: joomlatools/joomlatools-framework#476
The text was updated successfully, but these errors were encountered: