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