midgard-portable icon indicating copy to clipboard operation
midgard-portable copied to clipboard

Constraints parsing for same-table parents doesn't work as expected

Open flack opened this issue 7 months ago • 0 comments

e.g.

$qb = midgard_article::new_query_builder();
$qb->add_order('topic.up.name');

will apply the the order to topic.name instead of topic.up.name because the existing join is reused

flack avatar Mar 19 '25 11:03 flack