Re: [RDBO] Feature Request - for_update

2007-07-11 Thread Jonathan Vanasco
On Jul 10, 2007, at 2:07 PM, Jeffrey Horn wrote: > We're really in need of a feature that would implement $rdbo->load( > for_update => 1 ) and translate that into code that does what MySQL > does > when you "SELECT FOR UPDATE". Any possibility that might make > it into > the next release

Re: [RDBO] Wiki spam

2007-07-11 Thread Adrian Howard
On 11 Jul 2007, at 15:10, John Siracusa wrote: > Anyone want to help me clean out spam on the RDBO wiki? I've > fallen behind > in doing it again. > > http://rose.sourceforge.net/wiki/ > > The "recent changes" page is a good place to start: > > http://rose.sourceforge.net/wiki/index.php/Specia

[RDBO] Wiki spam

2007-07-11 Thread John Siracusa
Anyone want to help me clean out spam on the RDBO wiki? I've fallen behind in doing it again. http://rose.sourceforge.net/wiki/ The "recent changes" page is a good place to start: http://rose.sourceforge.net/wiki/index.php/Special:Recentchanges I keep looking for an anti-spam solution that wor

Re: [RDBO] form validation and RDBO

2007-07-11 Thread Peter Karman
mla wrote on 7/11/07 12:51 AM: > Do most of you use Rose::HTML::Form to validate > user-supplied data before constructing RDBO your > RDBO objects? > I do. See http://search.cpan.org/dist/Catalyst-Controller-Rose/lib/Catalyst/Controller/Rose/CRUD.pm for example. > Do you define the form const