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

sequences don't work by default anymore (pgsql)

Details

Submitted2003-12-20 15:55 UTC
Fromdaniel at konczyk dot net
StatusNo Feedback
PackageDB_DataObject
PHP Version4.3.1
OSDebian 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...