Skip to content
  • Alexander Krotov's avatar
    Set secure_delete pragma for SQLite3 connections · 22d799a7
    Alexander Krotov authored and Philipp Hörist's avatar Philipp Hörist committed
    secure_delete makes SQLite3 overwrite deleted data with zeros, thus actually deleting it from the filesystem.
    
    Ubuntu and FreeBSD enable it by defualt, but some distributions, such as Debian, have it disabled by default, so it is better to set it explicitly.
    
    The performance impact should be negligible as Gajim uses the database rarely.
    22d799a7
To find the state of this project's repository at the time of any of these versions, check out the tags.