r1684: *** empty log message ***
[clsql.git] / ChangeLog
1 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2         * interfaces/postgresql-socket/postgresql-socket-api.cl:
3         Fixes to read-double-from-socket. Added 64-bit integer support.
4
5         * test-suite/xptest-clsql.cl
6         Added testint for 64-bit integers
7
8         * Additons to installation docs
9         
10 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
11         * interfaces/postgresql-socket/postgresql-socket-api.cl:
12         Implemented direct socket reading for field type :double
13
14         * Added usage information for :types to documentation
15
16         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
17         atol, atof calls
18
19         * interfaces/clsql-uffi: Created new directory. Split common
20         interface routines that use UFFI into this package. Required
21         especially to support direct reading of 64-bit integers into
22         bignums and bypassing temporary strings.
23
24         * test-clsql.cl: Updated to test postgresql-socket's
25         read-double-from-socket function.
26         
27         * test-suite/xptest-clsql.cl
28         Started work on test suite
29
30 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
31
32         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
33         mysql-fetch-field-direct Got :auto types working
34
35         * interfaces/postgresql/postgresql-api.cl
36         * interfaces/postgresql-socket/postgresql-socket-api.cl
37         Added pgsql-field-types enum. Got :auto types working.
38
39         * multiple-files
40         Renamed :field-types to :types.
41         
42 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
43
44         * Added field-types parameter to query, database-query,
45         database-query-result-set, map-query. Haven't added code
46         to utilize field types, yet.
47
48         * Changed postgresql-socket result set from cons to a structure
49
50         * Updated test-clsql.cl to use automated testing with a config
51         file
52
53         * Changed return types of field accessors from cstring to
54         (* :unsigned-char).  This prepares for being able to use specified
55         type conversions when taking field data into lisp.
56
57         * Added field-type processing for most interfaces. Not done yet.
58         
59 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
60         
61         * doc/ref.sgml: Updated MAP-QUERY example to use
62         *read-default-float-format* (John Foderaro)
63         
64         * Extensive work to foreign library loaders and .system files to
65         check for successful loading of foreign libraries.
66
67         * Modified test-clsql.cl to allow more modularity and
68         automated testing in future release.
69
70                 
71