[web2py] Re: Using SQLCustomType to implement bigint in MySQL

2011-10-12 Thread Massimo Di Pierro
Fixed in trunk. Please check it. On Oct 12, 11:59 am, Massimo Di Pierro wrote: > Please open a ticket. Looks like a bug but it can be fixed in 12hrs. > > On Oct 12, 10:31 am, chris_g wrote: > > > > > > > > > I am trying to define a custom type on a MySQL db and I get the error > > below. My moti

[web2py] Re: Using SQLCustomType to implement bigint in MySQL

2011-10-12 Thread Massimo Di Pierro
Please open a ticket. Looks like a bug but it can be fixed in 12hrs. On Oct 12, 10:31 am, chris_g wrote: > I am trying to define a custom type on a MySQL db and I get the error > below. My motivation is to store data in Bigint rather than Integer. > > bigint = SQLCustomType( >         type = 'int