Home » Database » DB_DataObject » Bug #467
sequences don't work by default anymore (pgsql)
Details
| Submitted | 2003-12-20 15:55 UTC |
|---|---|
| From | daniel at konczyk dot net |
| Status | No Feedback |
| Package | DB_DataObject |
| PHP Version | 4.3.1 |
| OS | Debian Linux |
| Roadmaps | (Not assigned) |
Comments
[2003-12-20 15:55 UTC] daniel at konczyk dot net
Description:
------------
In version 1.3 sequences in postgresql worked by default, so one had just to list the tables, that one don't want to use sequences with.
It was pretty easy.
Now, after I switched to 1.4, I have to edit each generated file, to make db_dataobject use or use not sequences, because they are not used by default.
The table first key is removed from the prepared query (line 821) , and so the insert query is invalid, and not processed
I hope it is a bug, because the previous functionality was way better...