r1801: Added transaction code
[clsql.git] / ChangeLog
index d3e9e09b29fc877b4899b814769631bae0af298a..fb92c48726c8c9ba991fd99b4f5f8e5426204444 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
+       * Multiple files:
+       Added initial support for connection pool
+       * sql/transactions.cl
+       Took transaction code from UncommonSQL and integrated
+       into CLSQL code. See file for disclaimer about why this
+       was added.
+
 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
        * interfaces/postgresql/postgresql-sql.cl:
        Fix keyword typo in database-read-large-object
@@ -5,6 +13,8 @@
        Fix loading on Win32
        * test-suite/tester-clsql.cl
        Fix type coercion of double-float
+       * doc/*
+       Added debian docbook catalog, made it the default
        
 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
        * interface/postgresql/postgresql-api.cl: