Test: /ext/pgsql/tests/80_bug14383.phpt - Version 5.6.27RC1        

Bug #14383 using postgres with DBA causes DBA not to be able to find any keys.
Submitted: 2001-12-07 14:37:40 Modified: 2003-05-19 18:13:07
From: gclarkii Assigned: helly
Status: Closed Package: DBM/DBA related
PHP Version: 4.2.0-dev OS: FreeBSD 4.4-STABLE

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- database handler: %s
002- 3NYNYY
003- Content String 2
004- Content 2 replaced
005- Read during write:%sallowed
006- Content 2 replaced 2nd time
007- The 6th value
008- array(3) {
009- ["key number 6"]=>
010- string(13) "The 6th value"
011- ["key2"]=>
012- string(27) "Content 2 replaced 2nd time"
013- ["key5"]=>
014- string(23) "The last content string"
015- }
016- --NO-LOCK--
017- 3NYNYY
018- Content String 2
019- Content 2 replaced
020- Read during write: not allowed
021- Content 2 replaced 2nd time
022- The 6th value
023- array(3) {
024- ["key number 6"]=>
025- string(13) "The 6th value"
026- ["key2"]=>
027- string(27) "Content 2 replaced 2nd time"
028- ["key5"]=>
029- string(23) "The last content string"
030- }