PEAR is archived and read-only

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

Home » Database » DB » Bug #2967

auto-increment tables: all in one table?

Details

Request #2967auto-increment tables: all in one table?
Submitted2004-12-14 19:55 UTC
Fromdayhiker at sms dot at
Assigneddanielc
StatusWont fix
PackageDB
PHP VersionIrrelevant
OSLinux
Roadmaps(Not assigned)

Comments

[2004-12-14 19:55 UTC] dayhiker at sms dot at

Description:
------------
Is it possible to put several tables that include only a single row for the next index in databases with the missing auto-increasement-function all together in one single table?

I really would like to use PEAR::DB, but I find it really ugly, if there are that much tables with nearly no content inside my database.

So is it possible to create a new row for each table that uses autoincrement within a special "auto-increment-table"?