add identity and lock
authorMichael Wallner <mike@php.net>
Sat, 13 Apr 2013 11:47:42 +0000 (13:47 +0200)
committerMichael Wallner <mike@php.net>
Sat, 13 Apr 2013 11:47:42 +0000 (13:47 +0200)
commit580991717f5e8bb237403757e2111a8d04aca616
treed1a00969248614df3739d1667938fb47f47b4344
parent0e2eb1f13ef60ce9a8709354136c42f7d87b2345
add identity and lock
21 files changed:
composer.json
lib/pq/Gateway/Row.php
lib/pq/Gateway/Table.php
lib/pq/Gateway/Table/CacheInterface.php
lib/pq/Gateway/Table/Identity.php [new file with mode: 0644]
lib/pq/Gateway/Table/LockInterface.php [new file with mode: 0644]
lib/pq/Gateway/Table/OptimisticLock.php [new file with mode: 0644]
lib/pq/Gateway/Table/PessimisticLock.php [new file with mode: 0644]
lib/pq/Gateway/Table/Relations.php
lib/pq/Query/AsyncExecutor.php [new file with mode: 0644]
lib/pq/Query/Executor.php
lib/pq/Query/Executor/Async.php [deleted file]
lib/pq/Query/ExecutorInterface.php
lib/pq/Query/ExpressibleInterface.php
lib/pq/Query/Writer.php
lib/pq/Query/WriterInterface.php
tests/lib/pq/Gateway/CellTest.php
tests/lib/pq/Gateway/RowTest.php
tests/lib/pq/Gateway/RowsetTest.php
tests/lib/pq/Gateway/TableTest.php
tests/setup.inc