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