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