Well, I jumped into this error:

SQLField: invalid field name: '_5_voltage'

It was an exception generated on file gluon/sql.py, line #1763
Removing lines 1762 & 1763 will allow fieldnames starting with "_" character
to be allowed.
I suppose preventing column names starting with "_" is by design, but why
exactly?

MySQL, MSSQL & SQLite allows such column names. Maybe other DB engines (e.g.
Oracle) don't?

I'm asking this because If it's just due to Oracle (or whatever)
compatibility, I can remove these lines (I need field names starting with
"_").

Regards,
J.

PS: This message has been resent, since I can't see it published after 24h
??

-- 
Boriel      http://www.boriel.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to