netcharm / pywebdav

Automatically exported from code.google.com/p/pywebdav
0 stars 0 forks source link

Patch for better mysql error management #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I found not straightforward the mysql setup, so I added some logs and docs in 
the code.

file: dbconn
 * renamed the db field to dbh: the db is used both for the dbname and the dbhandler field
 * verbose logs in case of errors

file: mysqlauth
 * support for one-shot table initialization
 * better table documentation
 * suggestion: don't use the Write reserverd word of mysql as a table field.

HTH+LetMeKnow+Peace,
R.

Original issue reported on code.google.com by robipo...@gmail.com on 25 Sep 2011 at 1:51

Attachments: