Ticket #1049 (closed defect: fixed)

Opened 14 months ago

Last modified 10 months ago

Join issue with functions

Reported by: guilhermeblanco Owned by: jwage
Priority: minor Milestone:
Component: Attributes Version: 0.11.0
Severity: Keywords:
Cc: Has Test:
Status: Has Patch:

Description

// Couldn't get short alias for LOWER(lme $children = Doctrine_Query::create()

->select( 'lnt.id, lnt.name, COUNT(lme.id) AS numElements' ) ->from( 'LogicalNavigationTree? lnt' ) ->leftJoin( 'lnt.LogicalManagedElement? lme WITH LOWER(lme.name) LIKE LOWER(?)' ) ->where( 'lnt.lft > ? AND lnt.rgt < ?' ) ->execute( array(

'%' . ( ( $search == ) ? : $search . '%' ), $recordlft?, $recordrgt?

), Doctrine::HYDRATE_ARRAY );

Change History

Changed 13 months ago by guilhermeblanco

  • status changed from new to closed
  • resolution set to fixed

(In [4493]) Fixed #1049. Updated wrong method name in ticket 930.

Changed 10 months ago by anonymous

  • milestone New deleted

Milestone New deleted

Note: See TracTickets for help on using tickets.