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