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 #452

Cann't insert row into table, where key not auto_increment

Details

Submitted2003-12-18 08:07 UTC
Frommazurov1 at mail dot ru
StatusBogus
PackageDB_DataObject
PHP Version4.3.2
OSWindows
Roadmaps(Not assigned)

Comments

[2003-12-18 08:07 UTC] mazurov1 at mail dot ru

Description:
------------
Bug #274 don't fix

[1]Cann't insert row into table, where key not auto_increment.
[2] 1.13 version don't place key fields in insert field, but i have no auto_incremet key and i get error from MySql
---
[3] I use MySql and use ignore_sequence_keys and when i insert row MY KEY IN OBJECT BECOMES 0. This is bad.

[2003-12-18 08:22 UTC] mazurov1 at mail dot ru

Sorry, i fix the problem