[web2py] Re: improvement in web2py compatibility with legacy postgresql datbases column sequence name

2012-03-05 Thread Bruce Dickey
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 --

[web2py] Re: Help with web2py book chapter 3

2011-04-18 Thread Bruce Dickey
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.

[web2py] web2py_error invalid path?

2011-06-27 Thread Bruce Dickey
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