Show
Ignore:
Timestamp:
08/13/08 02:11:04 (19 months ago)
Author:
guilhermeblanco
Message:

fixes #1305. When you try to assign a null value in a column that has notnull=true, it tries to assign the default value, preventing SQL error.
Updated ticket #923. It had incorrect call place in code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/tests/run.php

    r4759 r4770  
    106106$tickets->addTestCase(new Doctrine_Ticket_1296_TestCase()); 
    107107$tickets->addTestCase(new Doctrine_Ticket_1304_TestCase()); 
     108$tickets->addTestCase(new Doctrine_Ticket_1305_TestCase()); 
    108109 
    109110$test->addTestCase($tickets);