alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

Typo in sql.py line 837? #7

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From mcwi...@gmail.com on March 09, 2008 23:52:20

Please provide any additional information below. From sql.py:836

        if field.type[:9]=='reference':
            referee=field.type[10:].strip()

Should 'referee' in 837 be 'reference' like in 836?

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

alfonsodg commented 10 years ago

From mcwi...@gmail.com on March 09, 2008 21:54:30

Sorry guess not. I hadn't looked through enough of the rest of the surrounding code yet. My apologies.

alfonsodg commented 10 years ago

From massimod...@gmail.com on March 09, 2008 21:57:48

np

Status: Invalid