Show
Ignore:
Timestamp:
08/18/08 21:27:22 (19 months ago)
Author:
guilhermeblanco
Message:

fixed #1280. Fixed Export that never deals with default=null in all DBMS. Also fixed $entity->Relation = null; situation that cleans the reference.
Now we have unset and unlink that deletes related object and = null that only defines the default value when save() is called.

Files:
1 modified

Legend:

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

    r4777 r4778  
    115115$tickets->addTestCase(new Doctrine_Ticket_1257_TestCase()); 
    116116$tickets->addTestCase(new Doctrine_Ticket_1277_TestCase()); 
     117$tickets->addTestCase(new Doctrine_Ticket_1280_TestCase()); 
    117118$tickets->addTestCase(new Doctrine_Ticket_1289_TestCase()); 
    118119$tickets->addTestCase(new Doctrine_Ticket_1296_TestCase());