Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

Changeset 310

Show
Ignore:
Timestamp:
10/03/06 23:24:44
Author:
fumanchu
Message:

Oops. I didn't want to default to implicit_trans yet.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/storage/geniusql.py

    r309 r310  
    14571457     
    14581458    transaction_key = threading._get_ident 
    1459     implicit_trans = Tru
     1459    implicit_trans = Fals
    14601460     
    14611461    def get_transaction(self, new=False): 
  • trunk/test/zoo_fixture.py

    r309 r310  
    682682        # Test transaction commit 
    683683        if not hasattr(zoostore, "db"): 
    684             print "not a db (skipped)", 
     684            print "not a db (skipped) ", 
    685685            return 
    686686         
     
    734734            from dejavu.test import test_context 
    735735        except ImportError: 
    736             print "'with ... as' not supported (skipped)", 
     736            print "'with ... as' not supported (skipped) ", 
    737737        else: 
    738738            test_context.test_with_context(arena) 
    739739     
    740740    def test_Multithreading(self): 
    741         print "skipped ", 
    742         return 
     741##        print "skipped ", 
     742##        return 
    743743         
    744744        # Test threads overlapping on separate sandboxes