Uploaded image for project: 'Dolteng'
  1. Dolteng
  2. DOLTENG-85

SQL based DTO Creationで、Javaフィールド名の重複チェックを行うように修正しました。

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 0.38.0
    • Affects Version/s: 0.37.0
    • None

      [手順]
      1. src/main/resourcesの下にaaa.sqlというファイルを作る
      中身「
      SELECT e.id, d.id
      FROM emp e LEFT OUTER JOIN dept d ON e.dept_id = d.id
      ORDER BY e.id

      2. パッケージエクスプローラから1で作ったファイルを右クリックしてNew→Other→Dolteng→SQL based DTO Creation

      3. フィールド選択画面までNext押す

      4. IDが2つ出ている状態で、両方のチェックを入れたままFinishを押す

      エラーにならず、画面も閉じられない。空のファイルだけできる。

      [期待結果]
      エラーメッセージを出す。

            Assignee:
            r_ikeda r_ikeda
            Reporter:
            r_ikeda r_ikeda
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: