In models/db.py replace
db = DAL('sqlite://storage.sqlite',pool_size=1,check_reserved=['all'])
with
db = DAL('sqlite://storage.sqlite',pool_size=1)
It will work with sqlite but not with all supported dbs.
Massimo
On Sunday, 14 April 2013 22:20:33 UTC-5, tim spear wrote:
>
> I was just trying to follow it and it appears it's not being maintained
> which is a shame because it's quite good but with glitches like pretty much
> the first example code did not work for me at any rate:
>
> db.define_table('post',
> Field('content', 'text'),
> Field('user_id', db.auth_user))
>
> because web2py complains that 'content' is a reserved word. There is a post
> in the comment pointing this out but it's unanswered and below about four
> vigara type spam messages. Maybe I should do a 'fork' version of the site
> with some de - glitching...
>
> ?
>
>
> On Sunday, November 4, 2012 11:58:55 PM UTC+7, Monte Milanuk wrote:
>>
>> Is there anyone actively maintaining this site?
>>
>> Just wondering, as there is no easily located contact information or
>> link, and the comments for various pages are obviously not screened or
>> reviewed in any manner - lots of spam & gibberish, etc.
>>
>> After noticing the comments were mostly fluff, I didn't really read
>> them... but given the 'content' and links in some of them I could see them
>> getting a person in trouble at the work place.
>>
>> Normally I'm not the type to be called 'overly sensitive'... but if the
>> main web2py site is going to like to this 'Killer Web Development' as a
>> tutorial, maybe it should be cleaned up a bit? No real need for random
>> comments scattered around on pages of a tutorial.
>>
>> Just my $0.02 worth...
>>
>> Monte
>>
>
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.