Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

Changeset 319

Show
Ignore:
Timestamp:
10/19/06 21:45:24
Author:
fumanchu
Message:

Not-quite-perfect support for Python 2.5's _sqlite3 (a transaction test is still failing).

Files:

Legend:

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

    r318 r319  
    14301430        columns will be an iterable of (column name, data type) pairs. 
    14311431         
    1432         This base class uses SQLite3 syntax. 
     1432        This base class uses _sqlite syntax. 
    14331433        """ 
    14341434        res = self.execute(query, conn) 
    1435         return res.row_list, res.col_defs 
     1435        return res.row_factory, res.col_defs 
    14361436     
    14371437    def create_database(self): 
  • trunk/test/zoo_fixture.py

    r318 r319  
    739739     
    740740    def test_Multithreading(self): 
    741 ##        print "skipped ", 
    742 ##        return 
     741        print "skipped ", 
     742        return 
    743743         
    744744        # Test threads overlapping on separate sandboxes