I updated and get this MySQL error on an inner join:
OperationalError: (1054, "Unknown column '8L' in 'where clause'")

request.args(0) is 8.  If I change request.args(0) to 1, the error
changes to:
OperationalError: (1054, "Unknown column '1L' in 'where clause'")

...and so on. Hope that makes sense. Using sqlite seems to work.

On Oct 7, 10:10 pm, mdipierro <[email protected]> wrote:
> There is lots of new stuff in trunk, in particular in sql.py.
>
> Chris Clark added Ingres support and Denes added support for legacy
> databases.
>
> While we test the new stuff please check that nothing breaks your
> code.
>
> Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to