openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pypolibox
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 14 of 14
Search / Filter on:
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)
guido
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
guido
More...
over 14 years ago
added more rules to Facts.generate_query_facts(). UNICODE issue needs solving now!
guido
More...
over 14 years ago
Book() class now uses Results.db_columns to determine table column names and inndexes
guido
More...
over 14 years ago
Results.query_results is now persistent
guido
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.
guido
More...
over 14 years ago
renamed play_with_db.py to pypolibox.py
guido
More...
over 14 years ago
generating query_facts works partially.
guido
More...
over 14 years ago
generating id_facts works. query_facts don't (unicode vs. str fail)
guido
More...
over 14 years ago
added class Facts() as a dummy. differenciates betw. first book & other books
guido
More...
over 14 years ago
integrated all query-constructing functions into Query(). added test_cli() function to test a variety of argvectors.
guido
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().
guido
More...
over 14 years ago
added class Books() representing all findings from a db query as a list of Book() instances.
guido
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
guido
More...
over 14 years ago
initial commit before trying optparse
guido
More...
over 14 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree