r1656: More field type coding
[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
13         (* :unsigned-char).  This prepares for being able to use specified
14         type conversions when taking field data into lisp.
15
16         * Added field-type processing for most interfaces. Not done yet.
17         
18 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
19         
20         * doc/ref.sgml: Updated MAP-QUERY example to use
21         *read-default-float-format* (John Foderaro)
22         
23         * Extensive work to foreign library loaders and .system files to
24         check for successful loading of foreign libraries.
25
26         * Modified test-clsql.cl to allow more modularity and
27         automated testing in future release.
28
29                 
30