antoniop
committed
on 15 Jun 18
While working on reducing divergencies between oracle and postgres codebase and testing changes I have found the following issues:
- fs::ad… Show more
While working on reducing divergencies between oracle and postgres codebase and testing changes I have found the following issues:

- fs::add_created_version.new_text_revision query was defined in postgres only

- version-delete and folder-delete were broken in case notification was enabled,

  because this was issued after object was deleted and therefore all references

  needed to build notification message were missing (and query failed looking up the object)

Show less