[web2py] Re: problem with update

2012-12-17 Thread Massimo Di Pierro
That line is definitively not commented in the web2py source code for 2.3.1 and 2.3.2 On Monday, 17 December 2012 08:48:34 UTC-6, cabildocl wrote: hi, i have a problem from to update web2py to latest version, the error is the next: Ticket ID

[web2py] Re: problem with update

2012-12-17 Thread cabildocl
apologies. when doing tests to check the error makes that line. This is the code that shows me the error El lunes, 17 de diciembre de 2012 12:08:57 UTC-3, Massimo Di Pierro escribió: That line is definitively not commented in the web2py source code for 2.3.1 and 2.3.2 Code listing

[web2py] Re: problem with update

2012-12-17 Thread Massimo Di Pierro
Sorry I do not understand. Do you still have an error? What is the error? On Monday, 17 December 2012 11:55:27 UTC-6, cabildocl wrote: apologies. when doing tests to check the error makes that line. This is the code that shows me the error El lunes, 17 de diciembre de 2012 12:08:57

[web2py] Re: problem with update

2012-12-17 Thread cabildocl
the problem is that it throws me this error. Ticket ID 10.0.0.28.2012-12-17.11-32-22.3cb0b23c-4656-47da-8acd-5a44016ed107 type 'exceptions.ValueError' invalid literal for int() with base 10: '-1 day,' This began to occur when upgrade web2py. Now I tried again an older version but the

[web2py] Re: problem with update

2012-12-17 Thread Massimo Di Pierro
Please I need the complete traceback. I think you have a datetime field which you later converted in date or time format. The data is still datetime and therefore you cannot take it out. On Monday, 17 December 2012 12:17:44 UTC-6, cabildocl wrote: the problem is that it throws me this error.

[web2py] Re: problem with update

2012-12-17 Thread cabildocl
was an error with a registry. thanks El lunes, 17 de diciembre de 2012 16:16:00 UTC-3, Massimo Di Pierro escribió: Please I need the complete traceback. I think you have a datetime field which you later converted in date or time format. The data is still datetime and therefore you cannot

[web2py] Re: problem with update

2012-06-02 Thread Massimo Di Pierro
Please open a ticket abut his. On Saturday, 2 June 2012 10:47:54 UTC-5, peter wrote: In the book it says And you can update all records in a set by passing named arguments corresponding to the fields that need to be updated: update 1. db(db.person.id 3).update(name='Ken')

[web2py] Re: Problem with update [Closed]

2012-02-13 Thread weheh
.