Skip to content
Snippets Groups Projects
  1. Jan 04, 2019
    • Samuel GAIST's avatar
      [search][utils] Strip database_name from split chars · 4f913745
      Samuel GAIST authored
      If the database name ends with a dot, the split method will return
      a list with one empty char entry which means that in the case of
      the dataset name generation we might end up with an empty string
      and trigger an invalid index error. This patch avoids this by
      ignoring leading and trailing split chars.
      4f913745
  2. Dec 20, 2018
  3. Dec 17, 2018
  4. Dec 15, 2018
  5. Dec 13, 2018
Loading