Reason Developer Notebook
Posts tagged with “Entity Selector” (All posts)
generic3 query optimization / conditional straight joins
May 12, 2010 at 6:16 pmGeneric3 can have terrible performance when multiple relationship filters are applied to a page. I have committed two changes today which should help the situation.
1. generic3 will automatically cause mysql…
Reason 4 Beta 8 Released - Lots of Changes
April 9, 2010 at 5:14 pmReason 4 Beta 8 was released on April 9, 2010. This post names some of the major changes, provides some links to more details and svn revision numbers.
PHP5 bug - merging in add_right_relationship_field and add_left_relationship_field
April 10, 2008 at 4:41 pmBug fix: The entity selector was not constructing union queries correctly in php 5. The problem arose when add_right_relationship_field or add_left_relationship_field was called with false as the 5th argument.
The last 9 months of reason development
October 17, 2007 at 1:40 pmWe have been rather lax about updating the change log but are going to start actively using it once again. Needless to say, there have been many, many changes in…
Relationship Sorting
September 22, 2006 at 2:29 pmRelationship sorting has been live in production for awhile. Currently only the minisite_page_to_image relationship is sortable, but more allowable relationships will be made sortable when I get a chance.
The entity…
set_optimize
August 15, 2006 at 5:01 pmThe entity selector has a new method set_optimize which currently can be used to specify a straight join (set_optimize('straight_join')). The add right and add left relationship field methods have also…
Added relationship_name_of to util.php
February 9, 2006 at 10:10 amThe entity selector functions add_right_relationship_field and add_left_relationship_field take the name of an allowable relationship as a parameter, but not the id. I added a utility function to get the name…