Home » Database » DB_DataObject » Bug #452
Cann't insert row into table, where key not auto_increment
Details
| Submitted | 2003-12-18 08:07 UTC |
|---|---|
| From | mazurov1 at mail dot ru |
| Status | Bogus |
| Package | DB_DataObject |
| PHP Version | 4.3.2 |
| OS | Windows |
| 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