Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
worblehat-old/cli
Øystein Ingmar Skartsæterhagen bf188c99ae Hack for character encoding in communication with database.
Added encoding from unicode to str in execute_query, and wrote wrapper
functions with decoding for the cursor methods fetchone and fetchall.

This means that from now on, one should never call these methods
directly on cursor objects, but instead call execute_query, fetchone,
fetchall, fetchone_dict or fetchall_dict in util.py.

I plan to separate out this code to a new module (db.py?), and rewrite
it in a way that makes it harder to write things like c.execute by
mistake.
2011-10-11 15:16:07 +00:00
..
arguments.txt Såvidt begynt på nytt kommandolinjegrensesnitt. 2011-10-08 09:06:15 +00:00
categories.txt Added 'register books' and made a list of book categories 2011-10-09 16:13:20 +00:00
commit-file-format.txt updated wrong field 2011-10-09 13:21:46 +00:00
fileformat.py Improved reading in fileformat.py. 2011-10-09 14:39:07 +00:00
google_interface.py Added 'register books' and made a list of book categories 2011-10-09 16:13:20 +00:00
util.py Hack for character encoding in communication with database. 2011-10-11 15:16:07 +00:00
worblehat.py utilized book search, work now as list just with where clauses 2011-10-09 18:56:19 +00:00