From: Kevin M. Rosenberg Date: Mon, 30 Sep 2002 03:08:02 +0000 (+0000) Subject: r2895: *** empty log message *** X-Git-Tag: v3.8.6~920 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=f615df5cdaf82508e6b265afecb2e8d496e6674a;ds=sidebyside r2895: *** empty log message *** --- diff --git a/NEWS b/NEWS index 715f93e..95b8c47 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,2 @@ -- Added optional field types specifier for queries to optimize query -times, reduce garbage, reduce programmer effort to convert strings to -numbers. By directly parsing integers (32 and 64 bits) and floats, the -overhead of temporary strings is eliminated. A value of :auto -specifies automatic numeric importing for applicable fields. - -- New test suite using XPTest - -- Documentation improvements +Now supports OpenMCL! diff --git a/debian/changelog b/debian/changelog index 4ea9273..ae8bd11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ cl-sql (0.9.5-1) unstable; urgency=low + * OpenMCL is now supported * Fix defgeneric form in db-interfaces.cl * Fix load-libraries call in postgresql-socket-api.cl - * OpenMCL is now supported -- Kevin M. Rosenberg Fri, 27 Sep 2002 08:55:33 -0600