r9209: read tinyint as integer for odbc, handle boolean reading/writing fields
[clsql.git] / ChangeLog
index 4cdb54f4129c850c397987392fdc718b80273e9d..70b20ca2500410737dfcd234a4ebd59beffe42db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
+3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.10.7
+       * db-odbc/odbc-dbi.lisp: Convert TINYINT to integers when
+       result-types is :auto
+       * sql/objects.lisp: Properly handled writing/reading Boolean
+       values from SQL database when retrieving objects.
+       * test/test-fdml.lisp: Add another test for boolean results
+       * test/utils.lisp: Fix incorrect declaration
+       
 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
+       * Version 2.10.6
        * sql/generics.lisp: add generic function for SELECT. 
        * sql/objects.lisp: make SELECT a method specialisation. 
        * sql/classes.lisp: MAKE-QUERY now calls SELECT if the selections