cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 892 forks source link

Introduce getQueryBuilder aliases for specific database actions #2242

Closed wallacio closed 9 months ago

wallacio commented 10 months ago

Create action-specific methods which return specific data types for the query builder, rather than the parent \Cake\Database\Query object returned by getQueryBuilder().

Retain getQueryBuilder for BC.

Ref https://github.com/cakephp/phinx/issues/2238