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