PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser_Admin » Bug #9706

PDO Storage Module Incomplete

Details

Submitted2006-12-28 15:15 UTC
Fromaschiffler at ferzkopp dot net
StatusOpen
PackageLiveUser_Admin
PHP Version5.0.0
OSLinux
Roadmaps(Not assigned)

Comments

[2006-12-28 15:15 UTC] aschiffler at ferzkopp dot net

Description:
------------
Function nextId() in LiveUser_Admin-0.3.9/Storage/PDO.php is not implemented.

Initial call to $LUA->addUser() works, but any subsequent call fails because no new index ID is created.

Test script:
---------------
Run LiveUser_Admin/docs/examples/example1/User.php with PDO backend.

Expected result:
----------------
20 User are created.

Actual result:
--------------
Database errors after the first user was inserted.