joomla/database
Joomla Database provides a generic database layer and drivers for building queries and managing connections. Includes a factory for creating drivers, and helpers for safe input handling (escape/quote), making it easier to integrate database access in custom PHP apps.
The following changes were made to the Database package between v2 and v3.
All Framework packages now require PHP 8.1 or newer.
DatabaseDriver::getQuery(true) has been deprecatedDatabaseDriver::getQuery() with the parameter set to true returns a new DatabaseQuery object, while the unset parameter or set to false returns the last query set.
This parameter has been deprecated and will be removed in 5.0. DatabaseDriver::getQuery() will only return the last set query in the future and instead you should use DatabaseDriver::createQuery().
How can I help you explore Laravel packages today?