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