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