Wojciech Ślawski
Wojciech Ślawski
Have the same issue, did you solve it?
I like this, i think there even was idea liks this some time ago, not sure why it wasn't implemented.
For now i solved it in our project just to not include full id in query, but still, is there any possibility we could use some better algorithm to avoid...
About last code - yea that's true. Phalcon internally parses PHQL and stores assosciated SQL query for faster queries later. At least it was like this on phalcon 3.x and...
Related ~https://github.com/phalcon/zephir/pull/2056~, https://github.com/phalcon/zephir/pull/2078, https://github.com/phalcon/zephir/issues/2057
Hmmm then i think maybe we could do some optimizers anyway telling that it's not supported in zephir with reason why, cuz maybe it's not so obvious really(like it doesn't...
Maybe? @sergeyklay what you think?
Also im not sure, but the same problem exists on ZE2 too, right?
Okay then, i agree.
Exactly. If not added references directly in zephir at least yet i would like see support for something like this code maybe earlier if there is less problem: ```php class...