[elephant-cvs] CVS elephant

ieslick ieslick at common-lisp.net
Sun Feb 4 04:34:56 UTC 2007


Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv16382

Modified Files:
	TODO 
Log Message:
char to unsigned char fix in BDB; cleaned up modular serializer initialization in BDB and SQL backends and main protocol

--- /project/elephant/cvsroot/elephant/TODO	2007/02/03 00:57:33	1.41
+++ /project/elephant/cvsroot/elephant/TODO	2007/02/04 04:34:56	1.42
@@ -7,9 +7,14 @@
 --------------------------------------------
 
 Active tasks:
+- Fix (cursor-last) bug to Robert's new test
+- Fix indexing-timing, delete-instances bug reported by Robert
+
 - Trace all paths to db-put or db-delete and ensure that there is a check or a 
   default ensure-transaction around the primitive components - write a document 
   clarifying transaction design & assumptions in the backend]
+- Fix *dbconnection-spec* to support multiple controllers for multiple threads
+  for CLSQL backend
 
 BDB Features:
 ? Determine how to detect deadlock conditions as an optional run-safe mode?
@@ -60,6 +65,11 @@
 0.6.1 - Features COMPLETED to date
 ----------------------------------
 
+February 3rd, 2007 checkins:
+x Finished char -> unsigned char for buffer streams to solve SBCL type problems
+x Finished new serializer-initialization and open-controller protocol to handle
+  subtle issues in database metadata and the user of the serializer
+
 Feburary 2nd, 2007 checkins:
 x Support locks in serializer for all systems
   x Provide support for fast and slow critical sections by lisps: buffer-streams, 




More information about the Elephant-cvs mailing list