12
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.
oysteini 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
2010-09-10 21:54:45 +00:00
2010-09-17 17:24:59 +00:00
Description
(old) 👉👁️👄👁️👈 - library (as in real books) management system for PVV
1.3 MiB
Languages
Python 80.6%
HTML 17.6%
Common Lisp 1.6%
CSS 0.2%