Re: [web2py] Re: Old DAL bug (?) ValueError: invalid literal for int() with base 10: 'AssetTypes\\Character.png'

2013-04-22 Thread Arnon Marcus
Ok, good to here. Any changes to the dal.py that might reflect upon the way our current db.py is interpreted? We are using PostgreSQL 9.1 x64 with the latest psycopg. Has anything changed, say, in group_by, or order_by or any of the data-types, or any of the requires ? On Mon, Apr 22, 2013 at

[web2py] Re: Old DAL bug (?) ValueError: invalid literal for int() with base 10: 'AssetTypes\\Character.png'

2013-04-21 Thread Arnon Marcus
On Thursday, April 18, 2013 4:53:30 PM UTC+3, Massimo Di Pierro wrote: That is a very old version of web2py. It is hard to support something so old. you should be able to upgrade and nothing should break. The only case I have seen something like this is when a string field contained data

[web2py] Re: Old DAL bug (?) ValueError: invalid literal for int() with base 10: 'AssetTypes\\Character.png'

2013-04-21 Thread Massimo Di Pierro
Nothing depends on sql.py. You can do what you say. On Sunday, 21 April 2013 11:23:37 UTC-5, Arnon Marcus wrote: On Thursday, April 18, 2013 4:53:30 PM UTC+3, Massimo Di Pierro wrote: That is a very old version of web2py. It is hard to support something so old. you should be able to

[web2py] Re: Old DAL bug (?) ValueError: invalid literal for int() with base 10: 'AssetTypes\\Character.png'

2013-04-18 Thread Arnon Marcus
Can somebody pleas respond? We are quite desperate here about this... -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com.

[web2py] Re: Old DAL bug (?) ValueError: invalid literal for int() with base 10: 'AssetTypes\\Character.png'

2013-04-18 Thread Massimo Di Pierro
That is a very old version of web2py. It is hard to support something so old. you should be able to upgrade and nothing should break. The only case I have seen something like this is when a string field contained data (strings) and was converted in a reference field using sqlite. Or a