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