In gluon/dal.py there is the following code:
def sequence_name(self,table):
return '%s_id_Seq' % table
is generates the default name of a sequence. if you have a sequence
already and it has another name use
db.define_table(...,sequence_name = '...')
On Nov 28, 12:16 am, Johann Spies <[email protected]> wrote:
> On 27 November 2011 16:28, Alan Etkin <[email protected]> wrote:
>
> > psycopg2.ProgrammingError: relation "debugging_id_seq" does not exist
>
> Maybe a typo somewhere where debugging_id_seq should be debugging.id_seq?
>
> Regards
> Johann
> --
> Because experiencing your loyal love is better than life itself,
> my lips will praise you. (Psalm 63:3)