| Summary | rampage_tag_stats has primary key tag_id with no default sequence | 
| Queue | Content | 
| Queue Version | 2.0.2 | 
| Type | Bug | 
| State | No Feedback | 
| Priority | 1. Low | 
| Owners | |
| Requester | michael (at) bigmichi1 (dot) de | 
| Created | 06/16/2013 (4524 days ago) | 
| Due | |
| Updated | 01/20/2014 (4306 days ago) | 
| Assigned | 06/18/2013 (4522 days ago) | 
| Resolved | 10/09/2013 (4409 days ago) | 
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No | 
with a PostgreSQL backend.
State ⇒ Feedback
primary key should be an autoincrement sequence when using psql. See
e.g., Horde_Db_Adapter_Pdo_Pgsql::insert.
I don't think this is the correct behavior. At the very least, if it's
not possible to know if we have a sequence when we call these methods,
we shouldn't output the warning, as it's expected behavior in this case.
Version ⇒ 2.0.2
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ rampage_tag_stats has primary key tag_id with no default sequence
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
2013-06-16T09:17:01+02:00 WARN: HORDE [kronolith] rampage_tag_stats
has primary key tag_id with no default sequence [pid 4456]
I'm using a fresh horde5 installation with postgresql backend