0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mistake in last commit. now changed unicode.encode('utf-8') to unicode.encode(DEFAULT_ENCODING) More... over 14 years ago
fixed UNICODE issue by encoding all unicode strings from the db to DEFAULT_ENCODING. but usermodel_match doesn't work, e.g. for More... over 14 years ago
added more rules to Facts.generate_query_facts(). UNICODE issue needs solving now! More... over 14 years ago
Book() class now uses Results.db_columns to determine table column names and inndexes More... over 14 years ago
Results.query_results is now persistent More... over 14 years ago
added get_table_header(): gets book table columns (title, year etc.) and their indexes live from the db. now we need to remove col_index() and update the Book() class accordingly. More... over 14 years ago
renamed play_with_db.py to pypolibox.py More... over 14 years ago
generating query_facts works partially. More... over 14 years ago
generating id_facts works. query_facts don't (unicode vs. str fail) More... over 14 years ago
added class Facts() as a dummy. differenciates betw. first book & other books More... over 14 years ago
integrated all query-constructing functions into Query(). added test_cli() function to test a variety of argvectors. More... over 14 years ago
added classes Query() and Results(). works even from cli. but there are still some functions which have to be turned into methods of Query(). More... over 14 years ago
added class Books() representing all findings from a db query as a list of Book() instances. More... over 14 years ago
migrated cli to argparse, added class Book to represent db findings. added simple converter for "[item1][item2]"-style sql arrays More... over 14 years ago
initial commit before trying optparse More... over 14 years ago