[web2py] Re: DAL tutorial video

2011-03-09 Thread mikech
I posted the link in Dzone so vote up if you can. Any search on Web2py should bring it up. re: the text of the session, I would like this too.

[web2py] Re: DAL tutorial video

2011-03-08 Thread pbreit
Nice. Would the text of the terminal session be available?

Re: [web2py] Re: DAL tutorial video

2011-03-08 Thread danto
I posted the video in tinyogg.com (html5) http://tinyogg.com/watch/B4JmP/ 2011/3/8 mikech > Great video, thanks!

[web2py] Re: DAL tutorial video

2011-03-08 Thread mikech
Great video, thanks!

[web2py] Re: DAL tutorial video

2011-03-08 Thread Massimo Di Pierro
In principle some more optimizations are possible under the hood in DAL... On Mar 8, 10:45 am, LightOfMooN wrote: > Thanks for this video. > One question: > lines 97 and 100: > 'name' = 'name'? > > it's often need to get new info of updated record. > > For example, in controller: > row = db(db.pr

[web2py] Re: DAL tutorial video

2011-03-08 Thread LightOfMooN
Thanks for this video. One question: lines 97 and 100: 'name' = 'name'? it's often need to get new info of updated record. For example, in controller: row = db(db.products.id==123).select().first() row.update_record(name='helloworld') so if I want to show new updated record with id==123 in the v

Re: [web2py] Re: DAL tutorial video

2011-03-08 Thread contatogilson...@gmail.com
Cool! Congratulations! Submited by Twitter :) _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/8 mart > That' great thanks ! :) > > On Mar 8, 3:01 am, Massimo Di Pierro > wrote: > > I will post that and more after the PyCon tutorial. > >

[web2py] Re: DAL tutorial video

2011-03-08 Thread mart
That' great thanks ! :) On Mar 8, 3:01 am, Massimo Di Pierro wrote: > I will post that and more after the PyCon tutorial. > Tomorrow I am traveling and I am still catching up with work. :-( > > On Mar 7, 10:25 pm, mart wrote: > > > > > > > > > Massimo, this is great! context is everything and no

[web2py] Re: DAL tutorial video

2011-03-08 Thread Massimo Di Pierro
I will post that and more after the PyCon tutorial. Tomorrow I am traveling and I am still catching up with work. :-( On Mar 7, 10:25 pm, mart wrote: > Massimo, this is great! context is everything and nothing like audio > to accompany the visual! > > Thanks for that! :) > > if possible, would yo

[web2py] Re: DAL tutorial video

2011-03-07 Thread mart
Massimo, this is great! context is everything and nothing like audio to accompany the visual! Thanks for that! :) if possible, would you to see the output of those 200 and some lines to a text file or something? There were a few parts (well, maybe more than a few) in there that I really found int