[web2py] Re: SQLCustomType bug with grids?

2014-02-25 Thread mcamel
Fixed in trunk: http://code.google.com/p/web2py/issues/detail?id=1871 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because yo

[web2py] Re: SQLCustomType bug with grids?

2014-02-12 Thread Anthony
Looks like a bug (SQLCustomType actually has a startswith method, but we should add an endswith method as well). Anthony On Wednesday, February 12, 2014 3:56:53 AM UTC-5, mcamel wrote: > > Hi everybody, > > I've tried to use SQLCustomType with grids but always get this error > (2.8.2 version):

[web2py] Re: SQLCustomType

2011-02-01 Thread Massimo Di Pierro
It is not deprecated. It is just that I am not ready to promise backward compatibility. Nevertheless use it. If something better comes along, there will be instructions for the transition. On Feb 1, 2:46 pm, Art Zemon wrote: > On 02/01/2011 02:31 PM, Thadeus Burgess wrote: > > > Has this been d

[web2py] Re: SQLCustomType no longer importable

2010-12-12 Thread Fran
On Dec 12, 6:04 pm, Fran wrote: > On Dec 12, 5:55 pm, mdipierro wrote: > > Oops. fixed in trunk. It should work now. > Thanks, it does :) Spoke too soon - it doesn't let me generate new records as the uuids aren't being generated properly :/ Here is where we use SQLCustomType to define the uuid

[web2py] Re: SQLCustomType no longer importable

2010-12-12 Thread Fran
On Dec 12, 5:55 pm, mdipierro wrote: > Oops. fixed in trunk. It should work now. Thanks, it does :) > Long term anyway, I never promised backward compatibility for > SQLCustomType. ok, will be good to get a heads-up when that changes & some idea of how to migrate off it...or just tweak the impl

[web2py] Re: SQLCustomType no longer importable

2010-12-12 Thread mdipierro
Oops. fixed in trunk. It should work now. Long term anyway, I never promised backward compatibility for SQLCustomType. Massimo On Dec 12, 11:52 am, Fran wrote: > Traceback (most recent call last): >   File "C:\Bin\web2py\gluon\restricted.py", line 188, in restricted >     exec ccode in environme