Show
Ignore:
Timestamp:
04/13/08 04:41:46 (20 months ago)
Author:
bchoate
Message:

Applied patches from Ogawa-san to add an optimized 'exist' method for testing for existing rows. BugId:69661

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/Object.pm

    r1846 r1873  
    543543## Drivers. 
    544544 
    545 # Note: Removed methods: set_driver 
    546  
    547545sub count          { shift->_proxy('count',          @_) } 
     546sub exist          { shift->_proxy('exist',          @_) } 
    548547sub count_group_by { shift->_proxy('count_group_by', @_) } 
    549548sub sum_group_by   { shift->_proxy('sum_group_by',   @_) }