From fcd7e2fa0784a586e9c8f241761d38a622cbec28 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 27 Mar 2002 08:37:50 +0000 Subject: [PATCH] r1675: *** empty log message *** --- ChangeLog | 26 ++++++++++++++------------ NEWS | 4 +++- VERSION | 2 +- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96e95b2..84a0766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,29 +1,31 @@ 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net) - * interfaces/postgresql-socket/postgresql-socket-api.cl + * interfaces/postgresql-socket/postgresql-socket-api.cl: Implemented direct socket reading for field type :double * Added usage information for :types to documentation - * interfaces/mysql/mysql-sql.cl - Fixed type specifiers in ato* calls + * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi, + atol, atof calls + + * interfaces/clsql-uffi: Created new directory. Split common + interface routines that use UFFI into this package. Required + especially to support direct reading of 64-bit integers into + bignums and bypassing temporary strings. - * interfaces/mysql/clsql-mysql.c - * interfaces/mysql/mysql-sql.cl - Added atol64 function, :longlong translations + * test-clsql.cl: Updated to test postgresql-socket's + read-double-from-socket function. 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net) - * interfaces/mysql/mysql-api.cl - Added mysql-fetch-fields, mysql-fetch-field-direct - Got :auto types working + * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields, + mysql-fetch-field-direct Got :auto types working * interfaces/postgresql/postgresql-api.cl * interfaces/postgresql-socket/postgresql-socket-api.cl - Added pgsql-field-types enum - Got :auto types working + Added pgsql-field-types enum. Got :auto types working. * multiple-files - Renamed :field-types to :types + Renamed :field-types to :types. 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net) diff --git a/NEWS b/NEWS index 2dbd266..debb2f9 100644 --- a/NEWS +++ b/NEWS @@ -1 +1,3 @@ -Initial release of CLSQL +Added :types specifier to optimize querys with +integer (32 and 64 bit) and double field types. + diff --git a/VERSION b/VERSION index 4f6c765..e453650 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -0.5.2-pre +0.5.3 -- 2.34.1