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