]> git.phdru.name Git - m_librarian.git/history - m_librarian/db.py
Search genres by name and title
[m_librarian.git] / m_librarian / db.py
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