Project

General

Profile

Actions

Bug #1246

closed

New user registration has DB error

Added by P. Anderson over 20 years ago. Updated over 20 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
website
Target version:
Start date:
01/05/2004
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
1246

Description

Can't register a new user with the latest DB model.

ERROR: Relation "party_id_seq" does not exist " on query "{1}"

Actions #1

Updated by P. Anderson over 20 years ago

Since table party's PK's sequence is called party_party_id_seq and not
party_id_seq (as is expected), Postgres throws ERROR: Relation "party_id_seq"
does not exist (because it truly doesn't!).

vegtest102u=# select nextval('party_party_id_seq');
nextval
---------
472

This is related to VBModelBeanToDB.reservePrimaryKey() so Gabe, I could use some
assistance please.

Actions #2

Updated by Gabriel Farrell over 20 years ago

Fixed and cvs updated.

Actions #3

Updated by Redmine Admin over 11 years ago

Original Bugzilla ID was 1246

Actions

Also available in: Atom PDF