]> git.phdru.name Git - xsetbg.git/history - xsetbg_db.py
Fix(DB): Fix column encoding
[xsetbg.git] / xsetbg_db.py
2024-02-24 Oleg BroytmanFix(DB): Close connexions 5.1.1
2024-02-24 Oleg BroytmanFeat: Python 3
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E999 SyntaxError: leading...
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E999 SyntaxError: Missing...
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E722 bare 'except'
2018-08-16 Oleg BroytmanFeat(DB): Add column `is_image`
2016-10-24 Oleg BroytmanFix VACUUM command
2016-06-05 Oleg BroytmanRemove outdated __copyright__
2015-07-25 Oleg BroytmanSet umask
2015-07-24 Oleg BroytmanRefactor mass insert into SQLiteMassInsert context...
2015-07-23 Oleg BroytmanUpdate data
2015-07-22 Oleg BroytmanRefactoring: move DB (re)creation code to xsetbg_db.py
2015-07-22 Oleg BroytmanCreate indices for the table
2015-07-21 Oleg BroytmanPrevent debugging output from SQLObject
2015-07-21 Oleg BroytmanRename path to full_name and make it UnicodeCol
2015-07-21 Oleg BroytmanAdd table SqliteSequence
2015-07-19 Oleg BroytmanStarting to switch XSetBg to SQLite instead of bsddb
2014-03-09 Oleg BroytmanDo not raise exception if DB file was not found
2014-03-09 Oleg BroytmanRename db_file to xsetbg_db_path
2014-03-08 Oleg BroytmanSearch xsetbg.db in XDG directories
2014-01-08 Oleg BroytmanExport xsetbg_db_path
2014-01-07 Oleg BroytmanFix permissions: make helper modules not-executable
2014-01-07 Oleg BroytmanExpand tilde in the database path
2014-01-07 Oleg BroytmanConfigure path to the database
2014-01-07 Oleg BroytmanOpen config in xsetbg_conf.py, open db in xsetbg_db.py