Home » Database » DB_DataObject » Bug #8803
next sequence id and unique filed
Details
| Submitted | 2006-09-27 20:40 UTC |
|---|---|
| From | armen at opensourceclub dot org |
| Status | No Feedback |
| Package | DB_DataObject |
| PHP Version | 4.4.4 |
| OS | Linux |
| 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