Hello, Experimenting with the new wizard to accelerate my developement, I encountered an error when defining a recursive field.
With table location
and fields
id_location location
description
barcode
I get:
File "C:\Users\Andre\Documents\web2py\gluon\sql.py", line 1528, in
__allocate
raise RuntimeError, "Using a recursive select but encountered a
broken reference"
RuntimeError: Using a recursive select but encountered a broken
reference
Sorry I can't offer a patch.
BR, Andre

