projects
/
m6w6
/
pq-gateway
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
348c73c
)
the lock is only for update
author
Michael Wallner
<mike@php.net>
Fri, 3 May 2013 11:39:41 +0000
(13:39 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 3 May 2013 11:39:50 +0000
(13:39 +0200)
lib/pq/Gateway/Table/LockInterface.php
patch
|
blob
|
history
diff --git
a/lib/pq/Gateway/Table/LockInterface.php
b/lib/pq/Gateway/Table/LockInterface.php
index 0cefb68adbc90ee56b700bab7c88ea2746e12d9a..de64c57a806ff9a09eb17fbc5a1e9f9f46364cf4 100644
(file)
--- a/
lib/pq/Gateway/Table/LockInterface.php
+++ b/
lib/pq/Gateway/Table/LockInterface.php
@@
-5,7
+5,7
@@
namespace pq\Gateway\Table;
use \pq\Gateway\Row;
/**
- * Lazy row lock on update
/delete
+ * Lazy row lock on update
*/
interface LockInterface
{