>>>>> "Ask" == Ask Bjørn Hansen <[EMAIL PROTECTED]> writes:


Ask>    unique_keys => [
Ask>      [ 'email' ],
Ask>      [ 'username' ],
Ask>    ],

If I recall, this maps to calling something like:

   $meta->unique_keys('email');
   $meta->unique_keys('username');

The second is probably ignored because the unique keys have
already been declared.

Once you understand that ->setup turns a data structure almost directly into a
series of method calls, the syntax becomes far more obvious.

But I just woke up, so this may all be mud. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-------------------------------------------------------------------------
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