[Subversion] / PEAK / TODO.txt  

Revision 663


Jump to revision:
Previous Next
Author: pje
Date: Sun Nov 10 21:13:42 2002 UTC (21 years, 5 months ago)

Log Message:

SQL error handling and joinTxn() shortcut

* SQL errors are now logged; __traceback_info__ is set, although our
  current traceback formatter for logging doesn't use it yet.  We also
  maybe should log SQL warnings at LOG_WARNING level instead of LOG_ERROR.

* You can now supply joinTxn=(a true value) as a keyword arg to a SQL
  query executed on an SQLConnection, and the connection will join the
  transaction.  This seems cleaner in actual use than a separate .joinTxn()
  call.

* Fixed some issues with Gadlfy not implementing the full DBAPI - or even
  a decent fraction of it.  :(

Changed paths:

Path Action Text Changes Prop Changes Diff to Previous
PEAK/TODO.txt modified X   (diff to previous)
PEAK/src/peak/storage/SQL.py modified X   (diff to previous)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help