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