Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

Changeset 419

Show
Ignore:
Timestamp:
03/10/07 14:49:42
Author:
fumanchu
Message:

New footnote on manual lock conflict retry.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/doc/storage.html

    r418 r419  
    705705    <td>READ COMMITTED</td> 
    706706    <td class='notsup'>N</td> 
    707     <td>Y</td> 
     707    <td>Y <a href='#manual-timeout'>[9]</a></td> 
    708708    <td>Y</td> 
    709709    <td>Y</td> 
     
    729729    <td>SERIALIZABLE</td> 
    730730    <td class='notsup'>N</td> 
    731     <td>Y</td> 
     731    <td>Y <a href='#manual-timeout'>[9]</a></td> 
    732732    <td>Y (timeout)</td> 
    733733    <td>Y</td> 
    734734    <td></td> 
    735735    <td></td> 
    736     <td>Y <a href='#memory-trans'>[8]</a></td> 
     736    <td>Y <a href='#memory-trans'>[8]</a> <a href='#manual-timeout'>[9]</a></td> 
    737737    <td>Y (timeout)</td> 
    738738    <td></td> 
     
    795795and not be isolated at all!).</p> 
    796796 
     797<p><a name='manual-timeout'>[9]</a> Firebird and SQLite immediately raise 
     798errors when a locking conflict occurs. Dejavu provides its own retry 
     799mechanism for these providers, with a configurable "deadlock_timeout" 
     800attribute.</p> 
     801 
    797802</body> 
    798803</html>