Skip to content

Commit

Permalink
[e] (0) we'll have to define what kind of transaction locking to require
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1030 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2007
1 parent 7e17a0b commit 67c3439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index
Expand Up @@ -29946,6 +29946,9 @@ interface <dfn id=sqlcallback>SQLCallback</dfn> {
<p class=note>There is only an "active thread-global transaction" while a
callback for <code title=dom-database-executeSql><a
href="#executesql">executeSql()</a></code> is executing.</p>
<!-- XXX we want a reading lock until such time as a write
operation is attempted, at which point we want a writing lock. -->


<li>
<p>If <var title="">transaction</var> has been marked as "bad", then
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -27409,6 +27409,9 @@ interface <dfn>SQLCallback</dfn> {
title="dom-database-executeSql">executeSql()</code> is
executing.</p>

<!-- XXX we want a reading lock until such time as a write
operation is attempted, at which point we want a writing lock. -->

</li>

<li><p>If <var title="">transaction</var> has been marked as "bad",
Expand Down

0 comments on commit 67c3439

Please sign in to comment.