X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=3813416e55efe66ad3caef46f88151c97098fdef;hb=1785177d3364ad0ad8917193b5b00310ef88105e;hp=d3e9e09b29fc877b4899b814769631bae0af298a;hpb=0fe44ce81f47c779d9695c9211668b4780bf4216;p=clsql.git diff --git a/ChangeLog b/ChangeLog index d3e9e09..3813416 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +01 May 2002 Marc Battyani (marc.battyani@fractalconcept.com) + * sql/sql.cl: + * sql/pool.cl: + * sql/classes.cl: + * sql/package.cl: + Completed connection pool. + Added with-db-from-pool macro. + +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 +21,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: