PEAR is archived and read-only

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

Home » Database » DB_DataObject » Bug #8803

next sequence id and unique filed

Details

Submitted2006-09-27 20:40 UTC
Fromarmen at opensourceclub dot org
StatusNo Feedback
PackageDB_DataObject
PHP Version4.4.4
OSLinux
Roadmaps(Not assigned)

Comments

[2006-09-27 20:40 UTC] armen at opensourceclub dot org

Description:
------------
I have a little problem with DB_DO, when I try to insert a record to a table with a numeric primary key and a varchar unique field it seems DB_DO determine that unique field as a key and it didn't generate next sequence id.

---- db.ini ----
[osc_theme_themes]
osc_id = 129
osc_title = 2
osc_name = 2
osc_template = 129
osc_style = 129
osc_version = 2
osc_description = 66

[osc_theme_themes__keys]
osc_id = K
osc_name = U