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