r1653: More field-type updates
[clsql.git] / ChangeLog
1 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2
3         * Added field-types parameter to query, database-query,
4         database-query-result-set, map-query. Haven't added code
5         to utilize field types, yet.
6
7         * Changed postgresql-socket result set from cons to a structure
8
9         * Updated test-clsql.cl to use automated testing with a config
10         file
11
12         * Changed return types of field accessors from cstring to (* :unsigned-char).
13         This prepares for being able to use specified type conversions when taking
14         field data into lisp.
15         
16 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
17         
18         * doc/ref.sgml: Updated MAP-QUERY example to use
19         *read-default-float-format* (John Foderaro)
20         
21         * Extensive work to foreign library loaders and .system files to
22         check for successful loading of foreign libraries.
23
24         * Modified test-clsql.cl to allow more modularity and
25         automated testing in future release.
26
27                 
28