Hi all,
I'm using PostgreSQL with schemas w/ web2py 1.97. The patch shown here from
2 years ago made that work.
I just downloaded v1.99.7 and noticed that this patch is not implemented in
/gluon/dal.py PostgreSQLAdapter.lastrowid().
So I'm wondering what the outcome of this discussion was --
Luther Goh Lu Feng writes:
> However, the URL to show the page is
>
> http://localhost:8000/mywiki/default/show.rss/1
>
> instead of
>
> http://localhost:8000/mywiki/default/show/1
>
> Any tips to resolve this please?
Here you go if you still need it
link = 'http://' + str(request.env.
I've just started using web2py and had an ajax call working, but must
have done something that broke it. I've been backing out changes but
have not been able to find what went wrong. The call in my js file is
$.post('init.html', function(data) { ...
and then in /controllers/default.py there is a
3 matches
Mail list logo