Uploaded image for project: 'S2Dao.NET'
  1. S2Dao.NET
  2. DAONET-5

自動WHERE句作成でNHibernateのNullablesとSystem.Data.SqlTypesに対応する

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 0.4.3
    • Affects Version/s: 0.4.2
    • Component/s: S2Dao.NET
    • None

      現状では
      /IF 列名 != null/ /プロパティ名/
      のようなIFコメントを作成していましたが、System.Int32等の構造体がnullを持てないので、
      Nullablesの型であれば
      /IF 列名.HasValue == true/ /プロパティ名/
      のようなIFコメントを作成するようにする

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

              Created:
              Updated:
              Resolved: