r1702: *** empty log message ***
[clsql.git] / ChangeLog
1 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2         * Separated db-interface and conditions from sql/sql.cl
3
4         * Improved foreign library loading testing
5
6         * interfaces/postgresql/postgresql-api.cl
7         Added PQisBusy function
8
9         * interfaces/clsql-uffi/clsql-uffi.cl
10         Fixed sign error for 64-bit processing
11         
12         * Optimizes :types processing if value is nil
13         
14 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
15         * interfaces/postgresql-socket/postgresql-socket-api.cl:
16         Fixes to read-double-from-socket. Added 64-bit integer support.
17
18         * test-suite/xptest-clsql.cl
19         Added testint for 64-bit integers
20
21         * Additons to installation docs
22         
23 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
24         * interfaces/postgresql-socket/postgresql-socket-api.cl:
25         Implemented direct socket reading for field type :double
26
27         * Added usage information for :types to documentation
28
29         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
30         atol, atof calls
31
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
37         * test-clsql.cl: Updated to test postgresql-socket's
38         read-double-from-socket function.
39         
40         * test-suite/xptest-clsql.cl
41         Started work on test suite
42
43 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
44
45         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
46         mysql-fetch-field-direct Got :auto types working
47
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
52         * multiple-files
53         Renamed :field-types to :types.
54         
55 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
56
57         * Added field-types parameter to query, database-query,
58         database-query-result-set, map-query. Haven't added code
59         to utilize field types, yet.
60
61         * Changed postgresql-socket result set from cons to a structure
62
63         * Updated test-clsql.cl to use automated testing with a config
64         file
65
66         * Changed return types of field accessors from cstring to
67         (* :unsigned-char).  This prepares for being able to use specified
68         type conversions when taking field data into lisp.
69
70         * Added field-type processing for most interfaces. Not done yet.
71         
72 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
73         
74         * doc/ref.sgml: Updated MAP-QUERY example to use
75         *read-default-float-format* (John Foderaro)
76         
77         * Extensive work to foreign library loaders and .system files to
78         check for successful loading of foreign libraries.
79
80         * Modified test-clsql.cl to allow more modularity and
81         automated testing in future release.
82
83                 
84