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