Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
(old) 👉👁️👄👁️👈 - library (as in real books) management system for PVV
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.
Go to file
Ø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
cli Hack for character encoding in communication with database. 2011-10-11 15:16:07 +00:00
db Endret databasen til å ha engelske navn. 2011-10-08 10:11:02 +00:00
lisp Restrukturert trunk. 2010-09-10 21:54:45 +00:00
python Lagt til støtte for å vise kategorier med 'show'-kommandoen. 2011-03-08 13:53:19 +00:00
avhengigheter.txt Litt om hva man trenger av pakker og sånt. 2011-10-08 09:10:20 +00:00
db.txt litt endringer på db.txt 2010-09-17 17:24:59 +00:00