Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 794 Bytes

File metadata and controls

23 lines (15 loc) · 794 Bytes

New in this release

This pages covers new features of the platform.

Typed query builder

\OCP\DB\QueryBuilder\ITypedQueryBuilder was added in favour of \OCP\DB\QueryBuilder\IQueryBuilder and can be accessed through \OCP\IDBConnection::getTypedQueryBuilder.

This query builder has the benefit of accurately returning the selected columns in a query result, increasing type safety.

.. todo:: This linked page does not have coverage for the new API.

See :ref:`database` for details.