(I think this bounced the first two times...apologies if it's a triple!)

On 5/10/06, Uwe Voelker <[EMAIL PROTECTED]> wrote:
> Between "swap" and "exchange" I would prefer "exchange" too. But maybe
> "replace"?

Yeah, I like that better too.  Of course, it occurs to me now that you
can already just use column() to do the same thing:

    $meta->column(foo =3D> { ... });

which is the same thing as:

    $meta->delete_column('foo');
    $meta->add_column(foo =3D> { ... });

Maybe I should have use that in my examples :)  Oh well, I think
replace_column() is more clear anyway.  I'll add it in the next
version.

-John




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to