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