r1794: Debian docbook updates
[clsql.git] / ChangeLog
1 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
2         * interfaces/postgresql/postgresql-sql.cl:
3         Fix keyword typo in database-read-large-object
4         * interfaces/mysql/mysql-loader.cl
5         Fix loading on Win32
6         * test-suite/tester-clsql.cl
7         Fix type coercion of double-float
8         * doc/*
9         Added debian docbook catalog, made it the default
10         
11 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
12         * interface/postgresql/postgresql-api.cl:
13         * interface/postgresql/postgresql-sql.cl:
14         * sql/sql.cl:
15         * sql/db-interface.cl:
16         Added large objects support for postgresql.
17
18 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
19         * src/postgresql-socket/postgresql-socket-api.cl:
20         Fixed find-foreign-function call, eliminated crypt warning
21         * Makefiles:
22         Multiple improvements
23         * sql/usql.cl:
24         Moved functionality from low-level interfaces to this file
25         via generic functions
26         * test-suite/tester.cl:
27         Added test with acl-compat-tester, moved others to old-tests
28         directory.
29         
30 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
31         * src/usql.cl:
32         Reinstated commented out sections
33         * interfaces/postgresql/postgresql-loader.cl:
34         * interfaces/mysql/mysql-loader.cl:
35         Updated find-forieign-library support.
36         * interfaces/postgresql-socket/postgresql-socket-package.cl:
37         Fixed require form for Lispworks (Thanks Marc Battyani!)
38         * interfaces/postgresql-socket/postgresql-socket-api.cl:
39         Fixed eval of def-function for crypt library.
40                 
41 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
42         * Added interface to support USQL high-level rouines
43         
44 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
45         * Separated db-interface and conditions from sql/sql.cl
46         * Improved foreign library loading testing
47         * interfaces/postgresql/postgresql-api.cl
48         Added PQisBusy function
49         * interfaces/clsql-uffi/clsql-uffi.cl
50         Fixed sign error for 64-bit processing
51         
52 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
53         * interfaces/postgresql-socket/postgresql-socket-api.cl:
54         Fixes to read-double-from-socket. Added 64-bit integer support.
55         * test-suite/xptest-clsql.cl
56         Added testint for 64-bit integers
57         * Additons to installation docs
58         
59 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
60         * interfaces/postgresql-socket/postgresql-socket-api.cl:
61         Implemented direct socket reading for field type :double
62         * Added usage information for :types to documentation
63         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
64         atol, atof calls
65         * interfaces/clsql-uffi: Created new directory. Split common
66         interface routines that use UFFI into this package. Required
67         especially to support direct reading of 64-bit integers into
68         bignums and bypassing temporary strings.
69         * test-clsql.cl: Updated to test postgresql-socket's
70         read-double-from-socket function.
71         * test-suite/xptest-clsql.cl
72         Started work on test suite
73
74 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
75         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
76         mysql-fetch-field-direct Got :auto types working
77         * interfaces/postgresql/postgresql-api.cl
78         * interfaces/postgresql-socket/postgresql-socket-api.cl
79         Added pgsql-field-types enum. Got :auto types working.
80         * multiple-files
81         Renamed :field-types to :types.
82         
83 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
84         * Added field-types parameter to query, database-query,
85         database-query-result-set, map-query. Haven't added code
86         to utilize field types, yet.
87         * Changed postgresql-socket result set from cons to a structure
88         * Updated test-clsql.cl to use automated testing with a config
89         file
90         * Changed return types of field accessors from cstring to
91         (* :unsigned-char).  This prepares for being able to use specified
92         type conversions when taking field data into lisp.
93         * Added field-type processing for most interfaces. Not done yet.
94         
95 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
96         * doc/ref.sgml: Updated MAP-QUERY example to use
97         *read-default-float-format* (John Foderaro)
98         * Extensive work to foreign library loaders and .system files to
99         check for successful loading of foreign libraries.
100         * Modified test-clsql.cl to allow more modularity and
101         automated testing in future release.