[web2py] Re: creating table with custom sequence name

2011-01-26 Thread kralin
there is also the "problem" that a default sequence is created by DAL even if no sequence_name is specified, or sequence_name is set to None. still I don't know if this was the intended behavior. On 26 Gen, 16:51, kralin wrote: > here it is: > > http://code.google.com/p/web2py/issues/detail?id

[web2py] Re: creating table with custom sequence name

2011-01-26 Thread kralin
here it is: http://code.google.com/p/web2py/issues/detail?id=167 thank you. On 26 Gen, 15:58, Massimo Di Pierro wrote: > This is a possible bug. Could you please open a googlecode issue? > Thanks. > > Massimo > > On Jan 26, 4:15 am, kralin wrote: > > > > > > > > > Hi guys, > > I've been trying

[web2py] Re: creating table with custom sequence name

2011-01-26 Thread Massimo Di Pierro
This is a possible bug. Could you please open a googlecode issue? Thanks. Massimo On Jan 26, 4:15 am, kralin wrote: > Hi guys, > I've been trying to use legacy postgres databases that uses a custom > sequence name. > I'm able to read and write a table, by specifying the sequence_name > parameter