Re: New Problem w/PostgreSQL

[prev] [thread] [next] [Date index for 2005/02/09]

From: Justin Tocci
Subject: Re: New Problem w/PostgreSQL
Date: 05:34 on 09 Feb 2005
You are right, that works as advertised.

#!/usr/bin/perl -wT

use strict;
use My::Xuser;
my $class = "My::Xuser";
#DBI->trace( 1 );
$class->search(login_name => "testing")->delete_all();
$class->dbi_commit();

justin tocci
fort wayne, in


On Feb 9, 2005, at 12:24 AM, Perrin Harkins wrote:

> Justin Tocci wrote:
>> I just want to post this because the documentation I'm using omits 
>> the need for ->first. Maybe it'll save someone some time.
>
> What was wrong with delete_all()?  That should work.
>
> - Perrin
>

New Problem w/PostgreSQL
Justin Tocci 02:36 on 09 Feb 2005

Re: New Problem w/PostgreSQL
Perrin Harkins 03:30 on 09 Feb 2005

Re: New Problem w/PostgreSQL
Justin Tocci 05:10 on 09 Feb 2005

Re: New Problem w/PostgreSQL
Perrin Harkins 05:24 on 09 Feb 2005

Re: New Problem w/PostgreSQL
Justin Tocci 05:34 on 09 Feb 2005

Generated at 17:31 on 15 Feb 2005 by mariachi v0.52