r8903: fixes for AllegroCL/Lispworks/OpenMCL
[clsql.git] / ChangeLog
1 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2         * Version 2.4.1 released: CLSQL-TESt suite passes
3         all tests for postgresql and CMUCL, SBCL, OpenMCL.
4         Allegro and Lispworks pass all tests except for
5         FDML/LOOP/1 since the loop extension have not yet
6         been ported to those implementions.
7         * sql/metaclasses.lisp: Added new slot to standard-db-class
8         to hold user-specified type. OpenMCL adjustments to compensate
9         for its type-predicate function. Since AllegroCL, Lispworks,
10         and OpenMCL have different slot orders, added compute-slots
11         and ordered-class-slots functions so their slot order matches
12         SBCL/CMUCL.
13
14 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
15         * Version 2.4.0 released: All tests for clsql-classic now finish
16         correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for
17         mysql, postgresql, postgresql-sockets, and sqlite backends.
18         * db-mysql/mysql-sql.lisp: Fix array dereferencing
19         * classic-tests/tests.lisp: Fix package name of
20         number-to-sql-string. 
21         * clsql.asd/clsql-tests.asd: Add support for asdf:test-op
22         * db-sqlite/sqlite-api-{uffi,sql}.lisp: Multiple UFFI fixes,
23         now passes tests on all support UFFI platforms.
24         * db-postgresql-socket/postgresql-socket-api.list: Ported to 
25         SBCL and OpenMCL
26         * multiple: Finish renaming of :types keyword to :result-types for
27         greater CommonSQL compatibility, including documentation
28         * sql/basic-cmds.lisp: Remove obsolete file
29         
30 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
31         * Version 2.3.3 released
32         * Fixes for sequences on mysql and sqlite [Marcus Pearce]
33         * Fixes for uffi sqlite backend [Aurelio Bignoli / Kevin Rosenberg]
34         * Fix for schema table [Marcus Pearce]
35         * Add loop extension support for SBCL and OpenMCL [Marcus Pearce]
36         * Fixes to test suite [Marcus Pearce]
37
38 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
39         * db-*/*-sql.lisp: Ensure that expr in
40         database-query-result-set is a string
41         * Documentation integration
42         
43 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
44         * With for Marcus Pearce's excellent work, I've merged
45         his clsql-usql port into clsql. The original clsql
46         interface is available in the clsql-classic package.
47
48 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
49         * Integrate patch from Marcus Pearce <ek735@soi.city.ac.uk>
50         adding further support for providing backend for UncommonSQL
51
52 10 Mar 2004 Kevin Rosenberg (kevin@rosenberg.net)
53         * Integrate patch from Aurelio Bignoli for SQLite backend
54
55 11 Nov 2003 Kevin Rosenberg (kevin@rosenberg.net)
56         * Converted documentation to XML format
57         * Made package installable with asdf-install
58
59 23 Jul 2003 Kevin Rosenberg (kevin@rosenberg.net)
60         * Add for-each-row macro
61
62 12 Dec 2002 Kevin Rosenberg (kevin@rosenberg.net)
63         * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
64         
65 16 Oct 2002 Kevin Rosenberg (kevin@rosenberg.net)
66         * Add support for SBCL, OpenMCL, and SCL
67         * Add *load-truename* to search path for clsql's
68         compiled libraries.
69
70 01 Sep 2002 Kevin Rosenberg (kevin@rosenberg.net)
71         * Rework use of file types in .asd files
72
73 17 Aug 2002 Kevin Rosenberg (kevin@rosenberg.net)
74         * Add .asd definition files for ASDF users
75
76 31 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
77         * Restructure directories for Common Lisp Controller v3 compatibility
78
79 25 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
80         * Also change case of logical host in loader files
81         * Rework handling of logical pathnames
82         
83 05 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
84         * Change case of logical host
85         
86 14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
87         * clsql-base.system: Added base package that can be used without
88         high-level SQL commands. Used for adding support for UncommonSQL.
89         * *.system: Reworked logical pathnames to be more consistent with
90         Common Lisp Controller.
91         * debian/*: Completed initial Debian support
92         
93 10 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
94         * sql/classes.cl:
95         * sql/transactions.cl:
96         Added transaction support. Functions/macros added:
97         with-transaction, commit-transaction, rollback-transaction,
98         add-transaction-commit-hook, add-transaction-rollback-hook
99
100 04 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
101         * sql/sql.cl:
102         * sql/pool.cl:
103         * sql/functional.cl:
104         Added pool support in connect/disconnect and with-database.
105         Removed with-db-from-pool as with-database can now works with the connections pool
106
107 01 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
108         * sql/sql.cl:
109         * sql/pool.cl:
110         * sql/classes.cl:
111         * sql/package.cl:
112         Completed connection pool.
113         Added with-db-from-pool macro.
114         
115 27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
116         * Multiple files:
117         Added initial support for connection pool
118         * sql/transactions.cl
119         Took transaction code from UncommonSQL and integrated
120         into CLSQL code. See file for disclaimer about why this
121         was added.
122
123 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
124         * interfaces/postgresql/postgresql-sql.cl:
125         Fix keyword typo in database-read-large-object
126         * interfaces/mysql/mysql-loader.cl
127         Fix loading on Win32
128         * test-suite/tester-clsql.cl
129         Fix type coercion of double-float
130         * doc/*
131         Added debian docbook catalog, made it the default
132         
133 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
134         * interface/postgresql/postgresql-api.cl:
135         * interface/postgresql/postgresql-sql.cl:
136         * sql/sql.cl:
137         * sql/db-interface.cl:
138         Added large objects support for postgresql.
139
140 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
141         * src/postgresql-socket/postgresql-socket-api.cl:
142         Fixed find-foreign-function call, eliminated crypt warning
143         * Makefiles:
144         Multiple improvements
145         * sql/usql.cl:
146         Moved functionality from low-level interfaces to this file
147         via generic functions
148         * test-suite/tester.cl:
149         Added test with acl-compat-tester, moved others to old-tests
150         directory.
151         
152 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
153         * src/usql.cl:
154         Reinstated commented out sections
155         * interfaces/postgresql/postgresql-loader.cl:
156         * interfaces/mysql/mysql-loader.cl:
157         Updated find-forieign-library support.
158         * interfaces/postgresql-socket/postgresql-socket-package.cl:
159         Fixed require form for Lispworks (Thanks Marc Battyani!)
160         * interfaces/postgresql-socket/postgresql-socket-api.cl:
161         Fixed eval of def-function for crypt library.
162                 
163 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
164         * Added interface to support USQL high-level rouines
165         
166 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
167         * Separated db-interface and conditions from sql/sql.cl
168         * Improved foreign library loading testing
169         * interfaces/postgresql/postgresql-api.cl
170         Added PQisBusy function
171         * interfaces/clsql-uffi/clsql-uffi.cl
172         Fixed sign error for 64-bit processing
173         
174 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
175         * interfaces/postgresql-socket/postgresql-socket-api.cl:
176         Fixes to read-double-from-socket. Added 64-bit integer support.
177         * test-suite/xptest-clsql.cl
178         Added testint for 64-bit integers
179         * Additons to installation docs
180         
181 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
182         * interfaces/postgresql-socket/postgresql-socket-api.cl:
183         Implemented direct socket reading for field type :double
184         * Added usage information for :types to documentation
185         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
186         atol, atof calls
187         * interfaces/clsql-uffi: Created new directory. Split common
188         interface routines that use UFFI into this package. Required
189         especially to support direct reading of 64-bit integers into
190         bignums and bypassing temporary strings.
191         * test-clsql.cl: Updated to test postgresql-socket's
192         read-double-from-socket function.
193         * test-suite/xptest-clsql.cl
194         Started work on test suite
195
196 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
197         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
198         mysql-fetch-field-direct Got :auto types working
199         * interfaces/postgresql/postgresql-api.cl
200         * interfaces/postgresql-socket/postgresql-socket-api.cl
201         Added pgsql-field-types enum. Got :auto types working.
202         * multiple-files
203         Renamed :field-types to :types.
204         
205 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
206         * Added field-types parameter to query, database-query,
207         database-query-result-set, map-query. Haven't added code
208         to utilize field types, yet.
209         * Changed postgresql-socket result set from cons to a structure
210         * Updated test-clsql.cl to use automated testing with a config
211         file
212         * Changed return types of field accessors from cstring to
213         (* :unsigned-char).  This prepares for being able to use specified
214         type conversions when taking field data into lisp.
215         * Added field-type processing for most interfaces. Not done yet.
216         
217 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
218         * doc/ref.sgml: Updated MAP-QUERY example to use
219         *read-default-float-format* (John Foderaro)
220         * Extensive work to foreign library loaders and .system files to
221         check for successful loading of foreign libraries.
222         * Modified test-clsql.cl to allow more modularity and
223         automated testing in future release.
224         * mysql/mysql-sql.lisp: Added field types
225         
226 01 Jan 2002 Kevin Rosenberg (kevin@rosenberg.net)
227         * mysql/mysql-sql.lisp:
228         - Added support for Allegro CL and Lispworks using UFFI layer
229         - Changed database-connect to use mysql-real-connect. This way,
230           can avoid using double (unwind-protect)
231         - Changed database-connect to have MySQL library allocate space
232           for MYSQL structure. This will make the code more robust in
233           the event that MySQL library changes the size of the mysql-mysql
234           structure.
235
236