PEAR is archived and read-only

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

Home » Database » MDB2 » Bug #8646

incorrect sequence implementation mysql

Details

Submitted2006-09-07 00:13 UTC
Fromgerritt at kudosonline dot com dot au
StatusBogus
PackageMDB2
PHP VersionIrrelevant
OSLinux
Roadmaps(Not assigned)

Comments

[2006-09-07 00:13 UTC] gerritt at kudosonline dot com dot au

Description:
------------
The sequence tables for mysqli are coded to use autoincrement as a property of the sequence column.
This is not portable.
This also makes it difficult to reset a sequence to a desired value.