Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

Changeset 400

Show
Ignore:
Timestamp:
01/24/07 13:05:22
Author:
fumanchu
Message:

Marking 1.5.0RC1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/__init__.py

    r399 r400  
    3333""" 
    3434 
    35 __version__ =  "1.5.0beta
     35__version__ =  "1.5.0RC1
    3636 
    3737 
  • trunk/storage/isolation.py

    r399 r400  
    3737Transaction 2. MySQL returns unaltered data for all levels except 
    3838SERIALIZABLE, for which it raises a lock timeout. Microsoft SQL Server 
    39 raises a command timeout for READ COMMITTED and above. 
     39raises a CommandTimeout for READ COMMITTED and above. 
    4040 
    4141Note also that MVCC architectures parallel single-version locking