Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-05-06 Thread Hilton Shumway
The pydal in my web2py download today (2.10.4) has the changes from https://github.com/web2py/pydal/pull/137*, *yet I still have the same issue. Should I open a separate bug? On Tuesday, April 28, 2015 at 1:39:35 PM UTC-6, Jim S wrote: My problem turned out to be that I didn't have the latest

Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-05-06 Thread Massimo Di Pierro
yes please. On Wednesday, 6 May 2015 08:28:45 UTC-5, Hilton Shumway wrote: The pydal in my web2py download today (2.10.4) has the changes from https://github.com/web2py/pydal/pull/137*, *yet I still have the same issue. Should I open a separate bug? On Tuesday, April 28, 2015 at 1:39:35

Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-28 Thread Hilton Shumway
On Monday, April 20, 2015 at 4:30:03 PM UTC-6, Jim S wrote: I'm running 2.10.4 beta. Grabbed it from github this morning. On Mon, Apr 20, 2015 at 5:10 PM, Dave S snide...@gmail.com javascript: wrote: On Monday, April 20, 2015 at 10:02:44 AM UTC-7, Jim S wrote: Can someone tell me if

Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-28 Thread Jim S
My problem turned out to be that I didn't have the latest pydal. I'd installed it separately from web2py and when I updated web2py, pydal didn't automatically update. I removed my separate pydal and then installed the latest web2py (using git) and then everything worked for me. On Tuesday,

[web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-20 Thread Dave S
On Monday, April 20, 2015 at 10:02:44 AM UTC-7, Jim S wrote: Can someone tell me if this is fixed? I'm still having issues but maybe I'm doing something wrong: What version of Web2Py are you running? /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-20 Thread Jim Steil
I'm running 2.10.4 beta. Grabbed it from github this morning. On Mon, Apr 20, 2015 at 5:10 PM, Dave S snidely@gmail.com wrote: On Monday, April 20, 2015 at 10:02:44 AM UTC-7, Jim S wrote: Can someone tell me if this is fixed? I'm still having issues but maybe I'm doing something

[web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-20 Thread Jim S
Can someone tell me if this is fixed? I'm still having issues but maybe I'm doing something wrong: I have this in my db.py: db.define_table('customer', Field('customerId', 'id', readable=True, writable=False, label='Customer #'), Field('name', length=30, required=True, writable=False,

[web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-17 Thread Massimo Di Pierro
No tomorrow. On Wednesday, 15 April 2015 13:10:28 UTC-5, Dave S wrote: On Tuesday, April 14, 2015 at 2:29:48 PM UTC-7, Niphlod wrote: being a bug, we need to ship a new web2py. it got fixed already. we're waiting for Massimo to release a 2.10.4. Is that fix included in the nightly

[web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-15 Thread wish7code
Thats's good news! Thanks for taking care! Cheers Toby Am Dienstag, 14. April 2015 23:29:48 UTC+2 schrieb Niphlod: being a bug, we need to ship a new web2py. it got fixed already. we're waiting for Massimo to release a 2.10.4. On Tuesday, April 14, 2015 at 10:51:31 PM UTC+2,

[web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-15 Thread Dave S
On Tuesday, April 14, 2015 at 2:29:48 PM UTC-7, Niphlod wrote: being a bug, we need to ship a new web2py. it got fixed already. we're waiting for Massimo to release a 2.10.4. Is that fix included in the nightly builds yet? /dps On Tuesday, April 14, 2015 at 10:51:31 PM UTC+2,

[web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-14 Thread wish7code
I just discovered, there's already a issue posted.. https://groups.google.com/forum/#!topic/web2py/Tog4tdUl400 https://github.com/web2py/web2py/issues/904 Are there already any solutions yet? Thanks cheers Toby wish...@gmail.com: Hey guys! Did 2.10.3-stable+timestamp.2015.04.02.21.42.07

[web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-14 Thread Niphlod
being a bug, we need to ship a new web2py. it got fixed already. we're waiting for Massimo to release a 2.10.4. On Tuesday, April 14, 2015 at 10:51:31 PM UTC+2, wish...@gmail.com wrote: I just discovered, there's already a issue posted..

[web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-13 Thread Niphlod
yes, it's a bug. there's no reference anymore to the format.opened on web2py/pydal On Monday, April 13, 2015 at 7:34:58 AM UTC+2, wish...@gmail.com wrote: Hey guys! Did 2.10.3-stable+timestamp.2015.04.02.21.42.07 change something in the way* format statements *%(fields)s are