On 5/18/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> John- Maybe you could do a callout for recipes, and then cull the
> best into it?

It's on the list, but not at the top just yet.  (Even just collecting
and editing recipes takes time.)  If someone else wants to head this
up, let me know.

> The info on the unique_key , unique_keys , add_unique_key is lacking
> in clarity.
>
> unique_key/s are illustrated only one way with two columns in meta->setup
>
>   unique_key  => [ 'product_id', 'region' ],
>
> its unclear if that is one unique key or two

I think it's pretty clear given that the table definition is right
above it, and contains:

      UNIQUE(product_id, region)

> its also unclear if multiple unique keys or multiple column keys are
> even possible in rose -- the docs suggest one or the other, not both,
> and its cryptic as to which is which

Which docs?  The tutorial of the Metadata docs?  The tutorial
obviously can't explain every method.  The Metadata docs do explain
what the unique_key method does.

> the use_key functionality is a bit confusing too -- "Use the unique
> key named KEY to load the object" ... but unique keys don't have
> names

Really? :)

http://search.cpan.org/dist/Rose-DB-Object/lib/Rose/DB/Object/Metadata/UniqueKey.pm#name

-John

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to