[web2py] Re: MySQL, self-reference, and null values

2018-09-17 Thread fkn sec
Noticed when doing the migration, you have to both add the group and manually add the user in the database table. That solved my issue. On Friday, February 1, 2013 at 10:20:54 AM UTC-5, Loïc wrote: > > Dear All, > > I have a 'page' model with a sef-reference: > db.define_table('page', >

[web2py] Re: MySQL, self-reference, and null values

2017-10-25 Thread Dave S
On Wednesday, October 25, 2017 at 9:54:08 AM UTC-7, Oasis Agano wrote: > > Has this issue been solved still facing it after 4 years on mysql > > Dunno. In the current tracking system, I'd expect the imported issue to show up on this page:

[web2py] Re: MySQL, self-reference, and null values

2013-02-18 Thread Loïc
Done http://code.google.com/p/web2py/issues/detail?id=1342 Thanks Le lundi 11 février 2013 00:40:59 UTC+1, Massimo Di Pierro a écrit : Can you please open a ticket so the issue is tracked? On Friday, 1 February 2013 09:20:54 UTC-6, Loïc wrote: Dear All, I have a 'page' model with a

[web2py] Re: MySQL, self-reference, and null values

2013-02-10 Thread Massimo Di Pierro
Any advice about this. I am not sure about the problem. Seems mysql specific. On Friday, 1 February 2013 09:20:54 UTC-6, Loïc wrote: Dear All, I have a 'page' model with a sef-reference: db.define_table('page', Field('parent', 'reference page', readable=False, writable=False),

[web2py] Re: MySQL, self-reference, and null values

2013-02-10 Thread Massimo Di Pierro
Can you please open a ticket so the issue is tracked? On Friday, 1 February 2013 09:20:54 UTC-6, Loïc wrote: Dear All, I have a 'page' model with a sef-reference: db.define_table('page', Field('parent', 'reference page', readable=False, writable=False), Field('title', unique=True,