[web2py] Re: Wiki with Oracle?

2013-04-07 Thread Jason Phillips
The resolution of issue#1432https://code.google.com/p/web2py/issues/detail?id=1432 (submitted under my other account, I need to unify these) has now solved the first error you listed (*ORA-00904: WIKI_TAG.WIKI_PAGE: invalid identifier*), which was a IS_NOT_IN_DB query error of the type I

[web2py] Difficulty with auth.signature when renaming auth tables

2013-04-07 Thread Jason Phillips
When I follow what I thought to be standard practice (following this documentationhttp://www.web2py.com/books/default/chapter/29/09#Renaming-Auth-tables) for using alternative names for the auth tables, I'm seeing an incorrect foreign key reference on any subsequent table defined that uses

[web2py] Re: Difficulty with auth.signature when renaming auth tables

2013-04-07 Thread Jason Phillips
will instead be defined when you call auth.define_tables(), by which point the custom tables names will already be set. Anthony On Sunday, April 7, 2013 6:58:09 PM UTC-4, Jason Phillips wrote: When I follow what I thought to be standard practice (following this documentationhttp://www.web2py.com