It surely not going to be fix in 2.9.5... Do you check in new version of
web2py if this issue is still relevant? If so consider open a ticket and
maybe make a PR so others can review it.
Richard
On Tue, May 5, 2015 at 9:09 AM, Massimiliano wrote:
> Hi,
>
> in web2py 2.9.5 and older I was using
Hi,
in web2py 2.9.5 and older I was using database views to simplify my work
doing something like that:
db.define_table('mytable',Field('myfield))
having a view on my db with all mytable fields plus some others.
I define the view in web2py:
db.define_table('myview',Field('myfield), Field(
2 matches
Mail list logo