Skip to content
  • Jelte Jansen's avatar
    [2541] add createZone() to DataSourceClient interface · 3a5d06d3
    Jelte Jansen authored
    Note: currently called createZone so as not to interfere with an existing addZone() call in MemoryClient.
    Instead of pure virtual I made it have a default 'NotImplemented' method.
    Also, the DatabaseClient holds the transaction (not the SQLite3Accessor); we could do it on that level but we already have a transaction API on a higher level and it makes a little bit more sense to me to do it there
    3a5d06d3