Ticket #285 (closed task: fixed)

Opened 4 years ago

Last modified 10 months ago

Isolate all calls to BasePeer::doSelect() in the generated peer classes

Reported by: hans Owned by: hans
Priority: normal Milestone: 1.3
Component: Generator Version: devel
Severity: normal Keywords:
Cc:

Description

It would be advantageous to have all calls to !BasePeer::doSelect() passing through a single method in the generated Peer classes. Indeed, there is no reason not to use the generated doSelectStmt() method for this, since it is essentially passes queries through to BasePeer.

Change History

comment:1 Changed 4 years ago by hans

  • Status changed from new to closed
  • Resolution set to fixed

Implemented in [420]

comment:2 Changed 10 months ago by francois

  • Milestone changed from 2.0 to 1.3

also ported in 1.3

Note: See TracTickets for help on using tickets.