You can simply set DAL(..., check_reserved=None) the problem is, will Oracle accept the SQL generated by DAL? You need to try. I do not know.
On Sunday, 7 April 2013 21:32:03 UTC-5, Martin Barnard wrote: > > Continuing on my Oracle adventures, I have found a table which I need to > access, which has an integer field called '*drop*'. For *obvious*reasons, it > is disallowed. Is there any way to force this field name > through the DAL (my account is read-only, so I know that I *probably*can't > actually drop the table). > > I think that the reserved_sql_keywords is a good thing, but it would be > nice if we could occasionally 'force' a table or field name for legacy > database access. > > *Can anybody think of ways of bypassing reserved words checking for > legacy dbs tablenames?* > > > Martin Barnard > -- --- 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.

