Issue with QueryForList with constructor resultMap and select argument ----------------------------------------------------------------------
Key: IBATISNET-172 URL: http://issues.apache.org/jira/browse/IBATISNET-172 Project: iBatis for .NET Issue Type: Bug Components: DataMapper Affects Versions: DataMapper 1.5 Reporter: Gilles Bayon Assigned To: Gilles Bayon Fix For: DataMapper 1.5.1 Sample <resultMap id="SchemaComptable-Result" class="SchemaComptable"> <constructor> <argument argumentName="id" column="SchemaComptableId" /> <argument argumentName="code" column="SchemaComptableCode" /> <argument argumentName="libelle" column="SchemaComptableLibelle" /> <argument argumentName="comptesImputation" column="Id=SchemaComptableId" select="RechercherComptesImputation" /> </constructor> </resultMap> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira