r1661: field types
[clsql.git] / ChangeLog
1 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2
3         * interfaces/mysql/mysql-api.cl
4         Added mysql-fetch-fields, mysql-fetch-field-direct
5         Got :auto types working
6
7         * interfaces/postgresql/postgresql-api.cl
8         * interfaces/postgresql-socket/postgresql-socket-api.cl
9         Added pgsql-field-types enum
10         Got :auto types working
11
12         * multiple-files
13         Renamed :field-types to :types
14         
15 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
16
17         * Added field-types parameter to query, database-query,
18         database-query-result-set, map-query. Haven't added code
19         to utilize field types, yet.
20
21         * Changed postgresql-socket result set from cons to a structure
22
23         * Updated test-clsql.cl to use automated testing with a config
24         file
25
26         * Changed return types of field accessors from cstring to
27         (* :unsigned-char).  This prepares for being able to use specified
28         type conversions when taking field data into lisp.
29
30         * Added field-type processing for most interfaces. Not done yet.
31         
32 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
33         
34         * doc/ref.sgml: Updated MAP-QUERY example to use
35         *read-default-float-format* (John Foderaro)
36         
37         * Extensive work to foreign library loaders and .system files to
38         check for successful loading of foreign libraries.
39
40         * Modified test-clsql.cl to allow more modularity and
41         automated testing in future release.
42
43                 
44