Hello, I'm using web2py since a few months and this is my first message on this group. I hope it's the right place to report what seems to be a little bug. I'm actually developping a web2py application on top of an oracle database. By convention, all the primary keys of the database have to be rename as 'acc_rn'. After the generation of the tables by web2py, a problem appears when trying to insert a new record. In fact, the trigger generated by web2py to put a value in the primary key field before insert tries to put that value in a field call 'id' that doesn't exist here, and my acc_rn field is never initialised. I resolved the problem by rewriting all the triggers directly in the database. This is not a big bug but I hope this report will help to make this great framework getting even better. Sincerely yours, Lionel Tokarz
-- --- 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.

