Uploaded image for project: 'S2Dao'
  1. S2Dao
  2. DAO-75

S2Dao-TigerのSQLアノテーションが複数DBMSの切り替えに対応していない

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.0.41-RC1
    • Affects Version/s: 1.0.40
    • Component/s: s2dao-tiger
    • None

      定数アノテーションは対応してますが、Tigerアノテーションが対応してないので
      @Sqls(

      { @Sql(value = "SELECT * FROM BBB", dbms = "oracle"), @Sql("SELECT * FROM DDD") }

      )
      public Aaa selectB(int id);

      のようにします。

      # 実は定数アノテーションとTigerアノテーションを併用可能にしたのであまり役には立たない

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

              Created:
              Updated:
              Resolved: