[DBIx-Class-Devel] [Perl5/DBIx-Class] added ambiguous column description (#81)

Alexander Hartmaier notifications at github.com
Tue Jun 16 22:03:58 GMT 2020


@abraxxa requested changes on this pull request.



> @@ -54,6 +54,31 @@ in this error message.  In particular make sure that the package
 declaration is correct. For example, for a schema C< MySchema >
 you need to specify a fully qualified namespace: C< package MySchema::MyTable; >.
 
+=head2 fix ambiguous column references in ResultSets
+
+In your ResultSet are two columns named the same in different Tables and

`Tables` should be lowercase.

> @@ -54,6 +54,31 @@ in this error message.  In particular make sure that the package
 declaration is correct. For example, for a schema C< MySchema >
 you need to specify a fully qualified namespace: C< package MySchema::MyTable; >.
 
+=head2 fix ambiguous column references in ResultSets
+
+In your ResultSet are two columns named the same in different Tables and
+DBIx::Class does not know how to properly address theme.

`theme` -> `them`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/Perl5/DBIx-Class/pull/81#pullrequestreview-431923890
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20200616/0d1cb45f/attachment.htm>


More information about the DBIx-Class-Devel mailing list