Doctrine Project

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Doctrine 1
  • Doctrine 1
  • DC-172

change 6611 wrong

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.2.0-BETA1
  • Component/s: None
  • Labels:
    None
  • Environment:
    i think the change has a logic error

Description

see line 95 in branches/1.2/lib/Doctrine/Connection/UnitOfWork.php

if ($ids) {
$record->unlinkInDb($alias, array());
} else if ($ids) {
$record->unlinkInDb($alias, array_keys($ids));
}

Activity

  • All
  • Comments
  • History
  • Activity
  • Source
Hide
Permalink
Jonathan H. Wage added a comment - 02/Nov/09 8:50 PM

Thanks for catching that.

Show
Jonathan H. Wage added a comment - 02/Nov/09 8:50 PM Thanks for catching that.

People

  • Assignee:
    Jonathan H. Wage
    Reporter:
    Gordon Franke
Vote (0)
Watch (0)

Dates

  • Created:
    02/Nov/09 8:41 PM
    Updated:
    02/Nov/09 8:50 PM
    Resolved:
    02/Nov/09 8:50 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Doctrine Project. Try JIRA - bug tracking software for your team.