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
Removed no longer used "_with" variable from the QueryBuilder
This feature was introduced at [Jun 1, 2015][1] was removed at
[Aug 6, 2015][2]. Actually this feature was never used in stable
releases.
Mark this feature as deprecated to avoid misunderstandings for
future developers.
[1]: phalcon@3e43192
[2]: phalcon@3ca2504
Copy file name to clipboardexpand all lines: CHANGELOG-3.2.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
- Fixed `Phalcon\Validation\Validator\File::validate` to work properly with parameter 'message' [#12947](https://github.com/phalcon/cphalcon/issues/12947)
5
5
- Fixed `Phalcon\Mvc\View::render` to render a view with params [#13046](https://github.com/phalcon/cphalcon/issues/13046)
6
6
- Fixed `Phalcon\Mvc\Model\Manager::getRelationRecords` to work properly with provided columns [#12972](https://github.com/phalcon/cphalcon/issues/12972)
7
+
- Mark as deprecated no longer used `Phalcon\Mvc\Model\Query\Builder::$_with` parameter [#13023](https://github.com/phalcon/cphalcon/issues/13023)
- Fixed `Phalcon\Db\Adapter\Pdo\Postgresql::describeColumns` to work properly with `DOUBLE PRECISION` and `REAL` data types [#12842](https://github.com/phalcon/cphalcon/issues/12842)
0 commit comments