Uploaded image for project: 'iBatis for .NET'
  1. iBatis for .NET
  2. IBATISNET-172

Issue with QueryForList with constructor resultMap and select argument

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • DataMapper 1.5
    • DataMapper 1.5.1
    • DataMapper
    • None

    Description

      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>

      Attachments

        Activity

          People

            gilles Gilles Bayon
            gilles Gilles Bayon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: