alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

TODO: id fields ignored (hardwired) #127

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From reingart@gmail.com on November 26, 2010 19:38:02

"id" field is ignored at insert / import (even if it isn't of type id -autonumeric-)

This prevent fixture (initial data) loads.

Current Workaround: don't use 'id' as field name

(I'm documenting this here just to remember it and for further discussion)

Original issue: http://code.google.com/p/web2py/issues/detail?id=128

alfonsodg commented 10 years ago

From massimod...@gmail.com on December 01, 2010 11:00:47

please bring it up on the web2py-developers list. Perhaps we can change this behavior.

Status: Started

alfonsodg commented 10 years ago

From massimo....@gmail.com on January 12, 2011 07:03:19

This is no longer the sace with the new dal

Status: Fixed