X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=3813416e55efe66ad3caef46f88151c97098fdef;hb=1785177d3364ad0ad8917193b5b00310ef88105e;hp=5c9411c8c09a0549db857ac79371b986733b92d2;hpb=f8478421f5a0440246f70aa4234ff25f416be7e3;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 5c9411c..3813416 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,18 @@ -23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net) +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: