Skip to content
  • Julian Rother's avatar
    Refactore db and ldap wrapper · 1482d1ea
    Julian Rother authored
    The functionality of query() is now split into query() and modify().
    For all queries that modify the db (like INSERT and UPDATE) the latter
    must be used. This simplifies the interface (e.g. the return value) and
    later allows query caching.
    1482d1ea