Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 308895 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/emf/cdo/server/internal/db/mapping/TypeMapping.java (+6 lines)
Lines 627-631 Link Here
627
627
628
      return val;
628
      return val;
629
    }
629
    }
630
631
    @Override
632
    public void setDefaultValue(PreparedStatement stmt, int index) throws SQLException
633
    {
634
      setValue(stmt, index, getFeature().getDefaultValueLiteral());
635
    }
630
  }
636
  }
631
}
637
}

Return to bug 308895