[DBIx-Class-Devel] [dbix-class] Allow SQLT options to be passed to unique constraints (#88)

Alastair McGowan-Douglas notifications at github.com
Tue Nov 3 15:17:21 GMT 2015


> @@ -702,7 +702,7 @@ sub sequence {
>  
>  =over 4
>  
> -=item Arguments: $name?, \@colnames
> +=item Arguments: $name?, \@colnames, \%extra?
>  

This is `add_unique_constraint` rather than `add_unique_constraints`. Shall I also change the plural version to accept hashrefs to follow suit?

This makes more sense, actually, now that I see what you're after.

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/dbix-class/pull/88/files#r43759467
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20151103/61cf6596/attachment.htm>


More information about the DBIx-Class-Devel mailing list