[web2py] Re: Custom Operator

2012-01-14 Thread Vikas Singhal
Thanks I will look into it. On Jan 14, 2:41 am, howesc wrote: > take a look at dal.py for the postgresql adaptor.  see how it defines the > other operators.  hopefully that will give you some clues as to how you > would extend the DAL to have your operator. > > i haven't done it myself, but it's

[web2py] Re: Custom Operator

2012-01-13 Thread howesc
take a look at dal.py for the postgresql adaptor. see how it defines the other operators. hopefully that will give you some clues as to how you would extend the DAL to have your operator. i haven't done it myself, but it's just software so i'm sure there is a solution. :) cfh