r9642: Automated commit for Debian build of clsql upstream-version-2.11.10
[clsql.git] / ChangeLog
1 13 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
2         * Version 2.11.10
3         * sql/syntax.lisp: updated docstrings. 
4         * sql/package.lisp: exported DATABASE-NAME-FROM-SPEC from CLSQL 
5         package.
6         * sql/database.lisp: add docstrings for CREATE-DATABASE, 
7         DESTROY-DATABASE, TRUNCATE-DATABASE and LIST-DATABASES. Replace 
8         CLSQL-GENERIC-ERROR signalled in RECONNECT with SQL-CONNECTION-ERROR. 
9         * doc/ref-syntax.xml, doc/global-index.xml: minor tidying. 
10         * doc/ref-connect.xml: document connection/initialisation. 
11         * doc/ref-fdml.xml: move TRUNCATE-DATABASE reference entry here. 
12         * doc/TODO: remove items done. 
13         * Makefile: add db-oracle to to SUBDIRS. 
14
15 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
16         * sql/oodml.lisp: Add new serialization functions:
17         WRITE-INSTANCE-TO-STREAM and READ-INSTANCE-FROM-STREAM
18         * sql/expressions.lisp: Avoid duplicate FROM names when selecting
19         from a table that has more than one primary index.
20         * sql/conditions.lisp: Fix printing of closed-database error
21         
22 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
23         * Version 2.11.9
24         * sql/conditions.lisp: Set initial slot value for message in SQL-WARNING
25         * sql/transactions.lisp: Correctly set slots of SQL-WARNING
26
27 12 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk>
28         * sql/package.lisp: export DATABASE-TYPE from CLSQL and subclasses 
29         of SQL-EXPRESSION from CLSQL-SYS. 
30         * sql/syntax.lisp: make error signalled in SQL-OPERATION an 
31         SQL-USER-ERROR. Make SQL-OPERATOR return just one value. 
32         * doc/Makefile: added Mandrake linux. 
33         * doc/catalog-redhat.xml, doc/catalog-mandrake.xml: new files. 
34         * doc/appendix.xml: fixed little typo (adsf). 
35         * doc/glossary.xml: removed closed-database and note about 
36         sql-expression, added some entries. 
37         * doc/ref-syntax.xml: documented the symbolic SQL syntax. 
38
39 10 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
40         * Version 2.11.8
41         * db-mysql/mysql-loader.lisp: Remove load of unnecessary zlib library
42         * multiple: Add generalized-boolean type as requested by
43         Edi Weitz
44         * TODO: Added need for test of generalized-boolean
45         
46 9 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
47         * Version 2.11.7 released
48         * uffi/clsql-uffi-loader.lisp: Apply patch from Edi Weitz
49         for loading with clc-register-user-package. Remove personal
50         directory from path lisp.
51         * db-mysql/mysql-loader.lisp: Similar changes
52         
53 8 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
54         * Version 2.11.6 released
55         * sql/oodml.lisp: Commit patch from Edi Weitz
56         to fix symbol writing/reading
57         * TODO: Add need for symbol slot test
58         
59 7 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
60         * sql/package.lisp: remove duplicate export of 
61         *CACHE-TABLE-QUERIES-DEFAULT*. 
62         * doc/ref-*.xml, doc/global-index.xml: new files documenting 
63         the CommonSQL compatible api. 
64         * tests/test-fdml.lisp: modified the test :fdml/transaction/3 to 
65         reflect changes in return values of WITH-TRANSACTION. 
66
67 04 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
68         * tests/README: Fix filename [reported by Bill Clementson]
69         * sql/transactions.lisp: Apply return value patch from
70         Edi Weitz for WITH-TRANSACTION
71         * tests/README: Remove ptester package requirement (as noted
72         by Bill Clementson)
73         
74 03 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
75         * Version 2.11.5 released
76         * examples/clsql-tutorial.lisp: Remove obsolete :nulls-ok attribute,
77         Select connection-spec based on connection type. Bugs reported by
78         Bill Clementson.
79         * uffi/uffi.dll, uffi/uffi.lib: Recompile with Visual Studio 2003
80         * db-mysql/mysql-loader.lisp: Update check for zlibwapi library
81         name on Windows, add \bin\ directory to search path
82         
83 31 May 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
84         * db-odbc/odbc-sql.lisp: DB-TYPE replaced with DATABASE-TYPE in 
85         DATABASE-CONNECT. 
86         * sql/operations.lisp: substr now generates SUBSTR for use on 
87         Oracle; added a new operator SUBSTRING for use elsewhere. minus 
88         now generates MINUS for use on Oracle. Nvl signals an error if 
89         not called with exactly 2 arguments. Add concat function for use 
90         instead of the || operator on MySQL and Oracle. 
91         * sql/syntax.lisp: changed internal symbol for the || operator to 
92         CONCAT-OP. 
93         * sql/expressions.lisp: removed redundant and unused functions 
94         GENERATE-SQL (cf. SQL-OUTPUT) and DATABASE-CONSTRAINT-DESCRIPTION
95         (cf. MAKE-CONSTRAINTS-DESCRIPTION). 
96         * sql/generics.lisp: removed generic function for 
97         DATABASE-CONSTRAINT-DESCRIPTION (see above). 
98         * tests/test-syntax.lisp: modified/added tests according to changes
99         in sql/operations.lisp. 
100         * tests/test-fdml.lisp: changed SUBSTR to SUBSTRING in test 
101         :fdml/select/21.  
102         * sql/package.lisp: added the operators SQL-SUBSTRING, SQL-CONCAT-OP 
103         and SQL-USERENV to the shared exports list. Removed 
104         ROLLBACK-TRANSACTION, COMMIT-TRANSACTION, DATABASE-START-TRANSACTION, 
105         DATABASE-ABORT-TRANSACTION, DATABASE-COMMIT-TRANSACTION, 
106         TRANSACTION-LEVEL, TRANSACTION,  RECORD-SQL-COMMAND and 
107         RECORD-SQL-RESULT from shared exports list. 
108         
109 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
110         * db-postgresql/postgresl-sql.lisp: Avoid computing
111         result-types lisp when nil result-types. Return only
112         one value when field-types nil.
113         * db-mysql/mysql-sql.lisp: Simple queries now
114         working with prepared statements.
115         
116 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
117         * Version 2.11.4: MySQL 4.1 now passes all tests
118         * sql/package.lisp: Add API for prepared statments.
119         * sql/fdml.lisp: Change implicit flatp processing
120         for string map-query for greater CommonSQL conformance.
121         Add high-high API for prepared statements.
122         * tests/test-basic.lisp: Add test for map-query and
123         single argument.
124         * sql/transactions.lisp: Change name/semantics of
125         autocommit to set-autocommit.
126         * sql/generic-postgresql.lisp: Add support for
127         prepared statements. 
128         * tests/test-internal.lisp: New file
129         * sql/odbc-api.lisp: Update to using ODBC V3 protocol
130         * clsql-mysql.asd, clsql-uffi.asd: Remove check and Common Lisp
131         Controller invocation.
132         * db-mysql/mysql-api.lisp: Add support for MySQL 4.1 field structure
133         * sql/expressions.lisp: Avoid emitting double parenthesis when a
134         function contains a subselect. 
135         
136 27 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
137         * Version 2.11.3
138         * sql/ooddl.lisp: Commit patch from Edi Weitz fixing return
139         type (setf slot-value-using-class)
140         * TODO: add not that need a test case for the above fix
141         * db-sqlite: Remove clisp support since clisp can not run CLSQL
142         with its MOP usage
143         * db-oracle/oracle-sql.lisp: By default, use OCIEnvCreate as 
144         introduced in Oracle8. Leave older code selectable by a reader macro
145         for Oracle7 and prior. Avoid use of OCIServerAttach since CLSQL
146         uses OCILogon and does not the more complex session management.
147         
148 26 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
149         * sql/oodml.lisp: Commit universal-time typo patch from Edi Weitz
150         * test/test-init.lisp: Add universal-time slot to person.
151         * test/test-fddl.lisp: Add tests of universal-time slot
152         * test/test-ooddl.lisp: Test universal-time slot in an object
153         * TODO: Remove need for universal-time test     
154         * debian/rules, debian/control: Add cl-sql-oracle binary package
155         * doc/appendix.xml: Add Oracle backend information
156         * db-oracle/oracle-objects.lisp: Add database-get-type-specifier for
157         universal-time. Convert BIGINT CLSQL type to CHAR SQL type
158         * db-mysql/mysql-sql.lisp: Fix condition name to sql-connection-error
159         * doc/ref-clsql.xml: Renamed from ref_clsql.xml. Change the documentation
160         for map-query to reflect changed in arguments to be CommonSQL compatible.
161         Updated old clsql conditions to new CommonSQL compatible conditions.
162         
163 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
164         * sql/oodml.lisp: (string n) now produces a CHAR field. Add new VARCHAR
165         type. Added *default-varchar-length* rather than previous hard-coded
166         varchar length. Remove 'simple-string and 'simple-base-string since they
167         are subtypes of 'string.
168         * db-oracle/oracle-sql.lisp: Use *default-varchar-length* rather than
169         local hard-coded value.
170         * sql/metaclasses.lisp: Convert specified type VARCHAR and (VARCHAR n) to Lisp
171         type string. Convert specified-type (CHAR n) to string. Convert specified-type
172         CHAR to lisp type character.
173         * sql/generic-postgresql.lisp: (string n) => (CHAR n)
174         * sql/operations.lisp: Add userenv
175         * doc/TODO: Add AUTOCOMMIT. Remove need for large table and bigint
176         slot tests
177         * sql/oracle-sql.lisp: Add 64-bit bigint direct conversion
178         * uffi/clsql-uffi.lisp: Handle signed 64-bit integers
179         * test/test-init.lisp: Add large table with bigint slot
180         
181 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
182         * Version 2.11.1 released: Much simpler Oracle client library loading.
183         Now uses ORACLE_HOME environmental variable as well as tests default
184         path for Oracle Instant Client. 
185         
186 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
187         * Version 2.11.0 released: Full Oracle support. All tests pass
188         * db-oracle/oracle-sql.lisp: Add declaration so that SBCL runs efficiently.
189         * tests/test-init.lisp: capitalize odbc backend name in banner
190         * CONTRIBUTORS: Add note about Marcus' excellent work
191         * sql/oodml.lisp: Removed old stub function     
192         * clsql.asd: Use module names in current package rather than keyword package
193         * db-oracle/oracle-sql.lisp: Don't trim trailing spaces. Prevent interrupts
194         in setting sequence position. Make autocommits more efficient.
195         * tests/test-init.lisp: Skip 2 tests on Oracle which have unsupported syntax 
196         * sql/oodml.lisp: Get rid of undocumented raw-string type. CommonSQL
197         strings are raw (non-trimmed trailing whitespace). Add database-get-type-specifier
198         and read-sql-value for NUMBER and CHAR.
199         * sql/base-classes.lisp: Add autocommit slot
200         * sql/transaction.lisp: Added autocommit processing, mild cleaning.
201         * doc/intro.xml: Add Oracle
202         
203 24 May 2004: Marcus Pearce (m.t.pearce@city.ac.uk) 
204         * db-postgresql-socket/postgresql-socket-sql.lisp: replace 
205         CLSQL-SIMPLE-WARNING with SQL-WARNING. 
206         * db-sqlite/sqlite-sql.lisp: replace CLSQL-SIMPLE-WARNING with 
207         SQL-WARNING. 
208         * db-aodbc/aodbc-sql.lisp: replace CLSQL-ERROR with SQL-ERROR. 
209         * clsql.asd: reworked module structure in package definition and 
210         file names to better reflect component functionality. 
211         * sql/package.lisp: added SQL-FATAL-ERROR and SQL-TIMEOUT-ERROR to 
212         exports list. Removed duplicate and obsolete exports. Exported 
213         remaining SQL operations: SQL-SOME, SQL-<>, SQL-BETWEEN, SQL-DISTINCT, 
214         SQL-NVL and SQL-FUNCTION. Organised exports by functionality/file and 
215         according to whether they are specified by CommonSQL or CLSQL 
216         extensions. 
217         * sql/transaction.lisp: replace CLSQL-SIMPLE-WARNING with 
218         SQL-WARNING. 
219         * sql/generics.lisp: moved generics for QUERY and EXECUTE-COMMAND 
220         here from basic-sql.lisp. 
221         * sql/expressions.lisp: NEW FILE: renamed from classes.lisp (deleted). 
222         * sql/fddl.lisp: NEW FILE: renamed from table.lisp (deleted). 
223         * sql/fdml.lisp: NEW FILE: merger of basic-sql.lisp and sql.lisp
224         (both deleted). 
225         * sql/ooddl.lisp: NEW FILE: ooddl from objects.lisp (deleted). 
226         * sql/oodml.lisp: NEW FILE: oodml from objects.lisp (deleted). 
227         
228 23 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
229         * Version 2.10.22 released
230         * sql/kmr-mop.lisp, sql/objects.lisp: Since SBCL is the only implementation that
231         has reversed class slots, change the default for ordered-class-slots so that slots
232         are now in the same order an in the def-view-class.
233         * sql/sql.lisp: Honor case of string table identifier to INSERT-RECORDS
234         * test/test-fddl.lisp: Add two tests for mixed case names
235         * db-oracle/oracle-sql.lisp: Add missing database qualifier. Return NUMBER (double)
236         for computed fields, this will require some adjustment to the test suite which
237         in many cases expects integers.
238         * test/test-fdml.lisp: Accomodate that Oracle returns doubles for computed columns
239         
240 22 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
241         * Version 2.10.21 released
242         * sql/sequences.lisp: Move generic sequence functions here from db-sqlite,
243         db-odbc, and db-aodbc.
244         * sql/*.lisp: Add db-type parameter to generic functions READ-SQL-VALUE,
245         DATABASE-GET-TYPE-SPECIFIER, and OUTPUT-SQL-VALUE-AS-TYPE. Update methods to use these.
246         * sql/generic-postgresql.lisp, sql/generic-odbc.lisp: New files
247         * db-odbc/odbc-sql.lisp, db-aodbc/aodbc-sql.lisp: Move common code to 
248         sql/generic-odbc.lisp
249         * db-postgresql/postgresql-sql.lisp, db-postgresql-socket/postgresql-socket-sql.lisp: 
250         Move common code to  sql/generic-postgresql.lisp
251         * sql/classes.lisp: honor case of string tables when outputting queries 
252         * sql/objects.lisp: Add database type to default database-get-type-specifier method
253         * sql/sql.lisp:  Add database type to default database-abort-transaction method
254         * db-mysql/mysql-objects.lisp: New file
255         * sql/objects.lisp: Move MySQL specific code to mysql-objects.lisp
256         * sql/utils.lisp: Add GETENV function which will be used to get ORACLE_HOME
257         from environment
258         * test/test-fdml.lisp: String table names are now case sensitive, so convert to
259         default db case for FDML/SELECT/25
260
261 22 May 2004 Kevin Rosenberg
262         * Version 2.10.20 released: Oracle backend now fails 6 out of 200 tests
263         * TODO: Added 2 variances from CommonSQL. Add tests for owner phrases
264         and string identifiers with non-default case
265         * sql/table.lisp: Don't convert string table name to a symbol.
266         * sql/classes.lisp: Honor case of string identifiers
267         * sql/sql.lisp: Ensure recyclebin is purged for Oracle in 
268         TRUNCATE-DATABASE
269         * db-oracle/oracle-sql.lisp: Add sequence functions, fix use of
270         of owner phrases. Obtain server and client versions.
271         * db-oracle/oracle-objects.lisp: Fix type specifiers
272         * tests/test-fddl.lisp: Allow :varchar2 and :number as data types
273         * tests/test-init.lisp: Properly get username from Oracle connection-spec
274         
275 22 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
276         * sql/generics.lisp: reworked docstrings. Remove generics for 
277         ADD-TO-RELATION and REMOVE-FROM-RELATION. 
278         * sql/objects.lisp: reworked docstrings. Changed UPDATE-OBJECT-JOINS 
279         to UPDATE-OBJECTS-JOINS for CommonSQL compatibility. 
280         * sql/package.lisp: Changed UPDATE-OBJECT-JOINS to UPDATE-OBJECTS-JOINS 
281         for CommonSQL compatibility. Remove ADD-TO-RELATION and 
282         REMOVE-FROM-RELATION. 
283         * tests/test-oodml.lisp: Changed UPDATE-OBJECT-JOINS to 
284         UPDATE-OBJECTS-JOINS for CommonSQL compatibility. 
285         * doc/TODO: added notes about extra slot options to DEF-VIEW-CLASS. 
286         * sql/conditions.lisp: add documentation for conditions. Add 
287         SQL-TIMEOUT-ERROR and SQL-FATAL-ERROR for CommonSQL compatibility. 
288
289 21 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
290         * sql/basic-sql.lisp: reworked docstrings. 
291         * sql/transactions.lisp: reworked docstrings. 
292         * sql/sql.lisp: reworked docstrings. 
293         * sql/initialize.lisp: reworked docstrings. INITIALIZE-DATABASE-TYPE 
294         sets *DEFAULT-DATABASE-TYPE* for CommonSQL compatibility. 
295         * sql/database.lisp: reworked docstrings. 
296         * doc/TODO: added notes about START-TRANSACTION and IN-TRANSACTION-P 
297         and FDML extensions and database extensions. 
298
299 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
300         * db-oracle/oracle-sql: Use clsql-specific error conditions. Use owner keyword.
301         * db-oracle/make9.sh: add makefile for building with Oracle 9 client
302         libraries
303         * sql/table.lisp: Add logic for dealing with Oracle 10g vs. previous
304         Oracle versions with the PURGE option required for drop table. This needs
305         to be converted to a generic function and moved to db-oracle/oracle-sql.lisp
306
307 20 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
308         * sql/classes.lisp: remove unused PARAMS slot in SQL-IDENT-ATTRIBUTE. 
309         * sql/syntax.lisp: remove unused PARAMS keyword arg to SQL-EXPRESSION. 
310         * sql/table.lisp: reworked docstrings. 
311         * sql/objects.lisp: moved *default-update-objects-max-len* here from 
312         table.lisp. 
313         * doc/TODO: notes about :if-does-not-exist arg to DROP-TABLE, 
314         DROP-VIEW and DROP-INDEX and the use of the :transactions and 
315         :constraints keyword args to CREATE-TABLE. 
316         * sql/classes.lisp: the DESCRIPTION argument to CREATE-TABLE is now 
317         CommonSQL compatible with respect to column constraints. 
318
319 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
320         * sql/oracle-sql.lisp: Now compiles and runs on SBCL.
321         Requires UFFI 1.5.0 or higher
322         
323 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
324         * Version 2.10.19
325         * sql/conditions.lisp: Fix cerror
326         
327 19 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
328         * Version 2.10.18 released: New condition hierarchy to be compatible
329         with CommonSQL -- not backward compatible with previous CLSQL.
330         * sql/db-interface.lisp: Add more default methods
331         * sql/objects.lisp: Add explicit table name to order-by parameters
332         in find-all when only one table to avoid selecting a duplicate row.
333         Fix error in FIND-ALL when using :order-by such as (([foo] :asc))
334         as previous logic was adding two fields (foo asc) to SELECT query.
335         Make :result-types :auto be the default for object selections.
336         Properly handle caching key when using multiple order-by with asc/desc
337         directions.
338         * db-oracle/*.lisp: Much improvements, now passes 90% of test suite
339         
340 19 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
341         * sql/recording.lisp: reworked docstrings. 
342         * sql/syntax.lisp: reworked docstrings. 
343         * doc/TODO: added notes about extensions to SQL-RECORDING-P and the 
344         SQL syntax state functions being macros. 
345
346 19 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
347         * sql/package.lisp: Export initialize-database-type and
348         *initialize-database-types* from CLSQL package.
349         * sql/conditions.lisp: Add new CommonSQL compatible conditions,
350         remove old CLSQL conditions.
351         * sql/loop-extensions.lisp: Make errors of type sql-user-error
352         * */*.lisp: Convert to from old to new conditions
353         
354 18 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
355         * sql/table.lisp: Add PURGE to drop command for oracle 10g backend.
356         To handle this difference, will need to add a new database-drop-table
357         generic function.
358         * db-oracle/oracle-sql.lisp: Move server-version and
359         major-version-number to database object to allow multiple connections
360         to Oracle servers of different versions.
361         
362 18 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
363         * TODO: moved notes about backends to doc/TODO. 
364         * doc/TODO: added notes about backends and select extensions. 
365         * sql/base-classes.lisp: remove obsolete schema slot in database 
366         class. 
367         
368 16 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
369         * db-oracle/oracle-api: Add OCIServerVersion
370         * db-oracle/oracle-sql: Query and store server version on connect
371         * sql/db-interface.lisp: Add new db-type-has-bigint? generic
372         function to handle OCI's lack of bigint support
373         * test/test-basic.lisp: Separate bigint testing
374         * test/test-utils.lisp: Add oracle to specs and list of backends
375         * doc/TODO: New file
376         * test/test-fdml.lisp: Added FDML/SELECT/34 to test
377         run-time instantiation of variables in reader macros.
378         * TODO: Remove item already complete. Add note about
379         condition variances
380         
381 16 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
382         * sql/syntax.lisp: added condition to the reader macro to treat [*] 
383         as a column identifier (rather than an operation) for CommonSQL 
384         compatibility. 
385         * tests/test-fdml.lisp: add tests for ORDER-BY and SET-OPERATION 
386         keword args to SELECT, [*] as column identifier, new MAP-QUERY 
387         behaviour and the ANY and ALL operators in subqueries. 
388         * tests/test-init.lisp: add set-operation and subquery tests to 
389         appropriate skip lists. 
390         * sql/objects.lisp: remove redundant and non CommonSQL compatible 
391         ORDER-BY-DESCENDING keyword argument for SELECT. 
392         * sql/classes.lisp: remove redundant and non CommonSQL compatible 
393         ORDER-BY-DESCENDING keyword argument for SELECT. 
394         * tests/test-oodml.lisp: add test for ORDER-BY keyword to SELECT 
395         with object queries. 
396
397 15 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
398         * sql/db-interface.lisp: Add new db-type-has-union? 
399         since Mysql 3.23 does not support unions.
400         * sql/test-init.lisp: Don't try union tests on database
401         backends which do not support it.
402         * db-oracle/*.lisp: initial port to UFFI
403         * sql/objects.lisp: implement UPDATE-OBJECT-JOINS,
404         implement REFRESH for SELECT.
405         * tests/test-oodml.lisp: Add tests for deferred retrieval,
406         caching, refresh, and update-object-joins
407         * tests/test-init.lisp: Add deferred-employee-address class
408         
409 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
410         * sql/operations.lisp: make MINUS operator a synonym for EXCEPT. Add 
411         COALESCE operator and make NVL a synonym for this. Make ANY, SOME, 
412         ALL and EXISTS generate function expressions so they output the 
413         correct SQL. 
414         * sql/classes.lisp: SELECT now generates appropriate SQL when 
415         passed the SET-OPERATION and ALL keyword arguments. 
416         * sql/classes.lisp: the ORDER-BY keyword argument to SELECT now 
417         accepts ordering constraints as pairs of the form (column direction) 
418         where direction may be :ASC or :DESC. 
419         * tests/test-syntax.lisp: added tests for MINUS and COALESCE/NVL. 
420         Correct tests for ANY, SOME, ALL and EXISTS. 
421         * tests/test-fdml.lisp: added test for COALESCE. 
422         * sql/sql.lisp: MAP-QUERY now applies FUNCTION to QUERY-EXPRESSION 
423         using funcall unless QUERY-EXPRESSION returns one column and its 
424         FLATP slot is not nil in which case apply is used. 
425         * tests/test-basic.lisp: modified calls to MAP-QUERY to reflect the 
426         changes. 
427         * TODO: remove items done. 
428         * db-postgresql/postgresql-sql.lisp: no need to reverse results in 
429         DATABASE-LIST-ATTRIBUTES. 
430         * db-postgresql-socket/postgresql-socket-sql.lisp: no need to reverse
431         results in DATABASE-LIST-ATTRIBUTES.    
432         
433 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
434         * sql/classes.lisp: SELECT now accepts table identifiers as strings 
435         for CommonSQL compliance. Add support for qualified sql identifiers 
436         with aliased table names. 
437         * tests/test-fdml.lisp: added tests for table identifiers as strings 
438         in SELECT and for aliased definitions. 
439         * tests/test-syntax.lisp: added tests for alias definitions. 
440         
441 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
442         * sql/sql.lisp: PRINT-QUERY now calls QUERY with result-types and 
443         field-names set to nil. 
444         * sql/sql.lisp: PRINT-QUERY now computes column sizes correctly 
445         with null attribute values. 
446         * sql/operations.lisp: modify SQL concatenation operator to accept 
447         unescaped || symbol.  
448         * sql/syntax.lisp: modify sql reader macro function to accept 
449         unescaped sql concatenation operator. 
450         * tests/test-fdml.lisp: unescape sql concatenation operator. 
451         * tests/test-syntax.lisp: unescape sql concatenation operator. 
452         * TODO: remove items done. Add notes about SQLITE/MYSQL backends. 
453         Note to add test for universal-time. Note about difference from 
454         CommonSQL in transaction handling. 
455
456 13 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
457         * tests/test-init.lisp: Add deferred-employee-address
458         class
459         * tests/test-oodml.lisp: Add deferred retrieval testgs
460         
461 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
462         * Version 2.10.17
463         * LATEST-TEST-RESULTS: Run on all platforms, add AMD64
464         * sql/sql.lisp: Add FOR-EACH-ROW macro from clsql-classic/sql.lisp
465         * db-sqlite/sqlite-uffi-api.lisp: Fix row-pointer type
466         * *: Fix minor style warnings
467         * clsql-classic: Remove system and subdirectory
468         * clsql-base: Remove system and subdirectory and
469         fold into clsql system
470         * doc/intro.xml: Remove reference to old clsql-base. Add x86_64
471         as supported platform.
472         
473 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
474         * Version 2.10.16: CLSQL now fully supports AllegroCL AMD64
475         * db-odbc/odbc-api.lisp: work around return-type bug [spr28889] in
476         Allegro 7.0beta AMD64
477         * db-odbc/*.lisp: Add a layer of indirection to foreign-type
478         of ODBC longs since this type can vary on 64-bit platforms depending
479         upon the compilation options of unixODBC.
480         * db-mysql/mysql-api.lisp: Fix int vs. long slots in foreign
481         structures found by testing with AllegroCL 7.0b AMD64.
482         * db-*/*-loader.lisp: Load 64-bit libraries on 64-bit platorms
483         * sql/objects.lisp: Simple implementation of UPDATE-OBJECT-JOINS.
484         Initial caching support for SELECT
485         * tests/test-oodml.lisp: Avoid using cache when testing select.
486         * sql/kmr-mop.lisp: Explicitly check slot order and
487         store as a cl:*feature*
488         * sql/recording.lisp: Remove additional types to
489         increase CommonSQL conformance.
490         * tests/test-init.lisp: Change a :column attribute
491         to test symbols as value
492         * sql/relations.lisp: Remove functions since they don't support
493         many to many relationships.
494         * examples/clsql-tutorial.lisp, doc/csql.lisp: Remove use
495         of add-to-relations function and replace with explicit field settings.
496         * base/classes.lisp: Remove obsolute query-stream. Add record-caches slot.
497         
498 9 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
499         * Version 2.10.15
500         * LATEST-TEST-RESULTS: results with current version
501         * sql/kmr-mop.lisp: Make CMUCL reader macros specific for cmu18
502         since cmu19 has opposite order of class slots.
503         * sql/objects.lisp: Fix (setf slot-value-using-class) for Lispworks
504         * tests/test-fdml.lisp: Renumber SELECT tests to avoid overwriting
505         a previous test
506         * tests/test-init.lisp: Check test-database-underlying-type for
507         ODBC/MySQL tests
508         
509 8 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
510         * sql/operations.lisp: complete remaining operations for the sql 
511         syntax: SUBSTR, SOME, ORDER-BY, GROUP-BY, NULL, DISTINCT, EXCEPT, 
512         UNION, INTERSECT, BETWEEN. 
513         * sql/classes.lisp: add new classes: SQL-BETWEEN-EXPRESSION, 
514         SQL-QUERY-MODIFIER-EXPRESSION and SQL-SET-EXPRESSION. 
515         * tests/test-syntax.lisp: add tests for new operations. 
516         * tests/test-fdml.lisp: add tests for queries based on new operations. 
517         * tests/test-init.lisp: add select/20 to tests skipped for sqlite and 
518         select/20, query/5, query/7 and query/8 to tests skipped by mysql. 
519         * TODO: removed entries done. 
520
521 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
522         * tests/benchmarks.lisp: Add immediate vs. deferred
523         join test.
524         
525 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
526         * Version 2.10.13: Now works on openmcl 0.14.2 
527         * sql/objects.lisp: Add :retrieval :immediate for
528         object selections
529         * tests/test-init.lisp: Add non-index fields for testing 
530         join class employee-addresss
531         * test/test-oodml.lisp: Add tests for retrieval immediate
532         * sql/metaclasses.lisp: Handle differences in direct-slot-definition 
533         values which are now listifed by openmcl 14.2.
534         * sql/objects.lisp: more framework for supporing immediate retrieval 
535
536 7 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
537         * docs/intro.xml: Upload location of a README file
538         * sql/metaclass.lisp: Work-around openmcl's CHANGE-CLASS
539         changing the type-specifier. Use a lisp type of (OR NULL FOO)
540         for a specified-type of FOO unless :db-constraints :not-null.
541         No need to specialize finalize-inheritance for openmcl.
542         * tests/test-*.lisp: Rename fields so that joins occur on
543         fields with different names. This ensures that join code is
544         selecting the proper name.
545         * test/test-init.lisp: Add :base-table for employee-address
546         view class for testing.
547         * sql/objects.lisp: Use view-table rather than name of table
548         in a number of places to fix errors noted with using :base-table.
549
550 6 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
551         * sql/objects.lisp: replace *update-records-on-make-instance* with 
552         *db-auto-sync* which also controls both automatic creation of 
553         new records on creation of new instance and updating of record 
554         fields on setting of instance slots (as suggested by Edi Weitz). 
555         * tests/test-init.lisp: replace *update-records-on-make-instance* 
556         with *db-auto-sync*. 
557         * sql/package.lisp: replace *update-records-on-make-instance* 
558         with *db-auto-sync*. 
559         * TODO: replace *update-records-on-make-instance* with *db-auto-sync*. 
560         * sql/objects.lisp: remove redundant rebindings of *db-initializing* 
561         and *default-database* in FIND-ALL. 
562         * sql/package.lisp: import time functions from CLSQL-BASE. 
563         * tests/test-time.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
564         * tests/test-fdml.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
565         * tests/test-init.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
566         * tests/test-ooddl.lisp: replace CLSQl-BASE package qualifier with 
567         CLSQL. 
568
569 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
570         * sql/classes.lisp: Add SQL-OBJECT-QUERY type. Have [select 'class]
571         now return a sql-object-query type rather than directly performing a query.
572         This improves CommonSQL conformance.
573         * sql/sql.lisp: Add new QUERY method for SQL-OBJECT-QUERY. Move
574         from basic/basic-sql.lisp the DO-QUERY and MAP-QUERY since they now
575         depend on sql-object-query-type.
576         * sql/loop-extensions.lisp: Move from base package
577         * classic/package.lisp: remove references to map-query and do-query
578
579 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
580         * TODO: New section on optimizations, especially optimizing JOINs.
581         * sql/objects.lisp: Have :target-slot return of list of lists rather
582         than a list of cons pairs to be conformant with CommonSQL.
583         Make :target-slot much more efficient by using a SQL inner join
584         statement and just requiring one SQL query. Add :retrieval :deferrred
585         to target-slot joins. Add placeholder for update-objects-join.
586         * sql/classes.lisp: Add :inner-join and :on slots to sql-query class
587         and process them for query output-sql. 
588
589 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
590         * Version 2.10.11
591         * base/basic-sql.lisp: Avoid multiple evaluation
592         of query-expression in DO-QUERY
593         * sql/objects.lisp: Make SELECT a normal function.
594         SELECT now accepts type-modified database identifiers, such as
595         [foo :string] which means that the values in column foo are returned 
596         as Lisp strings. Add new *update-records-on-make-instance* special
597         variable controlling automatic creation of new instances. Add missing
598         RESULT-TYPES keyword to FIND-ALL. Add :target-slot support.
599         * sql/packages.lisp: Export *update-records-on-make-instance* 
600         * test/test-oodml.lisp: Add tests for :target-slot and many-to-many
601         selections.
602         * test/test-fdml.lisp: Add tests for type-modified
603         database identifiers.
604         * test/test-init.lisp: Stop using add-relation since implementing
605         many-to-many joins. Use *update-records-on-make-instance* 
606         to automatically store records on instance creation. Add many-to-many
607         employee-address view-class.
608         
609 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
610         * Version 2.10.10
611         * base/loop.lisp: Add object iteration. Use :result-type
612         :auto for result-set. Remove 
613         duplicate (and non-correct) code for non-list variables by
614         simply making an atom variable into a list. 
615         * sql/package.lisp: Remove unnecessary clsql-sys package
616         and replace it with clsql.
617         * sql/metaclasses.lisp: Properly store specified-type from
618         direct-slot-definition and then store translated type in
619         effective-slot-definition
620         * sql/classes.lisp: Don't output type in sql-output
621         for SQL-IDENT-ATTRIBUTE. This is in preparation for supporting
622         [foo :integer] as fields in SELECT.
623         * sql/query.lisp: Set default for :result-types to :auto in
624         FDML QUERY.
625         * sql/objects.lisp: Use specified-type when invocating 
626         database-get-type-specifier. def-view-class macro now returns
627         the class instance.
628         * base/basic-sql.lisp: Make :AUTO the default value for
629         :RESULT-TYPES for MAP-QUERY and DO-QUERY.
630         * sql/objects.lisp: Add bigint type
631         * test/tests-basic.lisp: Add tests for :result-types for
632         MAP-QUERY and DO-QUERY
633         * test/test-fdml.lisp: Add test for result-types in LOOP
634         and also using single symbol rather than a list for variables.
635         Add test that default :result-types is auto for FDML QUERY.
636         * test/test-syntax.lisp: Don't expect TYPE in the SQL-OUTPUT
637         of SQL-IDENT-ATTRIBUTE.
638         * test/test-oodml.lisp: Enable OO loop iteration test,
639         modify it so it doesn't depend on boolean where.
640         
641 4 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
642         * Version 2.10.9
643         * sql/objects.lisp: added derived type specifier for universal time. 
644         * sql/package.lisp: added #:universal-time to clsql-sys exports. 
645         * tests/test-oodml.lisp: added test for translation of boolean slots 
646         in SELECT with object queries. 
647         
648 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
649         * db-odbc/odbc-api.lisp: Fix changing nil to "NIL" 
650         for odbc/postgresql backend.
651         * db-odbc/odbc-sql.lisp: Fix ATTRIBUTE-TYPE so that
652         it can handle NIL values from the ODBC driver
653         * tests/benchmarks.lisp: New file with initial
654         benchmark suite
655         * sql/relations.lisp: fix to add subclassing support,
656         minor optimizations [Edi Weitz]
657         
658 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
659         * Version 2.10.8        
660         * base/conditions.lisp: Add *backend-warning-behavior*
661         special variable.
662         * db-postgresql-socket/postgresql-socket-sql.lisp:
663         Honor value of *backend-warning-behavior*
664         * tests/test-fdml.lisp: Remove test of raw boolean value
665         since different backends handle this differently. Add
666         test for :column attribute.
667         * tests/test-oodml.lisp: Add tests for boolean slot value
668         and for :void-value attribute
669         * tests/test-init.lisp: Use *backend-warning-behavior*
670         to suppress warnings from postgresql about implicitly
671         creating primary key in tables. Add new address table.
672         
673 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
674         * Version 2.10.7
675         * db-odbc/odbc-dbi.lisp: Convert TINYINT to integers when
676         result-types is :auto
677         * sql/objects.lisp: Properly handled writing/reading Boolean
678         values from SQL database when retrieving objects.
679         * test/test-fdml.lisp: Add another test for boolean results
680         * test/utils.lisp: Fix incorrect declaration
681         
682 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
683         * Version 2.10.6
684         * sql/generics.lisp: add generic function for SELECT. 
685         * sql/objects.lisp: make SELECT a method specialisation. 
686         * sql/classes.lisp: MAKE-QUERY now calls SELECT if the selections 
687         referred to are View Classes. 
688         * base/basic-sql.lisp: in DO-QUERY and MAP-QUERY, if the 
689         query-expression arg evaluates to a list, then we have an object 
690         query. 
691         * tests/test-oodml.lisp: add tests for DO-QUERY and MAP-QUERY with 
692         object queries. 
693         * TODO: remove items done and add a todo for SELECT. 
694         * sql/objects.lisp: SELECT takes a :field-names arg to pass on to 
695         QUERY. 
696         * sql/sql.lisp: add :field-names arg to QUERY. 
697         * tests/test-fdml.lisp: minor rework to use :field-names arg to 
698         SELECT. 
699
700 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk)
701         * sql/objects.lisp: fix bug in FIND-ALL when SELECT called with 2 
702         or more View Classes. 
703         * sql/objects.lisp: make the :flatp argument to SELECT work with 
704         object queries. 
705         * sql/objects.lisp: make SELECT accept a :result-types argument 
706         (defaults to :auto) which is passed on to QUERY.  
707         * sql/objects.lisp: SELECT returns field-names as a second value. 
708         * tests/test-ooddl.lisp: add flatp arg to SELECT calls as appropriate. 
709         * tests/test-fdml.lisp: add flatp/result-types arguments to calls 
710         to SELECT and take only first value as appropriate.
711         * tests/test-fdml.lisp: add two new tests for query result coercion 
712         and the field-names returned as a second value from SELECT. 
713         * tests/test-oodml.lisp: add flatp arg to SELECT calls as appropriate. 
714         
715 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
716         * Version 2.10.6-pre1
717         * sql/metaclasses.lisp: Add void-value slot
718         * doc/csql.xml: Update def-view-class documentation
719         * test/test-init.lisp: Change old :db-type to :db-kind.
720         Remove old :nulls-ok attributes.
721         * sql/objects.lisp: Add new universal-time and bigint
722         types. Optimize reading of integers using parse-integer
723         rather than read-from-string.
724         * */*.lisp: Merge clsql-base-sys and clsql-base packages
725         into clsql-base package
726         * classic/sql.lisp: Move large object support into base, leaving
727         classic without any functionality that is provided in the clsql
728         system.
729         * classic/package.lisp: Rename clsql-classic-sys package to
730         its former nickname of clsql-classic
731         
732 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
733         * Version 2.10.5: SQLite backend now passes all result-types tests
734         * clsql-sqlite.asd: Depend on clsql-uffi system
735         * db-sqlite/sqlite-sql.lisp: Use clsql-uffi:convert-raw-field
736         for efficiency and code reuse. 
737         * db-sqlite/sqlite-api-uffi.lisp: Change (* :char) to (* :unsigned-char)
738         for better cross-implementation compatibility.
739
740 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
741         * Version 2.10.4
742         * sql/tables.lisp: Fix typo in CACHE-TABLE-QUERIES
743         [Marcus Pearce]
744         * db-postgresql/postgresql-sql.lisp: Fix foreign-string vs. cstring
745         bug on SBCL in result-field-names function as reported by Marcus Pearce
746         * db-sqlite/sqlite-sql.lisp: Fix  in database-store-next-row
747         manifest in SBCL testing
748         
749 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
750         * Version 2.10.3
751         * sql/database.lisp: Conform more to CommonSQL output
752         for STATUS command [Marcus Pearce]
753         * sql/sqlite-sql.lisp: Rework to use result-types
754         * sql/sqlite-api-clisp.lisp: Add compatibility layer
755         with sqlite-api-uffi.lisp so that sqlite-sql.lisp can
756         be cleaned up of most clisp reader conditionals
757         * sql/test-init.lisp: Now run field type tests on sqlite
758         backend
759         
760 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
761         * Version 2.10.2
762         * base/basic-sql.lisp: Set default value of :result-types 
763         to :auto for more CommonSQL conformance. 
764         * test/test-fdml.lisp: Add tests for numeric value of fields
765         
766
767 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
768         * Version 2.10.1: New API function: CACHE-TABLE-QUERIES.
769         * base/basic-sql.lisp, db-*/*-sql.lisp: More CommonSQL conformance.
770         Return field names as second value for QUERY. This can be overridden
771         for efficiency with the new keyword :FIELD-NAMES set to NIL
772         in the QUERY invocation.
773         * test/test-fdml.lisp: Add tests for new field-name feature
774         * sql/metaclass.lisp: Remove old Lispworks cruft
775         and replace it with invocation of new code in kmr-mop.lisp
776         which actually works with Lispworks 4.2
777         * doc/ref_clsql.xml: Document new :FIELD-NAMES keyword to
778         QUERY function
779         * base/db-interface.lisp: Document the multiple values
780         returned by DATABASE-ATTRIBUTE-TYPE so matches the
781         undocumented CommonSQL behavior. 
782         * sql/table.lisp: Add *CACHE-TABLE-QUERIES-DEFAULT* and
783         *DEFAULT-UPDATE-OBJECTS-MAX-LEN* variables and export them.
784         LIST-ATTRIBUTE-TYPES now conforms to CommonSQL spec.
785         Implement CACHE-TABLE-QUERIES.
786         * db-odbc/odbc-sql.lisp: Fix attribute-type function
787         * test/test-fddl.lisp: Add tests for attribute type     
788         * db-mysql/mysql-sql.lisp: Mild optimization in accessing
789         field structures.
790         * base/classes.lisp: Add attribute-cache slot to database clas
791         * base/initialize.lisp: initialize-database-type now automatically
792         loads database-type backend as needed.
793         * base/test-init.lisp: Utilize new initialize-database-type functionality.
794         * TODO: remove items done
795         
796 30 Apr 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
797         * Version 2.9.6
798         * sql/objects.lisp: remove create/drop-sequence-from-class. 
799         * sql/objects.lisp: add INSTANCE-REFRESHED generic function. 
800         * sql/objects.lisp: improved CommonSQL compatibility for
801         UPDATE-RECORD-FROM-SLOT, UPDATE-RECORD-FROM-SLOTS,
802         UPDATE-RECORDS-FROM-INSTANCE and DELETE-INSTANCE-RECORDS. 
803         * sql/generics.lisp: move generics from objects.lisp to here. 
804         
805 29 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
806         * Version 2.9.6-pre1
807         * db-mysql/mysql-client-info.lisp: Add client version 4.1
808         detection
809         * sql/sql.lisp: Make *default-database* the default for
810         TRUNCATE-DATABASE
811         
812 28 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
813         * Version 2.9.5
814         * db-mysql/mysql-sql.lisp: Fix bug in transaction capability
815         detection
816         * sql/objects.lisp: Commit patch from Slawek Zak to allow specifying 
817         :metaclass in DEF-VIEW-CLASS invocation. This allows defining classes 
818         on a metaclass specialized from standard-db-class.
819
820         
821 24 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
822         * Version 2.9.4: Multiple changes to support Allegro's "modern"
823         lisp which uses a lowercase reader and has case-sensitive symbols
824         * sql/classes.lisp: Fix make-load-form bug for sql-ident-table
825         exposed by case-sensitive mlisp. 
826
827 22 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
828         * Version 2.9.3: All tests now pass on all platforms!
829         * LATEST-TEST-RESULTS: New file with summary of test results
830         * sql/generics.lisp: New file for generic function definitions.
831         * test/test-init.lisp: Display names of skipped tests.
832         Use unwind-protect to ensure disconnect
833         * sql/objects.lisp: Change database-type to database-underlying-type
834         so that actual database engine is properly identified
835         * db-odbc/odbc-api.lisp: Have default *time-conversion-function*
836         return an ISO timestring for compatibility with other drivers.
837         Workaround bug in MyODBC for LIST-TABLE-INDEXES
838         * test/test-fdml.lisp: Accomodate that odbc-postgresql driver
839         returns floating-point values for floor and truncate operations 
840         * db-aodbc/aodbc-sql.lisp: Implement DATABASE-LIST-VIEWS
841         * tests/test-basic.lisp: Port to regression tester
842         * test/test-init.lisp: Output to *report-stream*
843         * docs/appendix.xml: Document ODBC and SQLite backends.
844         * sql/classes.lisp: Make output-sql require a database parameter.
845         This allows SQL generation to have the proper case to support
846         the differences in case handling between CommonSQL API,
847         Postgresql, MySQL, Oracle.
848         
849 21 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
850         * Version 2.9.2: Improvments in database capability introspection
851         and querying. Support transactions in MySQL where available.
852         All tests now pass on MySQL and SQLite in addition to postgresql
853         and postgresql-socket. ODBC fails only with OODDL/TIME/1 and OODDL/TIME/2.
854         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST-VIEWS. Better support
855         DATABASE-LIST-SEQUENCES.
856         * clsql-uffi.asd, clsql-mysql.asd: Improve shared library loading
857         * Database_capabilies: add HAS-VIEWS, HAS-CREATE/DESTROY-DB,
858         HAS-BOOLEAN-WHERE, TRANSACTION-CAPABLE
859         * tests/*.lisp: Check database capabilities and remove tests which
860         the database backend does not support
861         * sql/table.lisp: Add :TRANSACTIONS keyword to create table which
862         controls whether InnoDB tables will be created when supported on
863         the underlying MySQL server.
864         
865 20 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
866         * Version 2.9.0: New API function: LIST-TABLE-INDEXES,
867         supported by all database backends (except AODBC since
868         AODBC doesn't support index querying)
869         * db-obdc/odbc-sql.lisp: Support DATABASE-LIST-INDEXES
870         * db-odbc/odbc-api.lisp: Add %TABLE-STATISTICS function
871         to support index queries
872         * db-aodbc/aodbc-sql.lisp: Filter driver manager
873         "information_schema" tables from LIST-TABLES
874         * tests/test-basic.lisp: Remove table after testing
875         * tests/test-fddl.lisp: Test LIST-TABLE-INDEXES
876         * base/db-interface.lisp: Add DATABASE-UNDERLYING-TYPE
877         which gets the underlying type of database -- required
878         when dealing with ODBC databases and want to query
879         database capabilities. Added DB-USE-COLUMN-ON-DROP-TABLES?
880         as first database-backend specific feature. Is T on
881         :mysql, NIL on other backends. Change DROP-TABLE to
882         query this.
883         
884 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
885         * Version 2.8.2: Build changes for FreeBSD [Slawek Zak]
886
887 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
888         * Version 2.8.1
889         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST function 
890         * db-odbc/odbc-dbi.lisp: Add LIST-ALL-DATA-SOURCES function 
891
892 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
893         * Version 2.8.0: New API function: LIST-DATABASES
894         * base/utils.lisp: Fix command-output on CMUCL/SBCL
895         * db-*/*-sql.lisp: Add new database-list function
896         * base/database.lisp: Add new LIST-DATABASES command
897         
898 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
899         * Version 2.7.9
900         * db-sqlite/sqlite-sql.lisp: Fix sequence functions.
901         * db-sqlite/sqlite-api-uffi.lisp: Print error string
902         correctly.
903         
904 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
905         * Version 2.7.7
906         * doc/csql.xml, examples/clsql-tutorial.lisp: Patch for db-kind
907         from Eduardo Munoz.
908         
909 17 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
910         * Version 2.7.6
911         * base/objects.lisp, base/classes.lisp: Patch
912         for db-kind from Eduardo Munoz
913         
914 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
915         * Version 2.7.5
916         * base/basic-sql.lisp: Fix FLATP in QUERY
917
918 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
919         * Version 2.7.3: Implement RECONNECT
920
921 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
922         * Version 2.7.2: Fix ODBC on Lispworks Windows
923
924 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
925         * Version 2.7.1: Fix for new ODBC backend.
926         clsql-odbc now works on SBCL, CMUCL, OpenMCL
927         in addition to AllegroCL and Lispworks.
928
929 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
930         * Version 2.7.0: New backend: ODBC. Tests as
931         well as AODBC backend on Allegro,Lispworks.
932         SBCL and CMUCL don't work quite yet.  Requires UFFI v1.4.11+
933         * db-odbc/*.lisp: Add ODBC3 function SQLSetEnvAttr
934         to explicitly set ODBC2 support. Add BIGINT support.
935         Add result-types support. Added SQLTables.
936         Fix array type in fetch-all-rows. Make width
937         changable by database or query.
938         * base/utils.lisp: Add process functions
939         * base/package.lisp: Export utils to CLSQL-BASE-SYS
940         * db-aodbc: Implement sequence functions,
941         database-list-tables, database-list-attributes
942         * tests/utils.lisp: Add support for ODBC backend,
943         rework READ-SPECS to use +all-db-types+
944         * db-mysql/mysql-sql.lisp: Use WITHOUT-INTERRUPTS
945         for SEQUENCE-NEXT
946         
947 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
948         * Version 2.6.13. Requires UFFI version 1.4.9
949         * db-odbc/*.lisp: Further porting.
950         Pre-alpha code! But, basic query is now working.
951
952 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
953         * Version 2.6.12
954         * base/transactions.lisp: Add quote for macro
955         expansion of WITH-TRANSACTIONS [Time Howe]
956         * db-sqlite/sqlite-sql.lisp: Support memory database
957         in database-probe [Ng Pheng Siong]
958         * db-odbc/*.lisp: Initial port to UFFI of SQL-ODBC.
959         The DBI layer is not finished.
960         
961 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
962         * Version 2.6.11
963         * sql/objects.lisp: add :root-class functionality for
964         list-classes and add duration type support [Marcus Pearce]
965         * db-odbc: Add mid-level [DBI] layer
966
967 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
968         * Version 2.6.10
969         * db-aodbc: Add methods for generic functions, some are
970         not yet implemented.
971         * clsql-odbc.asd, db-odbc/*.lisp: Initial start of ODBC
972         support
973
974 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
975         * Version 2.6.9
976         * base/package.lisp: Add missing symbols [Marcus Pearce]
977
978 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
979         * Version 2.6.8
980         * test/test-fddl.lisp: Cleanup fix [Marcus Pearce]
981         * utils/time.lisp: Multiple fixes [Marcus Pearce]
982         * sql/sql.lisp: Fix for truncate-database [Marcus Pearce]
983         
984 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
985         * Version 2.6.7
986         * sql/*.lisp: Remove schema versioning cruft
987         [Marcus Pearce]
988         * Makefile: Add classic subdirectory
989         
990 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
991         * Version 2.6.6
992         * sql/sql.lisp: Fix TRUNCATE command, bug reported
993         by Marcus Pearce
994         * sql/sql.lisp: Remove EXPLAIN function. Postgresql/Oracle
995         specific and easy for an application to directly support.
996         Idea from Marcus Pearce.
997         * base/basic-sql.lisp: Remove DESCRIBE-TABLE top-level 
998         API as duplicates LIST-ATTRIBUTE-TYPES [Marcus Pearce].
999         Keep low-level interface for future optimization
1000         supporting LIST-ATTRIBUTE-TYPES command.
1001         * Makefile: Add to db-sqlite and test directories.
1002         Include them in top-level Makefile
1003         
1004 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1005         * Version 2.6.5
1006         * sql/relations.lisp: Add missing file
1007         * utils/time.lisp: Fixes/extensions [Marcus Pearce]
1008         * test/test-time.lips: New file [Marcus Pearce]
1009         
1010 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1011         * Version 2.6.4
1012         * test/test-init.lisp: Properly handle object
1013         creation. Close database after use.
1014         * sql/sql.lisp: Make DESCRIBE-TABLE a generic
1015         function so can have methods specialized on
1016         table being a string or an sql-table object.
1017         * base/pool.lisp: Really fix CMUCL locking
1018         
1019 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1020         * Version 2.6.3
1021         * test/test-init.lisp: Signal correctly
1022         if any errors occurred in any test suite
1023         * base/loop-extensions.lisp: Fix error
1024         introduced for Lispworks
1025         * base/pool.lisp: Fix locking for CMUCL
1026         * base/objects.lisp: Remove schema-version cruft
1027         
1028 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1029         * Version 2.6.2: New CLSQL API functions:
1030         DESCRIBE-TABLE AND TRUNCATE-DATABASE
1031         Currently, this are only supported on :postgresql
1032         and :postgresql-socket
1033         * base/database.lisp: automatically load ASDF system
1034         in CONNECT if not already loaded
1035         * base/tests.lisp: disconnect database after testing 
1036         * base/*.lisp: Remove CLOSED-DATABASE type in favor
1037         of storing open/closed status in slot of database
1038         * base/pool.lisp: Support locks for CMUCL, OpenMCL, SBCL
1039         * db-postgresql/postgresql-sql.lisp: add DATABASE-RECONNECT,
1040         DATABASE-DESCRIBE-TABLE
1041         * db-sqlite/sqlite-sql.lisp: Add missing slots in database
1042         * base/conditions: Remove duplicate condition
1043         * db-*/*-sql.lisp: Fill new database slot DATABASE-TYPE
1044         * base/recording.lisp: Add new :QUERY type for recording
1045         
1046 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1047         * Version 2.6.1: documentation fixes, merged
1048         classic-tests into tests
1049
1050 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1051         * Version 2.6.0 released: New API functions
1052         CREATE-DATABASE, DESTORY-DATABASE, PROBE-DATABASE
1053         * doc/ref_clsql.xml: Document new functions
1054         * base/database.lisp: New API functions
1055         * base/conditions.lisp: Added CLSQL-ACCESS-ERROR
1056         * base/utils.lisp: Fix use of position-char.
1057         Add COMMAND-OUTPUT used by backends for running
1058         external programs. Fix parsing of SQL*NET-compatible
1059         connection-specs.
1060         * base/loop-extension.lisp: Simplify package use
1061         for Lispworks and Allegro
1062         * db-*/*-sql.lisp: Added DATABASE-CREATE,
1063         DATABASE-DESTORY, PROBE-DATABASE methods
1064         * tests/test-init.lisp, clasic-tests/tests.lisp:
1065         Use destroy-database and create-database to ensure 
1066         testing with empty database
1067         * tests/test-connection.lisp: Add tests for
1068         parsing of string connection-specs
1069         * examples/run-tests.sh: New file for running
1070         test suite on all installed CL implementations
1071         * examples/clsql-tutorial.lisp: moved from
1072         doc directory
1073         * examples/dot.clsql-tests.config: New file
1074         giving an example test configuration
1075         * test/README: Add notes about rtest/ptester
1076         downloads and link to sample test configuration file.
1077         
1078 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1079         * Version 2.5.1 released:
1080         * tests/*.lisp: Rework so tests are run
1081         on multiple backends automatically based
1082         on the contents of ~/.clsql-tests.config.
1083         Reuse helper functions from classic-tests.
1084         * base/database.lisp: Support connection-spec
1085         as string for CONNECT
1086         * classic-tests/tests.lisp: Automatically
1087         load database backends as needed. 
1088         
1089 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1090         * Version 2.5.0 released:
1091         All tests for CLSQL and CLSQL-CLASSIC pass
1092         on all platforms.
1093         * base/loop-extension.lisp: Add Lispworks
1094         loop-extension. Improve type specifying on
1095         other platforms.
1096         
1097 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1098         * Version 2.4.2 released:
1099         loop extension now supported on Allegro, all
1100         CLSQL-TESTS pass on Allegro.
1101         * sql/metaclasses.lisp: Some optimization
1102         of compute-slots, be selective when
1103         ordered-class-slots needs to be called
1104         instead of class-slots
1105         * TODO: add URL with documentation on
1106         extending Lispworks LOOP form
1107         
1108 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1109         * Version 2.4.1 released: CLSQL-TESt suite passes
1110         all tests for postgresql and CMUCL, SBCL, OpenMCL.
1111         Allegro and Lispworks pass all tests except for
1112         FDML/LOOP/1 since the loop extension have not yet
1113         been ported to those implementions.
1114         * sql/metaclasses.lisp: Added new slot to standard-db-class
1115         to hold user-specified type. OpenMCL adjustments to compensate
1116         for its type-predicate function. Since AllegroCL, Lispworks,
1117         and OpenMCL have different slot orders, added compute-slots
1118         and ordered-class-slots functions so their slot order matches
1119         SBCL/CMUCL.
1120
1121 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1122         * Version 2.4.0 released: All tests for clsql-classic now finish
1123         correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for
1124         mysql, postgresql, postgresql-sockets, and sqlite backends.
1125         * db-mysql/mysql-sql.lisp: Fix array dereferencing
1126         * classic-tests/tests.lisp: Fix package name of
1127         number-to-sql-string. 
1128         * clsql.asd/clsql-tests.asd: Add support for asdf:test-op
1129         * db-sqlite/sqlite-api-{uffi,sql}.lisp: Multiple UFFI fixes,
1130         now passes tests on all support UFFI platforms.
1131         * db-postgresql-socket/postgresql-socket-api.list: Ported to 
1132         SBCL and OpenMCL
1133         * multiple: Finish renaming of :types keyword to :result-types for
1134         greater CommonSQL compatibility, including documentation
1135         * sql/basic-cmds.lisp: Remove obsolete file
1136         
1137 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1138         * Version 2.3.3 released
1139         * Fixes for sequences on mysql and sqlite [Marcus Pearce]
1140         * Fixes for uffi sqlite backend [Aurelio Bignoli / Kevin Rosenberg]
1141         * Fix for schema table [Marcus Pearce]
1142         * Add loop extension support for SBCL and OpenMCL [Marcus Pearce]
1143         * Fixes to test suite [Marcus Pearce]
1144
1145 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1146         * db-*/*-sql.lisp: Ensure that expr in
1147         database-query-result-set is a string
1148         * Documentation integration
1149         
1150 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1151         * With for Marcus Pearce's excellent work, I've merged
1152         his clsql-usql port into clsql. The original clsql
1153         interface is available in the clsql-classic package.
1154
1155 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1156         * Integrate patch from Marcus Pearce <ek735@soi.city.ac.uk>
1157         adding further support for providing backend for UncommonSQL
1158
1159 10 Mar 2004 Kevin Rosenberg (kevin@rosenberg.net)
1160         * Integrate patch from Aurelio Bignoli for SQLite backend
1161
1162 11 Nov 2003 Kevin Rosenberg (kevin@rosenberg.net)
1163         * Converted documentation to XML format
1164         * Made package installable with asdf-install
1165
1166 23 Jul 2003 Kevin Rosenberg (kevin@rosenberg.net)
1167         * Add for-each-row macro
1168
1169 12 Dec 2002 Kevin Rosenberg (kevin@rosenberg.net)
1170         * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
1171         
1172 16 Oct 2002 Kevin Rosenberg (kevin@rosenberg.net)
1173         * Add support for SBCL, OpenMCL, and SCL
1174         * Add *load-truename* to search path for clsql's
1175         compiled libraries.
1176
1177 01 Sep 2002 Kevin Rosenberg (kevin@rosenberg.net)
1178         * Rework use of file types in .asd files
1179
1180 17 Aug 2002 Kevin Rosenberg (kevin@rosenberg.net)
1181         * Add .asd definition files for ASDF users
1182
1183 31 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
1184         * Restructure directories for Common Lisp Controller v3 compatibility
1185
1186 25 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
1187         * Also change case of logical host in loader files
1188         * Rework handling of logical pathnames
1189         
1190 05 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
1191         * Change case of logical host
1192         
1193 14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
1194         * clsql-base.system: Added base package that can be used without
1195         high-level SQL commands. Used for adding support for UncommonSQL.
1196         * *.system: Reworked logical pathnames to be more consistent with
1197         Common Lisp Controller.
1198         * debian/*: Completed initial Debian support
1199         
1200 10 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
1201         * sql/classes.cl:
1202         * sql/transactions.cl:
1203         Added transaction support. Functions/macros added:
1204         with-transaction, commit-transaction, rollback-transaction,
1205         add-transaction-commit-hook, add-transaction-rollback-hook
1206
1207 04 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
1208         * sql/sql.cl:
1209         * sql/pool.cl:
1210         * sql/functional.cl:
1211         Added pool support in connect/disconnect and with-database.
1212         Removed with-db-from-pool as with-database can now works with the connections pool
1213
1214 01 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
1215         * sql/sql.cl:
1216         * sql/pool.cl:
1217         * sql/classes.cl:
1218         * sql/package.cl:
1219         Completed connection pool.
1220         Added with-db-from-pool macro.
1221         
1222 27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
1223         * Multiple files:
1224         Added initial support for connection pool
1225         * sql/transactions.cl
1226         Took transaction code from UncommonSQL and integrated
1227         into CLSQL code. See file for disclaimer about why this
1228         was added.
1229
1230 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
1231         * interfaces/postgresql/postgresql-sql.cl:
1232         Fix keyword typo in database-read-large-object
1233         * interfaces/mysql/mysql-loader.cl
1234         Fix loading on Win32
1235         * test-suite/tester-clsql.cl
1236         Fix type coercion of double-float
1237         * doc/*
1238         Added debian docbook catalog, made it the default
1239         
1240 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
1241         * interface/postgresql/postgresql-api.cl:
1242         * interface/postgresql/postgresql-sql.cl:
1243         * sql/sql.cl:
1244         * sql/db-interface.cl:
1245         Added large objects support for postgresql.
1246
1247 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
1248         * src/postgresql-socket/postgresql-socket-api.cl:
1249         Fixed find-foreign-function call, eliminated crypt warning
1250         * Makefiles:
1251         Multiple improvements
1252         * sql/usql.cl:
1253         Moved functionality from low-level interfaces to this file
1254         via generic functions
1255         * test-suite/tester.cl:
1256         Added test with acl-compat-tester, moved others to old-tests
1257         directory.
1258         
1259 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
1260         * src/usql.cl:
1261         Reinstated commented out sections
1262         * interfaces/postgresql/postgresql-loader.cl:
1263         * interfaces/mysql/mysql-loader.cl:
1264         Updated find-forieign-library support.
1265         * interfaces/postgresql-socket/postgresql-socket-package.cl:
1266         Fixed require form for Lispworks (Thanks Marc Battyani!)
1267         * interfaces/postgresql-socket/postgresql-socket-api.cl:
1268         Fixed eval of def-function for crypt library.
1269                 
1270 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1271         * Added interface to support USQL high-level rouines
1272         
1273 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1274         * Separated db-interface and conditions from sql/sql.cl
1275         * Improved foreign library loading testing
1276         * interfaces/postgresql/postgresql-api.cl
1277         Added PQisBusy function
1278         * interfaces/clsql-uffi/clsql-uffi.cl
1279         Fixed sign error for 64-bit processing
1280         
1281 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1282         * interfaces/postgresql-socket/postgresql-socket-api.cl:
1283         Fixes to read-double-from-socket. Added 64-bit integer support.
1284         * test-suite/xptest-clsql.cl
1285         Added testint for 64-bit integers
1286         * Additons to installation docs
1287         
1288 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1289         * interfaces/postgresql-socket/postgresql-socket-api.cl:
1290         Implemented direct socket reading for field type :double
1291         * Added usage information for :types to documentation
1292         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
1293         atol, atof calls
1294         * interfaces/clsql-uffi: Created new directory. Split common
1295         interface routines that use UFFI into this package. Required
1296         especially to support direct reading of 64-bit integers into
1297         bignums and bypassing temporary strings.
1298         * test-clsql.cl: Updated to test postgresql-socket's
1299         read-double-from-socket function.
1300         * test-suite/xptest-clsql.cl
1301         Started work on test suite
1302
1303 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1304         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
1305         mysql-fetch-field-direct Got :auto types working
1306         * interfaces/postgresql/postgresql-api.cl
1307         * interfaces/postgresql-socket/postgresql-socket-api.cl
1308         Added pgsql-field-types enum. Got :auto types working.
1309         * multiple-files
1310         Renamed :field-types to :types.
1311         
1312 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1313         * Added field-types parameter to query, database-query,
1314         database-query-result-set, map-query. Haven't added code
1315         to utilize field types, yet.
1316         * Changed postgresql-socket result set from cons to a structure
1317         * Updated test-clsql.cl to use automated testing with a config
1318         file
1319         * Changed return types of field accessors from cstring to
1320         (* :unsigned-char).  This prepares for being able to use specified
1321         type conversions when taking field data into lisp.
1322         * Added field-type processing for most interfaces. Not done yet.
1323         
1324 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1325         * doc/ref.sgml: Updated MAP-QUERY example to use
1326         *read-default-float-format* (John Foderaro)
1327         * Extensive work to foreign library loaders and .system files to
1328         check for successful loading of foreign libraries.
1329         * Modified test-clsql.cl to allow more modularity and
1330         automated testing in future release.
1331         * mysql/mysql-sql.lisp: Added field types
1332         
1333 01 Jan 2002 Kevin Rosenberg (kevin@rosenberg.net)
1334         * mysql/mysql-sql.lisp:
1335         - Added support for Allegro CL and Lispworks using UFFI layer
1336         - Changed database-connect to use mysql-real-connect. This way,
1337           can avoid using double (unwind-protect)
1338         - Changed database-connect to have MySQL library allocate space
1339           for MYSQL structure. This will make the code more robust in
1340           the event that MySQL library changes the size of the mysql-mysql
1341           structure.
1342
1343