Skip to content
Snippets Groups Projects
  1. Dec 16, 2019
  2. Dec 13, 2019
  3. Dec 12, 2019
  4. Dec 11, 2019
  5. Dec 10, 2019
  6. Dec 09, 2019
  7. Dec 06, 2019
  8. Dec 05, 2019
  9. Dec 04, 2019
  10. Dec 03, 2019
    • j.goderbauer's avatar
      liquibase: critical fix for all dbms that are not derby · 425a8d67
      j.goderbauer authored and Johannes Goderbauer's avatar Johannes Goderbauer committed
      (cherry picked from commit ab3efeef)
      425a8d67
    • David Büchler's avatar
      Temporary Fix. When using dynamic(No fieldname as... · 0b133f81
      David Büchler authored
      Temporary Fix. When using dynamic(No fieldname as string(vars.get("$field.contactid")), instead automatic calling e.g. in a loop) vars.get on an entity field the static code analysis cant recognize that those fields are used. The values of those fields wont be loaded and thus not be available. To achieve a temporary fix, a manual call of get of the desired field will help.
      0b133f81
    • David Büchler's avatar
      Fixed Bug in GetUnrelatedRelationsForDuplicate · e0f7d156
      David Büchler authored
      Removed all loggings
      Changed the constraint on nullable=false on Column CLUSTERID in unrelatedDuplicates. This is necessary because of the live view of the duplicates. If the duplicates arent determined beforehand and sorted into clusters, the creation of a unrelated relation would fail because the used duplicate is not in a cluster
      e0f7d156
Loading