]> git.phdru.name Git - m_librarian.git/history - m_librarian/db.py
Cleanup: Fix flake8 E722 do not use bare except
[m_librarian.git] / m_librarian / db.py
2017-10-23 Oleg BroytmanCleanup: Fix flake8 E722 do not use bare except
2017-04-26 Oleg BroytmanFix flake8 E305: expected 2 blank lines after function
2016-07-25 Oleg BroytmanPython 3 compatibility
2016-07-22 Oleg BroytmanUpdate code for compatibility with Python 3
2016-06-06 Oleg BroytmanRefactor author.filename
2016-06-01 Oleg BroytmanChange database pathname handling
2016-05-30 Oleg BroytmanCheck if DB pathname starts with the current directory
2016-05-30 Oleg BroytmanMultidatabase - every script can open a database by...
2016-05-30 Oleg BroytmanOpen file as an SQLite DB
2016-05-29 Oleg BroytmanSearch by author's, book's, extension's, language's id
2016-05-29 Oleg BroytmanFix new flake8 E402: module level import not at top...
2016-05-14 Oleg BroytmanAllow to list all extensions and genres
2016-05-13 Oleg BroytmanSearch genres by name and title
2016-05-08 Oleg BroytmanFix bugs in counting extensions and languages
2016-04-05 Oleg BroytmanMinor refactoring
2016-04-04 Oleg BroytmanRefactoring: move module-level initialization into...
2016-03-27 Oleg BroytmanAdd unicode-aware function 'lower()' to SQLite
2016-03-06 Oleg BroytmanSpeedup inp import by caching a set of files in the...
2016-03-05 Oleg BroytmanSpeedup counting books
2016-02-11 Oleg BroytmanProcess author names
2016-02-11 Oleg BroytmanSplit name column into 3
2016-02-11 Oleg BroytmanFix DB: most columns must be NOT NULL
2016-01-17 Oleg BroytmanAdd more indices
2015-12-25 Oleg BroytmanMore indices
2015-12-25 Oleg BroytmanCreate intermediate tables with unique indices
2015-12-24 Oleg BroytmanImport INP(X)
2015-12-24 Oleg BroytmanAdd indices
2015-12-24 Oleg BroytmanPass keywords parameters to insert_name
2015-12-24 Oleg BroytmanSpeedup SQLite connection
2015-12-24 Oleg BroytmanFix Db schema
2015-12-23 Oleg BroytmanAdd insert_name
2015-12-22 Oleg BroytmanAdd Book.archive: name of the zip file
2015-12-22 Oleg BroytmanAdd __all__ to mark public names
2015-12-21 Oleg BroytmanMinor refactoring: split test() functions
2015-12-20 Oleg BroytmanFix a bug in opening existing SQLite db 0.0.2
2015-12-20 Oleg BroytmanMake names unique
2015-12-20 Oleg BroytmanCreate database tables
2015-12-19 Oleg BroytmanExtend db structure for Book; add Genre
2015-12-19 Oleg BroytmanAdd database schema