X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI.pm;h=aee93141fee8a341b648aea0c5d3052f0cf13d52;hb=8f9d7ce50bb37fdc2a823b9c79b18fb32ee5f068;hp=04cd305cda3a0e9cea106b8c721cfa74d1a10176;hpb=5223f24a6662ce33f7b60d2a3f6f83e83f5373cc;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI.pm b/lib/DBIx/Class/Schema/Loader/DBI.pm index 04cd305..aee9314 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI.pm @@ -110,7 +110,7 @@ sub _table_pk_info { # Override this for uniq info sub _table_uniq_info { - warn "No UNIQUE information can be gathered for this vendor"; + warn "No UNIQUE constraint information can be gathered for this vendor"; return []; }