← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 868495] Re: [trunk] Sequence refactoring mucks up existing sequences

 

Hello John,

I have checked your bug report in that you have specified following
error.

 Programming error: relation "ir_sequence_030" does not exist
 LINE 1: SELECT nextval('ir_sequence_030')

But at my end I am not able to reproduce this so would you please
provide precious steps on this and provide the more information on this.

Thanks and waiting for your reply!

** Changed in: openobject-server
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/868495

Title:
  [trunk] Sequence refactoring mucks up existing sequences

Status in OpenERP Server:
  Incomplete

Bug description:
  Submitting as a bug, though it may be better as a question re:
  migrating existing sequences.

  We're testing the latest updates and it looks the the sequence
  refactoring has caused an issue with existing sequences. Specifically,
  it looks like all sequence 'implementation' are set to 'standard'. For
  existing sequences, this causes an error when it looks for the table
  ir_sequence_XXX, e.g:

   Programming error: relation "ir_sequence_030" does not exist
   LINE 1: SELECT nextval('ir_sequence_030')

  As a workaround, I've set all existing sequences to no_gap instead of
  standard. I'm not sure this is correct, though.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/868495/+subscriptions


References