r10566: Automated commit for Debian build of clsql upstream-version-3.1.16
[clsql.git] / ChangeLog
1 07 Jun 2005 Kevin Rosenberg <kevin@rosenberg.net>
2         * Version 3.1.16
3         * db-mysql/mysql-api.lisp: Commit patch from Espen Wiborn
4         to support UTF-8 on sbcl unicode.
5         
6 18 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
7         * Version 3.1.15
8         * sql/time.lisp: Fix bug in roll that caused failure in test suite
9
10 17 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
11         * Version 3.1.14
12         * sql/oodml.lisp: Properly handle when db-writer is NIL
13
14 11 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
15         * sql/expressions.lisp: Avoid using simple-string declaration when
16         a non-simple string may be encountered. [issue noted by 
17         will@cesmail.net] Add a simple-string declaration for a local
18         string generated.
19         
20 06 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
21         * sql/oodml.lisp: Change db-writer and db-reader processing to accept
22         a symbol as well as function to serve as a function designator
23         [issue noted by will@cesmail.net]
24
25 05 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
26         * Version 3.1.13
27         * sql/time.lisp: Fix error in submitted patch which caused error
28         in timestrings with 19 or less characters.
29         
30 27 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
31         * Version 3.1.12
32         * db-postgresql-socket/postgresql-api.lisp: Commit patch from Tim Howe
33         to fix read-socket-sequence on non-sb-unicode sbcl.
34         
35 26 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
36         * Version 3.1.12
37         * sql/time.lisp: Commit patch from Daniel Lowe which adds support
38         for fractional seconds which is required by PostgreSQL
39         * db-postgresql/postgresql-loader.lisp: Add library path for Windows
40         
41 25 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
42         * sql/csql.lisp: Update URL for "SQL for Web Dummies" [Sean Champ]
43         
44 24 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
45         * Version 3.1.11
46         * sql/syntax: Commit patch from Alan Shields to supress reader
47         macros when *read-supress* is T.
48         
49 13 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
50         * Version 3.1.10
51         * db-postgresql-socket/postgresql-socket-api.lisp: Commit patch
52         from Janis Dzerins to support unicode on SBCL
53         * sql/syntax: Commit patch from Alan Shields to improve reporting
54         of invalid syntax statements.
55         
56 06 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
57         * Version 3.1.9
58         * db-mysql/mysql-sql.lisp: Add port to connection specification
59         based on patch from Dave Watson
60         * doc/appendix.xml: Document MySQL port parameter to connection spec
61
62 03 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
63         * Version 3.1.8
64         * sql/time.lisp: Patch from Keith James for parsing ISO-8601 timestamps
65         
66 18 Mar 2005 Kevin Rosenberg <kevin@rosenberg.net>
67         * sql/oodml.lisp: Add missing database argument [Patch from
68         Alan Caulkins]
69         
70 03 Mar 2005 Kevin Rosenberg <kevin@rosenberg.net>
71         * sql/oodml.lisp: Improve database priority in 
72         update-records-from-instance [Patch from Walter C. Pelissero]
73         
74 17 Feb 2005 Kevin Rosenberg <kevin@rosenberg.net>
75         * Version 3.1.7
76         * sql/package.lisp: Export database-reconnect from clsql-sys
77
78 08 Feb 2005 Kevin Rosenberg <kevin@rosenberg.net>
79         * sql/oodml.lisp: Use explicit database in fault-join-target-slot
80         [Patch from Walter Pelissero]
81         
82 29 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
83         * db-postgresql/postgresql-loader.lisp: Add additional
84         directories to Fink on darwin [patch from Cyrus Harmon].
85         
86 29 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
87         * Version 3.1.6
88         * sql/oodml.lisp: Clear view instance cache when delete-instance-records
89         is invoked [suggested by Alan Shutko].
90         * uffi/clsql-uffi-loader.lisp: Improvements for loading with SBCL X86-64
91         * sql/metaclasses.lisp: Don't change case of a :base-table string supplied
92         to def-view-class [fix suggested by Fred Gilham].
93         
94 25 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
95         * tests/*.lisp: Change Vladamir to Vladimir per Cyrus Harmon's
96         suggestion.
97         * sql/utils.lisp: Fix unnecessary consing noted by Fred Gilham.
98         * doc/*.xml: Fix spelling of Vladimir
99         
100 24 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
101         * doc/bookinfo.xml, doc/csql.xml, doc/intro.xml: Update links
102         now that LispWorks is an independant company [noted by
103         Martin Thornquist]
104         
105 22 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
106         * db-sqlite/sqlite-sql.lisp, db-sqlite3/sqlite3-sql.lisp:
107         Better support for 64 bit environments
108
109 05 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
110         * Version 3.1.5
111         * sql/metaclass.lisp: Make t the default value of :set
112         [noted by Cyrus Harmon]
113
114 28 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
115         * Version 3.1.4
116         * uffi/clsql-uffi.lisp: Add support for unsigned integers
117         * db-mysql/mysql-sql.lisp: Add support for detecting/marking
118         unsigned integers. Apply patch from Yannick Gingras to
119         implement database-sequence-last.
120         
121 26 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
122         * doc/ref-fdml.lisp: Fix variable tag name to varname
123         [noted by Eduardo Munoz]
124         * db-mysql/mysql-loader.lisp: Handle library paths for 64-bit systems
125         
126 06 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
127         * Version 3.1.2
128         * sql/ooddl.lisp: Accept patch from Klaus Harbo for
129         update-object-joins.
130         * sql/metaclass.lisp: Remove unnecssary (and runtime error
131         causing) change-class invocation when running on CLISP.
132         * db-mysql/mysql-api.lisp: Commit patch from Paul Werkowski
133         to fix structure name.
134         * sql/database.lisp: More specific error message with trying
135         to use a database value of NIL.
136         * sql/expressions.lisp: Accept a string for the table name
137         in (sql-output sql-delete database) [suggested by Ed Symanzik].
138         
139 11 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
140         * Version 3.1.1
141         * sql/generic-postgresql.lisp: Commit patch from Chris Capel to
142         ignore columns which have been dropped.
143         * clsql-postgresql-socket.asd, db-postgresql-socket/postgresql-socket-package.lisp:
144         Use sb-md5 package on SBCL, recommended by Chris Capel
145         
146 09 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
147         * Version 3.1.0 released: New SQLite3 backend by Aurelio Bignoli
148         * doc/appendix.xml: Document SQLITE3 backend, patch by Aurelio Bignoli
149         * sql/operations.lisp: Add lower and upper SQL functions [Daniel Lowe].
150         
151 08 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
152         * sql/expressions.lisp: Fix slot name [thanks to Daniel Lowe]
153
154 31 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
155         * clsql-sqlite3, db-sqlite3/*: NEW BACKEND
156         contributed by Aurelio Bignoli
157
158 23 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
159         * sql/oodml.lisp: Commit patch from Walter Pelis
160         to use an object's database for a select on its slot.
161         
162 20 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
163         * uffi/uffi.c, uffi/clsql-uffi.lisp: Commit patch from
164         Aurelio Bignoli to fix negative 64-bit integers
165         
166 07 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
167         * db-mysql/mysql.c: Fix parameters in bind_param call
168
169 07 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
170         * uffi/clsql-uffi.lisp: Add support for :blob result-type
171         * db-mysql/mysql-sql.lisp: Add support for :blob
172         result-type
173         
174 04 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
175         * db-mysql/mysql-sql.lisp, db-db2/db2-sql.lisp: Add
176         missing quotes for types in code that is still in development
177         (thanks to Joerg Hoehle)
178         
179 03 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
180         * Version 3.0.8 released
181         * db-sqlite/sqlite-*.lisp: Apply patch from
182         Aurelio Bignoli with improvements
183         
184 01 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
185         * multiple: Apply patch from Joerg Hoehle with multiple
186         improvements.
187         
188 01 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
189         * Version 3.0.7 released
190         * sql/oodml.lisp, sql/package.lisp, db-mysql/mysql-objects.lisp:
191         Add support for mediumint.
192         * sql/metaclass.lisp: Rework CLISP MOP handling
193         * sql/ooddl.lisp: Work-around to have CLISP finalize standard-db-class
194         
195 28 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
196         * sql/metaclass.lisp: Support CLISP's attribute name
197         for the type field in direct class slots
198         
199 27 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
200         * Version 3.0.6 released
201         * BUGS: New file. Document suspected SIGPIPE
202         interaction between SBCL and libpq used in
203         postgresql backend.
204         * doc/ref-fdml.lisp: Document the :caching and :refresh
205         keywords of the SELECT function.
206         * doc/ref-ooddml.lisp: Document the new *default-caching*
207         variable.
208         * sql/package.lisp: Export *default-caching*
209         * sql/oodml.lisp: Use *default-caching* to 
210         control default caching behavior.
211         
212 21 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
213         * Version 3.0.5 release
214         * doc/appendix.xml: Add note about loading Oracle8 version
215         * db-oracle/oracle-loader.lisp: Support Oracle8 based on
216         data from David Young.
217
218 10 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
219         * doc/Makefile, doc/catalog-darwin.xml: Apply
220         patch from Cyrus Harmon for building docs on Mac OS X
221         * sql/package.lisp: Add new (pre-release) clisp MOP package     
222         
223 09 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
224         * Version 3.0.4 Release
225         * multiple: Remove superfluous quotes in UFFI def-type
226         and def-foreign-type forms.
227         
228 07 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
229         * Version 3.0.3 Release
230         * db-postgresql-socket/postgresql-socket-api.lisp: Commit patch
231         from Tagore Smith to call force-output after sending authentication
232         * db-odbc/odbc-api.lisp: Move ODBC v3 conversons
233         * db-odbc/odbc-sql.lisp: Load mysql or postgresql package when connecting
234         to a database of that type so that functions that indicate capabilities of
235         database are available.
236         
237 02 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
238         * db-odbc/odbc-api.lisp: More conversions to ODBC v3
239         
240 02 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
241         * Version 3.0.2 Release
242         * TODO: Add note about ODBC on Windows
243         * db-odbc/odbc-loader.lisp: Add /winnt/system32/ to
244         search directories
245         * db-odbc/odbc-ff-interface.lisp: Change the return type 
246         of SQLSetEnvAttr to :short
247         
248 02 Sep 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
249         * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID
250         slot of the employee View Class definition [reported by Franz Deuzer]. 
251
252 01 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
253         * Version 3.0.1 Release
254         * tests/test-init.lisp: Add second join class to employee-address
255         to test a class with two join slots.
256         * sql/oodml.lisp: Fix find-all function for a class with multiple
257         join slots
258         * TODO: Remove need to test/fix multiple join classes
259         
260 27 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
261         * db-mysql/Makefile, db-mysql/mysql-loader.lisp: accept patch
262         from Jon Buffington for file locations on Darwin.
263         
264 17 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
265         * sql/db-interface.lisp: Improve messages when functions
266         are passed a database object, but the method is not specialized
267         for that database type.
268         * sql/metaclasses.lisp: Fix inline declaration (reported by
269         Cyrus Harmon)
270         
271 14 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
272         * TODO: Add bug report about SQL generation with a table
273         containing two join slots.
274         * sql/oodml.lisp: Add optional size to VARCHAR type
275         
276 3 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
277         * Version 3.0.0 Release
278         * sql/expressions.lisp: Change declaration that
279         caused error on openmcl
280         * db-aodbc/aodbc-sql.lisp: Fix storage location
281         of odbc connection. Specialize database-query since
282         dbi's :types keyword is different than generic-odbc's
283         :result-types keyword
284         * sql/db-interface.lisp: Add warnings for methods
285         not specialized by a db backends
286         * tests/test-fddl.lisp: Fix case of symbols to support
287         case-sensitive Allegro 
288         * db-oracle/oracle-sql.lisp: Rework errbuf in handle-oci-error
289         * tests/test-init.lisp: Note that odbc driver for postgresql
290         doesn't properly handle table ownership
291         * LATEST-TEST-RESULTS: update with version 3.0.0
292         
293 1 Aug 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
294         * sql/expressions.lisp: conditionalise escaping of backslash in 
295         generated SQL strings on backend. 
296         * tests/test-fdml.lisp: test for escaping of backslash. 
297         * sql/oodml.lisp: minor tidying in FIND-ALL. 
298
299 26 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
300         * NEWS: Initial 3.0 announcement draft
301         * README: Expand acknowledgements of incorporated projects
302         * CONTRIBUTORS: Further document Marcus Pearce contributions
303         
304 23 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
305         * sql/oodml.lisp: add DATABASE-OUTPUT-SQL-AS-TYPE method specialisation
306         to print floats with the exponent markers removed. 
307         * tests/test-oodml.lisp: add tests for updating records with floats. 
308
309 22 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
310         * db-oracle/oracle-sql.lisp: enable :OWNER :ALL in DATABASE-LIST-* for 
311         CommonSQL compatibility. 
312         * tests/test-init.lisp: skip test :FDDL/TABLE/6 on Oracle since 
313         this column constraint syntax is not supported. 
314         * tests/test-fddl.lisp: change column indexed in test :FDDL/INDEXES/2
315         from EMPLID to LAST_NAME since Oracle complains that EMPLID is already 
316         indexed. 
317
318 17 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
319         * doc/ref-fdml.xml: document CACHE-TABLE-QUERIES. 
320         * tests/test-fdml.xml: add test for CACHE-TABLE-QUERIES. 
321         * doc/ref-ooddl.xml: minor changes to syntax and examples entries 
322         for uniformity. 
323         * doc/ref-oodml.xml: add examples for OODML. 
324         * sql/oodml.lisp: ensure SELECT passes on its REFRESH argument 
325         to FIND-ALL. 
326         * sql/metaclasses.lisp: update docstrings. 
327         * tests/test-init.lisp: change :db-constraints for emplid to 
328         (:not-null :unique) as a temporary test for multiple column constraints 
329         in DEF-VIEW-CLASS. 
330         * tests/test-oodml.lisp: add tests for *DB-AUTO-SYNC* and 
331         return type of (SETF SLOT-VALUE-USING-CLASS). 
332         * TODO, doc/TODO: remove items done. 
333         * README: fix typo. 
334         
335 16 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
336         * sql/oodml.lisp: on Lispworks, use weak valued hash tables for 
337         object caching. 
338         * sql/expressions.lisp: Fix SQL generation for the symbol NIL. 
339
340 16 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
341         * sql/expressions.lisp: reactivate caching of generated SQL strings. 
342         Move methods for DATABASE-OUTPUT-SQL, OUTPUT-SQL and SQL-HASH-KEY 
343         here from sql/fdml.lisp. Rationalise behaviour of SQL-OUTPUT, 
344         OUTPUT-SQL and DATABASE-OUTPUT-SQL. 
345         * sql/fdml.lisp: remove disabled method ADD-STORAGE-CLASS. Move 
346         methods for DATABASE-OUTPUT-SQL, OUTPUT-SQL and SQL-HASH-KEY to 
347         sql/expressions.lisp. 
348         * sql/ooddl.lisp: replace call to DATABASE-OUTPUT-SQL in 
349         DATABASE-PKEY-CONSTRAINT with call to SQL-OUTPUT. 
350         * sql/generics.lisp: add docstrings. 
351
352 15 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
353         * Version 2.11.16
354         * db-oracle/oracle-sql.lisp: Remove OpenMCL specific
355         code in favor of fixing UFFI with James Bielman's patch
356         
357 14 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
358         * Version 2.11.15
359         * db-oracle/oracle-sql.lisp: Apply patch for OpenMCL/OSX
360         from James Bielman
361         
362 14 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
363         * README, INSTALL: update URLs. Minor updates to descriptions. 
364         * tests/README: remove stuff about editing contexts. 
365
366 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
367         * db-oracle/oracle-objects.lisp: Change *default-varchar-length* to 
368         *default-string-length*
369         
370 12 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
371         * tests/test-syntax.lisp, tests/test-fdml.lisp: add tests for escaping 
372         of single quotes. 
373         * tests/test-fddl.lisp: add tests for column and table constraints 
374         in CREATE-TABLE. Add test for OWNER keyword parameter to 
375         LIST-TABLES (assuming same underlying machinery in other FDDL 
376         functions). 
377         * tests/test-init.lisp: restrict above test to postgresql and oracle. 
378         
379 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
380         * db-sqlite/sqlite-sql.lisp: Fix condition as reported by Aurelio 
381         Bignoli.
382
383 11 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
384         * sql/oodml.lisp, sql/package.lisp, doc/ref-ooddl.lisp, db-mysql/mysql-objects.lisp: Add tinyint type
385         
386 10 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
387         * Version 2.11.14
388         * doc/*.xml: documentation additionals and fixes so
389         that docbook passes xmllint.
390         
391 9 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
392         * Version 2.11.13
393         * sql/fdml.lisp: Apply patch from Kim Minh Kaplan 
394         to change escaping of single quotes. Mild optimizations
395         for escaped string output.
396         * doc/ref-ooddl.lisp: documentation additions
397         * doc/ref-oodml.lisp: Add purpose to functions
398         * TODO: Add need to test single quote escaping
399         
400 7 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
401         * doc/ref-ooddl.xml, doc-ref-oodml.xml: documentation additions
402         * sql/ooddl.lisp: Added SMALLINT type
403         * sql/generic-postgresql.lisp: Added INT2 as SMALLINT type
404         * db-mysql/mysql-objects.lisp: Added SMALLINT type
405         * sql/package.lisp: Export SMALLINT
406         * sql/expressions.lisp: Add MYSQL's UNSIGNED and ZEROFILL as
407         db-constraints
408         
409 6 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
410         * sql/expressions.lisp: add AUTO-INCREMENT and UNIQUE to the 
411         recognised column constraints for CREATE-TABLE and the :DB-CONSTRAINTS 
412         View Class slot option. 
413         * sql/ooddl.lisp: fix bug preventing the :DB-CONSTRAINTS View Class 
414         slot option accepting a list of constraints [reported by Travis Cross]. 
415         * doc/ref-fddl.xml: add some examples of specifying column and 
416         table constraints to the documentation for CREATE-TABLE. 
417         * TODO: add note about adding tests for table/column constraints. Add 
418         optimisation note about using cached attribute types in insert/update
419         operations. 
420         
421 3 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
422         * doc/appendix.xml: add notes about idiosyncrasies/unsupported 
423         features and so on the documentation for each backend. 
424         * doc/TODO: remove items done. 
425         * doc/ref-transaction.xml: add note in introduction about 
426         autocommit mode as a difference from CommonSQL. 
427         * doc/ref-syntax.xml: add notes about SQL syntax state functions 
428         being macros in CLSQL. Add note about SQL operators which are 
429         CLSQL extensions. 
430
431 2 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
432         * Version 2.11.12 released
433         * doc/ref-recording.xml: document SQL I/O recording. 
434         * doc/ref-prepared.xml: new file for documenting prepared statements. 
435         * doc/clsql.xml: comment out include for large object and CLSQL-SYS 
436         documentation. 
437         * doc/ref-conditions.xml: complete documentation of condition system. 
438         * doc/global-index.xml: add symbols from condition system and remove
439         those from LOB and prepared statement APIs. 
440         * doc/ref-fdml.xml: complete documentation of FDML.
441         * doc/glossary.xml: add View Class. 
442         * doc/TODO: remove items done. 
443         * sql/conditions.lisp: make SQL-CONDITION a parent of SQL-ERROR. 
444         * sql/package.lisp: remove FOR-EACH-ROW from exports list. Export 
445         additional slot accessors for condition classes. 
446
447 1 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
448         * doc/ref-ooddl.lisp: Add documentation
449         * doc/ooddl.lisp: Move *DEFAULT-VARCHAR-LENGTH* from oodml.lisp
450         and rename to *DEFAULT-STRING-LENGTH*. Add docstring.
451         * doc/oodml.lisp: Rename references to new name of
452         *DEFAULT-STRING-LENGTH*
453
454 1 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
455         * doc/ref-transaction.xml: document transaction handling. 
456         * sql/transaction.lisp: ensure that COMMIT, ROLLBACK and 
457         START-TRANSACTION return NIL as per the CommonSQL spec. Modify 
458         ADD-TRANSACTION-{ROLLBACK|COMMIT}-HOOK such that a database is 
459         passed as a keyword argument defaulting to *DEFAULT-DATABASE*.
460         Added docstrings. 
461
462 30 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk>
463         * doc/ref-fdml.xml: document the FDML. 
464         * doc/ref-fddl.xml: move documentation for TRUNCATE-DATABASE here. 
465         * sql/ooddl.lisp: moved *default-varchar-length* to here from 
466         oodml.lisp and renamed to *default-string-length*
467         
468 23 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
469         * sql/oodml.lisp: Add keyword :transactions to def-view-from-class
470         to allow specifying transactionless table creation
471         * doc/ref-oodml.lisp: Add new keyword to signature of 
472         DEF-VIEW-FROM-CLASS     
473         
474 18 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
475         * Version 2.11.11
476         * sql/expressions.lisp: when removing duplicate table identifiers 
477         in the FROM clause of a query, check both table name and alias 
478         are equivalent. 
479         * sql/fdml.lisp: remove DESCRIBE-TABLE. 
480         * sql/db-interface.lisp: remove generics DESCRIBE-TABLE and 
481         DATABASE-DESCRIBE-TABLE. 
482         * sql/package.lisp: remove DESCRIBE-TABLE, DATABASE-DESCRIBE-TABLE 
483         and LIST-TABLE-INDEXES. 
484         * sql/generic-postgresql.lisp: add reader conditional #+nil for 
485         DATABASE-DESCRIBE-TABLE and comment about its uses for 
486         re-implementing LIST-ATTRIBUTE-TYPES with a single SQL query 
487         returning type info for all attributes. 
488         Fix DATABASE-SEQUENCE-LAST. 
489         * sql/fddl.lisp: remove LIST-TABLE-INDEXES and redefine 
490         LIST-INDEXES with additional keyword parameter :ON. 
491         * tests/test-fddl.lisp: replace LIST-TABLE-INDEXES in :fddl/index/3 
492         with LIST-INDEXES (with :ON parameter). 
493         * doc/global-index.xml: remove DESCRIBE-TABLE and LIST-TABLE-INDEXES. 
494         * doc/ref-connect.xml: minor tidying. 
495         * doc/ref-fddl.xml: document the FDDL. 
496         * doc/TODO: removed items done. Moved note about transaction handling 
497         from TODO to here. 
498         * TODO: move note about transaction handling to doc/TODO. Added 
499         optimization note about LIST-ATTRIBUTE-TYPES and LIST-INDEXES. 
500         
501 13 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
502         * Version 2.11.10
503         * sql/syntax.lisp: updated docstrings. 
504         * sql/package.lisp: exported DATABASE-NAME-FROM-SPEC from CLSQL 
505         package.
506         * sql/database.lisp: add docstrings for CREATE-DATABASE, 
507         DESTROY-DATABASE, TRUNCATE-DATABASE and LIST-DATABASES. Replace 
508         CLSQL-GENERIC-ERROR signalled in RECONNECT with SQL-CONNECTION-ERROR. 
509         * doc/ref-syntax.xml, doc/global-index.xml: minor tidying. 
510         * doc/ref-connect.xml: document connection/initialisation. 
511         * doc/ref-fdml.xml: move TRUNCATE-DATABASE reference entry here. 
512         * doc/TODO: remove items done. 
513         * Makefile: add db-oracle to to SUBDIRS. 
514
515 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
516         * sql/oodml.lisp: Add new serialization functions:
517         WRITE-INSTANCE-TO-STREAM and READ-INSTANCE-FROM-STREAM
518         * sql/expressions.lisp: Avoid duplicate FROM names when selecting
519         from a table that has more than one primary index.
520         * sql/conditions.lisp: Fix printing of closed-database error
521         
522 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
523         * Version 2.11.9
524         * sql/conditions.lisp: Set initial slot value for message in SQL-WARNING
525         * sql/transactions.lisp: Correctly set slots of SQL-WARNING
526
527 12 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk>
528         * sql/package.lisp: export DATABASE-TYPE from CLSQL and subclasses 
529         of SQL-EXPRESSION from CLSQL-SYS. 
530         * sql/syntax.lisp: make error signalled in SQL-OPERATION an 
531         SQL-USER-ERROR. Make SQL-OPERATOR return just one value. 
532         * doc/Makefile: added Mandrake linux. 
533         * doc/catalog-redhat.xml, doc/catalog-mandrake.xml: new files. 
534         * doc/appendix.xml: fixed little typo (adsf). 
535         * doc/glossary.xml: removed closed-database and note about 
536         sql-expression, added some entries. 
537         * doc/ref-syntax.xml: documented the symbolic SQL syntax. 
538
539 10 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
540         * Version 2.11.8
541         * db-mysql/mysql-loader.lisp: Remove load of unnecessary zlib library
542         * multiple: Add generalized-boolean type as requested by
543         Edi Weitz
544         * TODO: Added need for test of generalized-boolean
545         
546 9 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
547         * Version 2.11.7 released
548         * uffi/clsql-uffi-loader.lisp: Apply patch from Edi Weitz
549         for loading with clc-register-user-package. Remove personal
550         directory from path lisp.
551         * db-mysql/mysql-loader.lisp: Similar changes
552         
553 8 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
554         * Version 2.11.6 released
555         * sql/oodml.lisp: Commit patch from Edi Weitz
556         to fix symbol writing/reading
557         * TODO: Add need for symbol slot test
558         
559 7 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
560         * sql/package.lisp: remove duplicate export of 
561         *CACHE-TABLE-QUERIES-DEFAULT*. 
562         * doc/ref-*.xml, doc/global-index.xml: new files documenting 
563         the CommonSQL compatible api. 
564         * tests/test-fdml.lisp: modified the test :fdml/transaction/3 to 
565         reflect changes in return values of WITH-TRANSACTION. 
566
567 04 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
568         * tests/README: Fix filename [reported by Bill Clementson]
569         * sql/transactions.lisp: Apply return value patch from
570         Edi Weitz for WITH-TRANSACTION
571         * tests/README: Remove ptester package requirement (as noted
572         by Bill Clementson)
573         
574 03 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
575         * Version 2.11.5 released
576         * examples/clsql-tutorial.lisp: Remove obsolete :nulls-ok attribute,
577         Select connection-spec based on connection type. Bugs reported by
578         Bill Clementson.
579         * uffi/uffi.dll, uffi/uffi.lib: Recompile with Visual Studio 2003
580         * db-mysql/mysql-loader.lisp: Update check for zlibwapi library
581         name on Windows, add \bin\ directory to search path
582         
583 31 May 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
584         * db-odbc/odbc-sql.lisp: DB-TYPE replaced with DATABASE-TYPE in 
585         DATABASE-CONNECT. 
586         * sql/operations.lisp: substr now generates SUBSTR for use on 
587         Oracle; added a new operator SUBSTRING for use elsewhere. minus 
588         now generates MINUS for use on Oracle. Nvl signals an error if 
589         not called with exactly 2 arguments. Add concat function for use 
590         instead of the || operator on MySQL and Oracle. 
591         * sql/syntax.lisp: changed internal symbol for the || operator to 
592         CONCAT-OP. 
593         * sql/expressions.lisp: removed redundant and unused functions 
594         GENERATE-SQL (cf. SQL-OUTPUT) and DATABASE-CONSTRAINT-DESCRIPTION
595         (cf. MAKE-CONSTRAINTS-DESCRIPTION). 
596         * sql/generics.lisp: removed generic function for 
597         DATABASE-CONSTRAINT-DESCRIPTION (see above). 
598         * tests/test-syntax.lisp: modified/added tests according to changes
599         in sql/operations.lisp. 
600         * tests/test-fdml.lisp: changed SUBSTR to SUBSTRING in test 
601         :fdml/select/21.  
602         * sql/package.lisp: added the operators SQL-SUBSTRING, SQL-CONCAT-OP 
603         and SQL-USERENV to the shared exports list. Removed 
604         ROLLBACK-TRANSACTION, COMMIT-TRANSACTION, DATABASE-START-TRANSACTION, 
605         DATABASE-ABORT-TRANSACTION, DATABASE-COMMIT-TRANSACTION, 
606         TRANSACTION-LEVEL, TRANSACTION,  RECORD-SQL-COMMAND and 
607         RECORD-SQL-RESULT from shared exports list. 
608         
609 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
610         * db-postgresql/postgresl-sql.lisp: Avoid computing
611         result-types lisp when nil result-types. Return only
612         one value when field-types nil.
613         * db-mysql/mysql-sql.lisp: Simple queries now
614         working with prepared statements.
615         
616 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
617         * Version 2.11.4: MySQL 4.1 now passes all tests
618         * sql/package.lisp: Add API for prepared statments.
619         * sql/fdml.lisp: Change implicit flatp processing
620         for string map-query for greater CommonSQL conformance.
621         Add high-high API for prepared statements.
622         * tests/test-basic.lisp: Add test for map-query and
623         single argument.
624         * sql/transactions.lisp: Change name/semantics of
625         autocommit to set-autocommit.
626         * sql/generic-postgresql.lisp: Add support for
627         prepared statements. 
628         * tests/test-internal.lisp: New file
629         * sql/odbc-api.lisp: Update to using ODBC V3 protocol
630         * clsql-mysql.asd, clsql-uffi.asd: Remove check and Common Lisp
631         Controller invocation.
632         * db-mysql/mysql-api.lisp: Add support for MySQL 4.1 field structure
633         * sql/expressions.lisp: Avoid emitting double parenthesis when a
634         function contains a subselect. 
635         
636 27 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
637         * Version 2.11.3
638         * sql/ooddl.lisp: Commit patch from Edi Weitz fixing return
639         type (setf slot-value-using-class)
640         * TODO: add not that need a test case for the above fix
641         * db-sqlite: Remove clisp support since clisp can not run CLSQL
642         with its MOP usage
643         * db-oracle/oracle-sql.lisp: By default, use OCIEnvCreate as 
644         introduced in Oracle8. Leave older code selectable by a reader macro
645         for Oracle7 and prior. Avoid use of OCIServerAttach since CLSQL
646         uses OCILogon and does not the more complex session management.
647         
648 26 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
649         * sql/oodml.lisp: Commit universal-time typo patch from Edi Weitz
650         * test/test-init.lisp: Add universal-time slot to person.
651         * test/test-fddl.lisp: Add tests of universal-time slot
652         * test/test-ooddl.lisp: Test universal-time slot in an object
653         * TODO: Remove need for universal-time test     
654         * debian/rules, debian/control: Add cl-sql-oracle binary package
655         * doc/appendix.xml: Add Oracle backend information
656         * db-oracle/oracle-objects.lisp: Add database-get-type-specifier for
657         universal-time. Convert BIGINT CLSQL type to CHAR SQL type
658         * db-mysql/mysql-sql.lisp: Fix condition name to sql-connection-error
659         * doc/ref-clsql.xml: Renamed from ref_clsql.xml. Change the documentation
660         for map-query to reflect changed in arguments to be CommonSQL compatible.
661         Updated old clsql conditions to new CommonSQL compatible conditions.
662         
663 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
664         * sql/oodml.lisp: (string n) now produces a CHAR field. Add new VARCHAR
665         type. Added *default-varchar-length* rather than previous hard-coded
666         varchar length. Remove 'simple-string and 'simple-base-string since they
667         are subtypes of 'string.
668         * db-oracle/oracle-sql.lisp: Use *default-varchar-length* rather than
669         local hard-coded value.
670         * sql/metaclasses.lisp: Convert specified type VARCHAR and (VARCHAR n) to Lisp
671         type string. Convert specified-type (CHAR n) to string. Convert specified-type
672         CHAR to lisp type character.
673         * sql/generic-postgresql.lisp: (string n) => (CHAR n)
674         * sql/operations.lisp: Add userenv
675         * doc/TODO: Add AUTOCOMMIT. Remove need for large table and bigint
676         slot tests
677         * sql/oracle-sql.lisp: Add 64-bit bigint direct conversion
678         * uffi/clsql-uffi.lisp: Handle signed 64-bit integers
679         * test/test-init.lisp: Add large table with bigint slot
680         
681 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
682         * Version 2.11.1 released: Much simpler Oracle client library loading.
683         Now uses ORACLE_HOME environmental variable as well as tests default
684         path for Oracle Instant Client. 
685         
686 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
687         * Version 2.11.0 released: Full Oracle support. All tests pass
688         * db-oracle/oracle-sql.lisp: Add declaration so that SBCL runs efficiently.
689         * tests/test-init.lisp: capitalize odbc backend name in banner
690         * CONTRIBUTORS: Add note about Marcus' excellent work
691         * sql/oodml.lisp: Removed old stub function     
692         * clsql.asd: Use module names in current package rather than keyword package
693         * db-oracle/oracle-sql.lisp: Don't trim trailing spaces. Prevent interrupts
694         in setting sequence position. Make autocommits more efficient.
695         * tests/test-init.lisp: Skip 2 tests on Oracle which have unsupported syntax 
696         * sql/oodml.lisp: Get rid of undocumented raw-string type. CommonSQL
697         strings are raw (non-trimmed trailing whitespace). Add database-get-type-specifier
698         and read-sql-value for NUMBER and CHAR.
699         * sql/base-classes.lisp: Add autocommit slot
700         * sql/transaction.lisp: Added autocommit processing, mild cleaning.
701         * doc/intro.xml: Add Oracle
702         
703 24 May 2004: Marcus Pearce (m.t.pearce@city.ac.uk) 
704         * db-postgresql-socket/postgresql-socket-sql.lisp: replace 
705         CLSQL-SIMPLE-WARNING with SQL-WARNING. 
706         * db-sqlite/sqlite-sql.lisp: replace CLSQL-SIMPLE-WARNING with 
707         SQL-WARNING. 
708         * db-aodbc/aodbc-sql.lisp: replace CLSQL-ERROR with SQL-ERROR. 
709         * clsql.asd: reworked module structure in package definition and 
710         file names to better reflect component functionality. 
711         * sql/package.lisp: added SQL-FATAL-ERROR and SQL-TIMEOUT-ERROR to 
712         exports list. Removed duplicate and obsolete exports. Exported 
713         remaining SQL operations: SQL-SOME, SQL-<>, SQL-BETWEEN, SQL-DISTINCT, 
714         SQL-NVL and SQL-FUNCTION. Organised exports by functionality/file and 
715         according to whether they are specified by CommonSQL or CLSQL 
716         extensions. 
717         * sql/transaction.lisp: replace CLSQL-SIMPLE-WARNING with 
718         SQL-WARNING. 
719         * sql/generics.lisp: moved generics for QUERY and EXECUTE-COMMAND 
720         here from basic-sql.lisp. 
721         * sql/expressions.lisp: NEW FILE: renamed from classes.lisp (deleted). 
722         * sql/fddl.lisp: NEW FILE: renamed from table.lisp (deleted). 
723         * sql/fdml.lisp: NEW FILE: merger of basic-sql.lisp and sql.lisp
724         (both deleted). 
725         * sql/ooddl.lisp: NEW FILE: ooddl from objects.lisp (deleted). 
726         * sql/oodml.lisp: NEW FILE: oodml from objects.lisp (deleted). 
727         
728 23 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
729         * Version 2.10.22 released
730         * sql/kmr-mop.lisp, sql/objects.lisp: Since SBCL is the only implementation that
731         has reversed class slots, change the default for ordered-class-slots so that slots
732         are now in the same order an in the def-view-class.
733         * sql/sql.lisp: Honor case of string table identifier to INSERT-RECORDS
734         * test/test-fddl.lisp: Add two tests for mixed case names
735         * db-oracle/oracle-sql.lisp: Add missing database qualifier. Return NUMBER (double)
736         for computed fields, this will require some adjustment to the test suite which
737         in many cases expects integers.
738         * test/test-fdml.lisp: Accomodate that Oracle returns doubles for computed columns
739         
740 22 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
741         * Version 2.10.21 released
742         * sql/sequences.lisp: Move generic sequence functions here from db-sqlite,
743         db-odbc, and db-aodbc.
744         * sql/*.lisp: Add db-type parameter to generic functions READ-SQL-VALUE,
745         DATABASE-GET-TYPE-SPECIFIER, and OUTPUT-SQL-VALUE-AS-TYPE. Update methods to use these.
746         * sql/generic-postgresql.lisp, sql/generic-odbc.lisp: New files
747         * db-odbc/odbc-sql.lisp, db-aodbc/aodbc-sql.lisp: Move common code to 
748         sql/generic-odbc.lisp
749         * db-postgresql/postgresql-sql.lisp, db-postgresql-socket/postgresql-socket-sql.lisp: 
750         Move common code to  sql/generic-postgresql.lisp
751         * sql/classes.lisp: honor case of string tables when outputting queries 
752         * sql/objects.lisp: Add database type to default database-get-type-specifier method
753         * sql/sql.lisp:  Add database type to default database-abort-transaction method
754         * db-mysql/mysql-objects.lisp: New file
755         * sql/objects.lisp: Move MySQL specific code to mysql-objects.lisp
756         * sql/utils.lisp: Add GETENV function which will be used to get ORACLE_HOME
757         from environment
758         * test/test-fdml.lisp: String table names are now case sensitive, so convert to
759         default db case for FDML/SELECT/25
760
761 22 May 2004 Kevin Rosenberg
762         * Version 2.10.20 released: Oracle backend now fails 6 out of 200 tests
763         * TODO: Added 2 variances from CommonSQL. Add tests for owner phrases
764         and string identifiers with non-default case
765         * sql/table.lisp: Don't convert string table name to a symbol.
766         * sql/classes.lisp: Honor case of string identifiers
767         * sql/sql.lisp: Ensure recyclebin is purged for Oracle in 
768         TRUNCATE-DATABASE
769         * db-oracle/oracle-sql.lisp: Add sequence functions, fix use of
770         of owner phrases. Obtain server and client versions.
771         * db-oracle/oracle-objects.lisp: Fix type specifiers
772         * tests/test-fddl.lisp: Allow :varchar2 and :number as data types
773         * tests/test-init.lisp: Properly get username from Oracle connection-spec
774         
775 22 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
776         * sql/generics.lisp: reworked docstrings. Remove generics for 
777         ADD-TO-RELATION and REMOVE-FROM-RELATION. 
778         * sql/objects.lisp: reworked docstrings. Changed UPDATE-OBJECT-JOINS 
779         to UPDATE-OBJECTS-JOINS for CommonSQL compatibility. 
780         * sql/package.lisp: Changed UPDATE-OBJECT-JOINS to UPDATE-OBJECTS-JOINS 
781         for CommonSQL compatibility. Remove ADD-TO-RELATION and 
782         REMOVE-FROM-RELATION. 
783         * tests/test-oodml.lisp: Changed UPDATE-OBJECT-JOINS to 
784         UPDATE-OBJECTS-JOINS for CommonSQL compatibility. 
785         * doc/TODO: added notes about extra slot options to DEF-VIEW-CLASS. 
786         * sql/conditions.lisp: add documentation for conditions. Add 
787         SQL-TIMEOUT-ERROR and SQL-FATAL-ERROR for CommonSQL compatibility. 
788
789 21 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
790         * sql/basic-sql.lisp: reworked docstrings. 
791         * sql/transactions.lisp: reworked docstrings. 
792         * sql/sql.lisp: reworked docstrings. 
793         * sql/initialize.lisp: reworked docstrings. INITIALIZE-DATABASE-TYPE 
794         sets *DEFAULT-DATABASE-TYPE* for CommonSQL compatibility. 
795         * sql/database.lisp: reworked docstrings. 
796         * doc/TODO: added notes about START-TRANSACTION and IN-TRANSACTION-P 
797         and FDML extensions and database extensions. 
798
799 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
800         * db-oracle/oracle-sql: Use clsql-specific error conditions. Use owner keyword.
801         * db-oracle/make9.sh: add makefile for building with Oracle 9 client
802         libraries
803         * sql/table.lisp: Add logic for dealing with Oracle 10g vs. previous
804         Oracle versions with the PURGE option required for drop table. This needs
805         to be converted to a generic function and moved to db-oracle/oracle-sql.lisp
806
807 20 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
808         * sql/classes.lisp: remove unused PARAMS slot in SQL-IDENT-ATTRIBUTE. 
809         * sql/syntax.lisp: remove unused PARAMS keyword arg to SQL-EXPRESSION. 
810         * sql/table.lisp: reworked docstrings. 
811         * sql/objects.lisp: moved *default-update-objects-max-len* here from 
812         table.lisp. 
813         * doc/TODO: notes about :if-does-not-exist arg to DROP-TABLE, 
814         DROP-VIEW and DROP-INDEX and the use of the :transactions and 
815         :constraints keyword args to CREATE-TABLE. 
816         * sql/classes.lisp: the DESCRIPTION argument to CREATE-TABLE is now 
817         CommonSQL compatible with respect to column constraints. 
818
819 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
820         * sql/oracle-sql.lisp: Now compiles and runs on SBCL.
821         Requires UFFI 1.5.0 or higher
822         
823 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
824         * Version 2.10.19
825         * sql/conditions.lisp: Fix cerror
826         
827 19 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
828         * Version 2.10.18 released: New condition hierarchy to be compatible
829         with CommonSQL -- not backward compatible with previous CLSQL.
830         * sql/db-interface.lisp: Add more default methods
831         * sql/objects.lisp: Add explicit table name to order-by parameters
832         in find-all when only one table to avoid selecting a duplicate row.
833         Fix error in FIND-ALL when using :order-by such as (([foo] :asc))
834         as previous logic was adding two fields (foo asc) to SELECT query.
835         Make :result-types :auto be the default for object selections.
836         Properly handle caching key when using multiple order-by with asc/desc
837         directions.
838         * db-oracle/*.lisp: Much improvements, now passes 90% of test suite
839         
840 19 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
841         * sql/recording.lisp: reworked docstrings. 
842         * sql/syntax.lisp: reworked docstrings. 
843         * doc/TODO: added notes about extensions to SQL-RECORDING-P and the 
844         SQL syntax state functions being macros. 
845
846 19 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
847         * sql/package.lisp: Export initialize-database-type and
848         *initialize-database-types* from CLSQL package.
849         * sql/conditions.lisp: Add new CommonSQL compatible conditions,
850         remove old CLSQL conditions.
851         * sql/loop-extensions.lisp: Make errors of type sql-user-error
852         * */*.lisp: Convert to from old to new conditions
853         
854 18 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
855         * sql/table.lisp: Add PURGE to drop command for oracle 10g backend.
856         To handle this difference, will need to add a new database-drop-table
857         generic function.
858         * db-oracle/oracle-sql.lisp: Move server-version and
859         major-version-number to database object to allow multiple connections
860         to Oracle servers of different versions.
861         
862 18 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
863         * TODO: moved notes about backends to doc/TODO. 
864         * doc/TODO: added notes about backends and select extensions. 
865         * sql/base-classes.lisp: remove obsolete schema slot in database 
866         class. 
867         
868 16 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
869         * db-oracle/oracle-api: Add OCIServerVersion
870         * db-oracle/oracle-sql: Query and store server version on connect
871         * sql/db-interface.lisp: Add new db-type-has-bigint? generic
872         function to handle OCI's lack of bigint support
873         * test/test-basic.lisp: Separate bigint testing
874         * test/test-utils.lisp: Add oracle to specs and list of backends
875         * doc/TODO: New file
876         * test/test-fdml.lisp: Added FDML/SELECT/34 to test
877         run-time instantiation of variables in reader macros.
878         * TODO: Remove item already complete. Add note about
879         condition variances
880         
881 16 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
882         * sql/syntax.lisp: added condition to the reader macro to treat [*] 
883         as a column identifier (rather than an operation) for CommonSQL 
884         compatibility. 
885         * tests/test-fdml.lisp: add tests for ORDER-BY and SET-OPERATION 
886         keword args to SELECT, [*] as column identifier, new MAP-QUERY 
887         behaviour and the ANY and ALL operators in subqueries. 
888         * tests/test-init.lisp: add set-operation and subquery tests to 
889         appropriate skip lists. 
890         * sql/objects.lisp: remove redundant and non CommonSQL compatible 
891         ORDER-BY-DESCENDING keyword argument for SELECT. 
892         * sql/classes.lisp: remove redundant and non CommonSQL compatible 
893         ORDER-BY-DESCENDING keyword argument for SELECT. 
894         * tests/test-oodml.lisp: add test for ORDER-BY keyword to SELECT 
895         with object queries. 
896
897 15 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
898         * sql/db-interface.lisp: Add new db-type-has-union? 
899         since Mysql 3.23 does not support unions.
900         * sql/test-init.lisp: Don't try union tests on database
901         backends which do not support it.
902         * db-oracle/*.lisp: initial port to UFFI
903         * sql/objects.lisp: implement UPDATE-OBJECT-JOINS,
904         implement REFRESH for SELECT.
905         * tests/test-oodml.lisp: Add tests for deferred retrieval,
906         caching, refresh, and update-object-joins
907         * tests/test-init.lisp: Add deferred-employee-address class
908         
909 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
910         * sql/operations.lisp: make MINUS operator a synonym for EXCEPT. Add 
911         COALESCE operator and make NVL a synonym for this. Make ANY, SOME, 
912         ALL and EXISTS generate function expressions so they output the 
913         correct SQL. 
914         * sql/classes.lisp: SELECT now generates appropriate SQL when 
915         passed the SET-OPERATION and ALL keyword arguments. 
916         * sql/classes.lisp: the ORDER-BY keyword argument to SELECT now 
917         accepts ordering constraints as pairs of the form (column direction) 
918         where direction may be :ASC or :DESC. 
919         * tests/test-syntax.lisp: added tests for MINUS and COALESCE/NVL. 
920         Correct tests for ANY, SOME, ALL and EXISTS. 
921         * tests/test-fdml.lisp: added test for COALESCE. 
922         * sql/sql.lisp: MAP-QUERY now applies FUNCTION to QUERY-EXPRESSION 
923         using funcall unless QUERY-EXPRESSION returns one column and its 
924         FLATP slot is not nil in which case apply is used. 
925         * tests/test-basic.lisp: modified calls to MAP-QUERY to reflect the 
926         changes. 
927         * TODO: remove items done. 
928         * db-postgresql/postgresql-sql.lisp: no need to reverse results in 
929         DATABASE-LIST-ATTRIBUTES. 
930         * db-postgresql-socket/postgresql-socket-sql.lisp: no need to reverse
931         results in DATABASE-LIST-ATTRIBUTES.    
932         
933 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
934         * sql/classes.lisp: SELECT now accepts table identifiers as strings 
935         for CommonSQL compliance. Add support for qualified sql identifiers 
936         with aliased table names. 
937         * tests/test-fdml.lisp: added tests for table identifiers as strings 
938         in SELECT and for aliased definitions. 
939         * tests/test-syntax.lisp: added tests for alias definitions. 
940         
941 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
942         * sql/sql.lisp: PRINT-QUERY now calls QUERY with result-types and 
943         field-names set to nil. 
944         * sql/sql.lisp: PRINT-QUERY now computes column sizes correctly 
945         with null attribute values. 
946         * sql/operations.lisp: modify SQL concatenation operator to accept 
947         unescaped || symbol.  
948         * sql/syntax.lisp: modify sql reader macro function to accept 
949         unescaped sql concatenation operator. 
950         * tests/test-fdml.lisp: unescape sql concatenation operator. 
951         * tests/test-syntax.lisp: unescape sql concatenation operator. 
952         * TODO: remove items done. Add notes about SQLITE/MYSQL backends. 
953         Note to add test for universal-time. Note about difference from 
954         CommonSQL in transaction handling. 
955
956 13 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
957         * tests/test-init.lisp: Add deferred-employee-address
958         class
959         * tests/test-oodml.lisp: Add deferred retrieval testgs
960         
961 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
962         * Version 2.10.17
963         * LATEST-TEST-RESULTS: Run on all platforms, add AMD64
964         * sql/sql.lisp: Add FOR-EACH-ROW macro from clsql-classic/sql.lisp
965         * db-sqlite/sqlite-uffi-api.lisp: Fix row-pointer type
966         * *: Fix minor style warnings
967         * clsql-classic: Remove system and subdirectory
968         * clsql-base: Remove system and subdirectory and
969         fold into clsql system
970         * doc/intro.xml: Remove reference to old clsql-base. Add x86_64
971         as supported platform.
972         
973 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
974         * Version 2.10.16: CLSQL now fully supports AllegroCL AMD64
975         * db-odbc/odbc-api.lisp: work around return-type bug [spr28889] in
976         Allegro 7.0beta AMD64
977         * db-odbc/*.lisp: Add a layer of indirection to foreign-type
978         of ODBC longs since this type can vary on 64-bit platforms depending
979         upon the compilation options of unixODBC.
980         * db-mysql/mysql-api.lisp: Fix int vs. long slots in foreign
981         structures found by testing with AllegroCL 7.0b AMD64.
982         * db-*/*-loader.lisp: Load 64-bit libraries on 64-bit platorms
983         * sql/objects.lisp: Simple implementation of UPDATE-OBJECT-JOINS.
984         Initial caching support for SELECT
985         * tests/test-oodml.lisp: Avoid using cache when testing select.
986         * sql/kmr-mop.lisp: Explicitly check slot order and
987         store as a cl:*feature*
988         * sql/recording.lisp: Remove additional types to
989         increase CommonSQL conformance.
990         * tests/test-init.lisp: Change a :column attribute
991         to test symbols as value
992         * sql/relations.lisp: Remove functions since they don't support
993         many to many relationships.
994         * examples/clsql-tutorial.lisp, doc/csql.lisp: Remove use
995         of add-to-relations function and replace with explicit field settings.
996         * base/classes.lisp: Remove obsolute query-stream. Add record-caches slot.
997         
998 9 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
999         * Version 2.10.15
1000         * LATEST-TEST-RESULTS: results with current version
1001         * sql/kmr-mop.lisp: Make CMUCL reader macros specific for cmu18
1002         since cmu19 has opposite order of class slots.
1003         * sql/objects.lisp: Fix (setf slot-value-using-class) for Lispworks
1004         * tests/test-fdml.lisp: Renumber SELECT tests to avoid overwriting
1005         a previous test
1006         * tests/test-init.lisp: Check test-database-underlying-type for
1007         ODBC/MySQL tests
1008         
1009 8 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1010         * sql/operations.lisp: complete remaining operations for the sql 
1011         syntax: SUBSTR, SOME, ORDER-BY, GROUP-BY, NULL, DISTINCT, EXCEPT, 
1012         UNION, INTERSECT, BETWEEN. 
1013         * sql/classes.lisp: add new classes: SQL-BETWEEN-EXPRESSION, 
1014         SQL-QUERY-MODIFIER-EXPRESSION and SQL-SET-EXPRESSION. 
1015         * tests/test-syntax.lisp: add tests for new operations. 
1016         * tests/test-fdml.lisp: add tests for queries based on new operations. 
1017         * tests/test-init.lisp: add select/20 to tests skipped for sqlite and 
1018         select/20, query/5, query/7 and query/8 to tests skipped by mysql. 
1019         * TODO: removed entries done. 
1020
1021 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1022         * tests/benchmarks.lisp: Add immediate vs. deferred
1023         join test.
1024         
1025 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1026         * Version 2.10.13: Now works on openmcl 0.14.2 
1027         * sql/objects.lisp: Add :retrieval :immediate for
1028         object selections
1029         * tests/test-init.lisp: Add non-index fields for testing 
1030         join class employee-addresss
1031         * test/test-oodml.lisp: Add tests for retrieval immediate
1032         * sql/metaclasses.lisp: Handle differences in direct-slot-definition 
1033         values which are now listifed by openmcl 14.2.
1034         * sql/objects.lisp: more framework for supporing immediate retrieval 
1035
1036 7 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1037         * docs/intro.xml: Upload location of a README file
1038         * sql/metaclass.lisp: Work-around openmcl's CHANGE-CLASS
1039         changing the type-specifier. Use a lisp type of (OR NULL FOO)
1040         for a specified-type of FOO unless :db-constraints :not-null.
1041         No need to specialize finalize-inheritance for openmcl.
1042         * tests/test-*.lisp: Rename fields so that joins occur on
1043         fields with different names. This ensures that join code is
1044         selecting the proper name.
1045         * test/test-init.lisp: Add :base-table for employee-address
1046         view class for testing.
1047         * sql/objects.lisp: Use view-table rather than name of table
1048         in a number of places to fix errors noted with using :base-table.
1049
1050 6 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1051         * sql/objects.lisp: replace *update-records-on-make-instance* with 
1052         *db-auto-sync* which also controls both automatic creation of 
1053         new records on creation of new instance and updating of record 
1054         fields on setting of instance slots (as suggested by Edi Weitz). 
1055         * tests/test-init.lisp: replace *update-records-on-make-instance* 
1056         with *db-auto-sync*. 
1057         * sql/package.lisp: replace *update-records-on-make-instance* 
1058         with *db-auto-sync*. 
1059         * TODO: replace *update-records-on-make-instance* with *db-auto-sync*. 
1060         * sql/objects.lisp: remove redundant rebindings of *db-initializing* 
1061         and *default-database* in FIND-ALL. 
1062         * sql/package.lisp: import time functions from CLSQL-BASE. 
1063         * tests/test-time.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
1064         * tests/test-fdml.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
1065         * tests/test-init.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
1066         * tests/test-ooddl.lisp: replace CLSQl-BASE package qualifier with 
1067         CLSQL. 
1068
1069 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1070         * sql/classes.lisp: Add SQL-OBJECT-QUERY type. Have [select 'class]
1071         now return a sql-object-query type rather than directly performing a query.
1072         This improves CommonSQL conformance.
1073         * sql/sql.lisp: Add new QUERY method for SQL-OBJECT-QUERY. Move
1074         from basic/basic-sql.lisp the DO-QUERY and MAP-QUERY since they now
1075         depend on sql-object-query-type.
1076         * sql/loop-extensions.lisp: Move from base package
1077         * classic/package.lisp: remove references to map-query and do-query
1078
1079 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1080         * TODO: New section on optimizations, especially optimizing JOINs.
1081         * sql/objects.lisp: Have :target-slot return of list of lists rather
1082         than a list of cons pairs to be conformant with CommonSQL.
1083         Make :target-slot much more efficient by using a SQL inner join
1084         statement and just requiring one SQL query. Add :retrieval :deferrred
1085         to target-slot joins. Add placeholder for update-objects-join.
1086         * sql/classes.lisp: Add :inner-join and :on slots to sql-query class
1087         and process them for query output-sql. 
1088
1089 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1090         * Version 2.10.11
1091         * base/basic-sql.lisp: Avoid multiple evaluation
1092         of query-expression in DO-QUERY
1093         * sql/objects.lisp: Make SELECT a normal function.
1094         SELECT now accepts type-modified database identifiers, such as
1095         [foo :string] which means that the values in column foo are returned 
1096         as Lisp strings. Add new *update-records-on-make-instance* special
1097         variable controlling automatic creation of new instances. Add missing
1098         RESULT-TYPES keyword to FIND-ALL. Add :target-slot support.
1099         * sql/packages.lisp: Export *update-records-on-make-instance* 
1100         * test/test-oodml.lisp: Add tests for :target-slot and many-to-many
1101         selections.
1102         * test/test-fdml.lisp: Add tests for type-modified
1103         database identifiers.
1104         * test/test-init.lisp: Stop using add-relation since implementing
1105         many-to-many joins. Use *update-records-on-make-instance* 
1106         to automatically store records on instance creation. Add many-to-many
1107         employee-address view-class.
1108         
1109 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1110         * Version 2.10.10
1111         * base/loop.lisp: Add object iteration. Use :result-type
1112         :auto for result-set. Remove 
1113         duplicate (and non-correct) code for non-list variables by
1114         simply making an atom variable into a list. 
1115         * sql/package.lisp: Remove unnecessary clsql-sys package
1116         and replace it with clsql.
1117         * sql/metaclasses.lisp: Properly store specified-type from
1118         direct-slot-definition and then store translated type in
1119         effective-slot-definition
1120         * sql/classes.lisp: Don't output type in sql-output
1121         for SQL-IDENT-ATTRIBUTE. This is in preparation for supporting
1122         [foo :integer] as fields in SELECT.
1123         * sql/query.lisp: Set default for :result-types to :auto in
1124         FDML QUERY.
1125         * sql/objects.lisp: Use specified-type when invocating 
1126         database-get-type-specifier. def-view-class macro now returns
1127         the class instance.
1128         * base/basic-sql.lisp: Make :AUTO the default value for
1129         :RESULT-TYPES for MAP-QUERY and DO-QUERY.
1130         * sql/objects.lisp: Add bigint type
1131         * test/tests-basic.lisp: Add tests for :result-types for
1132         MAP-QUERY and DO-QUERY
1133         * test/test-fdml.lisp: Add test for result-types in LOOP
1134         and also using single symbol rather than a list for variables.
1135         Add test that default :result-types is auto for FDML QUERY.
1136         * test/test-syntax.lisp: Don't expect TYPE in the SQL-OUTPUT
1137         of SQL-IDENT-ATTRIBUTE.
1138         * test/test-oodml.lisp: Enable OO loop iteration test,
1139         modify it so it doesn't depend on boolean where.
1140         
1141 4 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1142         * Version 2.10.9
1143         * sql/objects.lisp: added derived type specifier for universal time. 
1144         * sql/package.lisp: added #:universal-time to clsql-sys exports. 
1145         * tests/test-oodml.lisp: added test for translation of boolean slots 
1146         in SELECT with object queries. 
1147         
1148 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1149         * db-odbc/odbc-api.lisp: Fix changing nil to "NIL" 
1150         for odbc/postgresql backend.
1151         * db-odbc/odbc-sql.lisp: Fix ATTRIBUTE-TYPE so that
1152         it can handle NIL values from the ODBC driver
1153         * tests/benchmarks.lisp: New file with initial
1154         benchmark suite
1155         * sql/relations.lisp: fix to add subclassing support,
1156         minor optimizations [Edi Weitz]
1157         
1158 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1159         * Version 2.10.8        
1160         * base/conditions.lisp: Add *backend-warning-behavior*
1161         special variable.
1162         * db-postgresql-socket/postgresql-socket-sql.lisp:
1163         Honor value of *backend-warning-behavior*
1164         * tests/test-fdml.lisp: Remove test of raw boolean value
1165         since different backends handle this differently. Add
1166         test for :column attribute.
1167         * tests/test-oodml.lisp: Add tests for boolean slot value
1168         and for :void-value attribute
1169         * tests/test-init.lisp: Use *backend-warning-behavior*
1170         to suppress warnings from postgresql about implicitly
1171         creating primary key in tables. Add new address table.
1172         
1173 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1174         * Version 2.10.7
1175         * db-odbc/odbc-dbi.lisp: Convert TINYINT to integers when
1176         result-types is :auto
1177         * sql/objects.lisp: Properly handled writing/reading Boolean
1178         values from SQL database when retrieving objects.
1179         * test/test-fdml.lisp: Add another test for boolean results
1180         * test/utils.lisp: Fix incorrect declaration
1181         
1182 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1183         * Version 2.10.6
1184         * sql/generics.lisp: add generic function for SELECT. 
1185         * sql/objects.lisp: make SELECT a method specialisation. 
1186         * sql/classes.lisp: MAKE-QUERY now calls SELECT if the selections 
1187         referred to are View Classes. 
1188         * base/basic-sql.lisp: in DO-QUERY and MAP-QUERY, if the 
1189         query-expression arg evaluates to a list, then we have an object 
1190         query. 
1191         * tests/test-oodml.lisp: add tests for DO-QUERY and MAP-QUERY with 
1192         object queries. 
1193         * TODO: remove items done and add a todo for SELECT. 
1194         * sql/objects.lisp: SELECT takes a :field-names arg to pass on to 
1195         QUERY. 
1196         * sql/sql.lisp: add :field-names arg to QUERY. 
1197         * tests/test-fdml.lisp: minor rework to use :field-names arg to 
1198         SELECT. 
1199
1200 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk)
1201         * sql/objects.lisp: fix bug in FIND-ALL when SELECT called with 2 
1202         or more View Classes. 
1203         * sql/objects.lisp: make the :flatp argument to SELECT work with 
1204         object queries. 
1205         * sql/objects.lisp: make SELECT accept a :result-types argument 
1206         (defaults to :auto) which is passed on to QUERY.  
1207         * sql/objects.lisp: SELECT returns field-names as a second value. 
1208         * tests/test-ooddl.lisp: add flatp arg to SELECT calls as appropriate. 
1209         * tests/test-fdml.lisp: add flatp/result-types arguments to calls 
1210         to SELECT and take only first value as appropriate.
1211         * tests/test-fdml.lisp: add two new tests for query result coercion 
1212         and the field-names returned as a second value from SELECT. 
1213         * tests/test-oodml.lisp: add flatp arg to SELECT calls as appropriate. 
1214         
1215 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1216         * Version 2.10.6-pre1
1217         * sql/metaclasses.lisp: Add void-value slot
1218         * doc/csql.xml: Update def-view-class documentation
1219         * test/test-init.lisp: Change old :db-type to :db-kind.
1220         Remove old :nulls-ok attributes.
1221         * sql/objects.lisp: Add new universal-time and bigint
1222         types. Optimize reading of integers using parse-integer
1223         rather than read-from-string.
1224         * */*.lisp: Merge clsql-base-sys and clsql-base packages
1225         into clsql-base package
1226         * classic/sql.lisp: Move large object support into base, leaving
1227         classic without any functionality that is provided in the clsql
1228         system.
1229         * classic/package.lisp: Rename clsql-classic-sys package to
1230         its former nickname of clsql-classic
1231         
1232 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1233         * Version 2.10.5: SQLite backend now passes all result-types tests
1234         * clsql-sqlite.asd: Depend on clsql-uffi system
1235         * db-sqlite/sqlite-sql.lisp: Use clsql-uffi:convert-raw-field
1236         for efficiency and code reuse. 
1237         * db-sqlite/sqlite-api-uffi.lisp: Change (* :char) to (* :unsigned-char)
1238         for better cross-implementation compatibility.
1239
1240 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1241         * Version 2.10.4
1242         * sql/tables.lisp: Fix typo in CACHE-TABLE-QUERIES
1243         [Marcus Pearce]
1244         * db-postgresql/postgresql-sql.lisp: Fix foreign-string vs. cstring
1245         bug on SBCL in result-field-names function as reported by Marcus Pearce
1246         * db-sqlite/sqlite-sql.lisp: Fix  in database-store-next-row
1247         manifest in SBCL testing
1248         
1249 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1250         * Version 2.10.3
1251         * sql/database.lisp: Conform more to CommonSQL output
1252         for STATUS command [Marcus Pearce]
1253         * sql/sqlite-sql.lisp: Rework to use result-types
1254         * sql/sqlite-api-clisp.lisp: Add compatibility layer
1255         with sqlite-api-uffi.lisp so that sqlite-sql.lisp can
1256         be cleaned up of most clisp reader conditionals
1257         * sql/test-init.lisp: Now run field type tests on sqlite
1258         backend
1259         
1260 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1261         * Version 2.10.2
1262         * base/basic-sql.lisp: Set default value of :result-types 
1263         to :auto for more CommonSQL conformance. 
1264         * test/test-fdml.lisp: Add tests for numeric value of fields
1265         
1266
1267 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1268         * Version 2.10.1: New API function: CACHE-TABLE-QUERIES.
1269         * base/basic-sql.lisp, db-*/*-sql.lisp: More CommonSQL conformance.
1270         Return field names as second value for QUERY. This can be overridden
1271         for efficiency with the new keyword :FIELD-NAMES set to NIL
1272         in the QUERY invocation.
1273         * test/test-fdml.lisp: Add tests for new field-name feature
1274         * sql/metaclass.lisp: Remove old Lispworks cruft
1275         and replace it with invocation of new code in kmr-mop.lisp
1276         which actually works with Lispworks 4.2
1277         * doc/ref_clsql.xml: Document new :FIELD-NAMES keyword to
1278         QUERY function
1279         * base/db-interface.lisp: Document the multiple values
1280         returned by DATABASE-ATTRIBUTE-TYPE so matches the
1281         undocumented CommonSQL behavior. 
1282         * sql/table.lisp: Add *CACHE-TABLE-QUERIES-DEFAULT* and
1283         *DEFAULT-UPDATE-OBJECTS-MAX-LEN* variables and export them.
1284         LIST-ATTRIBUTE-TYPES now conforms to CommonSQL spec.
1285         Implement CACHE-TABLE-QUERIES.
1286         * db-odbc/odbc-sql.lisp: Fix attribute-type function
1287         * test/test-fddl.lisp: Add tests for attribute type     
1288         * db-mysql/mysql-sql.lisp: Mild optimization in accessing
1289         field structures.
1290         * base/classes.lisp: Add attribute-cache slot to database clas
1291         * base/initialize.lisp: initialize-database-type now automatically
1292         loads database-type backend as needed.
1293         * base/test-init.lisp: Utilize new initialize-database-type functionality.
1294         * TODO: remove items done
1295         
1296 30 Apr 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1297         * Version 2.9.6
1298         * sql/objects.lisp: remove create/drop-sequence-from-class. 
1299         * sql/objects.lisp: add INSTANCE-REFRESHED generic function. 
1300         * sql/objects.lisp: improved CommonSQL compatibility for
1301         UPDATE-RECORD-FROM-SLOT, UPDATE-RECORD-FROM-SLOTS,
1302         UPDATE-RECORDS-FROM-INSTANCE and DELETE-INSTANCE-RECORDS. 
1303         * sql/generics.lisp: move generics from objects.lisp to here. 
1304         
1305 29 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1306         * Version 2.9.6-pre1
1307         * db-mysql/mysql-client-info.lisp: Add client version 4.1
1308         detection
1309         * sql/sql.lisp: Make *default-database* the default for
1310         TRUNCATE-DATABASE
1311         
1312 28 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1313         * Version 2.9.5
1314         * db-mysql/mysql-sql.lisp: Fix bug in transaction capability
1315         detection
1316         * sql/objects.lisp: Commit patch from Slawek Zak to allow specifying 
1317         :metaclass in DEF-VIEW-CLASS invocation. This allows defining classes 
1318         on a metaclass specialized from standard-db-class.
1319
1320         
1321 24 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1322         * Version 2.9.4: Multiple changes to support Allegro's "modern"
1323         lisp which uses a lowercase reader and has case-sensitive symbols
1324         * sql/classes.lisp: Fix make-load-form bug for sql-ident-table
1325         exposed by case-sensitive mlisp. 
1326
1327 22 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1328         * Version 2.9.3: All tests now pass on all platforms!
1329         * LATEST-TEST-RESULTS: New file with summary of test results
1330         * sql/generics.lisp: New file for generic function definitions.
1331         * test/test-init.lisp: Display names of skipped tests.
1332         Use unwind-protect to ensure disconnect
1333         * sql/objects.lisp: Change database-type to database-underlying-type
1334         so that actual database engine is properly identified
1335         * db-odbc/odbc-api.lisp: Have default *time-conversion-function*
1336         return an ISO timestring for compatibility with other drivers.
1337         Workaround bug in MyODBC for LIST-TABLE-INDEXES
1338         * test/test-fdml.lisp: Accomodate that odbc-postgresql driver
1339         returns floating-point values for floor and truncate operations 
1340         * db-aodbc/aodbc-sql.lisp: Implement DATABASE-LIST-VIEWS
1341         * tests/test-basic.lisp: Port to regression tester
1342         * test/test-init.lisp: Output to *report-stream*
1343         * docs/appendix.xml: Document ODBC and SQLite backends.
1344         * sql/classes.lisp: Make output-sql require a database parameter.
1345         This allows SQL generation to have the proper case to support
1346         the differences in case handling between CommonSQL API,
1347         Postgresql, MySQL, Oracle.
1348         
1349 21 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1350         * Version 2.9.2: Improvments in database capability introspection
1351         and querying. Support transactions in MySQL where available.
1352         All tests now pass on MySQL and SQLite in addition to postgresql
1353         and postgresql-socket. ODBC fails only with OODDL/TIME/1 and OODDL/TIME/2.
1354         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST-VIEWS. Better support
1355         DATABASE-LIST-SEQUENCES.
1356         * clsql-uffi.asd, clsql-mysql.asd: Improve shared library loading
1357         * Database_capabilies: add HAS-VIEWS, HAS-CREATE/DESTROY-DB,
1358         HAS-BOOLEAN-WHERE, TRANSACTION-CAPABLE
1359         * tests/*.lisp: Check database capabilities and remove tests which
1360         the database backend does not support
1361         * sql/table.lisp: Add :TRANSACTIONS keyword to create table which
1362         controls whether InnoDB tables will be created when supported on
1363         the underlying MySQL server.
1364         
1365 20 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1366         * Version 2.9.0: New API function: LIST-TABLE-INDEXES,
1367         supported by all database backends (except AODBC since
1368         AODBC doesn't support index querying)
1369         * db-obdc/odbc-sql.lisp: Support DATABASE-LIST-INDEXES
1370         * db-odbc/odbc-api.lisp: Add %TABLE-STATISTICS function
1371         to support index queries
1372         * db-aodbc/aodbc-sql.lisp: Filter driver manager
1373         "information_schema" tables from LIST-TABLES
1374         * tests/test-basic.lisp: Remove table after testing
1375         * tests/test-fddl.lisp: Test LIST-TABLE-INDEXES
1376         * base/db-interface.lisp: Add DATABASE-UNDERLYING-TYPE
1377         which gets the underlying type of database -- required
1378         when dealing with ODBC databases and want to query
1379         database capabilities. Added DB-USE-COLUMN-ON-DROP-TABLES?
1380         as first database-backend specific feature. Is T on
1381         :mysql, NIL on other backends. Change DROP-TABLE to
1382         query this.
1383         
1384 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1385         * Version 2.8.2: Build changes for FreeBSD [Slawek Zak]
1386
1387 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1388         * Version 2.8.1
1389         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST function 
1390         * db-odbc/odbc-dbi.lisp: Add LIST-ALL-DATA-SOURCES function 
1391
1392 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1393         * Version 2.8.0: New API function: LIST-DATABASES
1394         * base/utils.lisp: Fix command-output on CMUCL/SBCL
1395         * db-*/*-sql.lisp: Add new database-list function
1396         * base/database.lisp: Add new LIST-DATABASES command
1397         
1398 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1399         * Version 2.7.9
1400         * db-sqlite/sqlite-sql.lisp: Fix sequence functions.
1401         * db-sqlite/sqlite-api-uffi.lisp: Print error string
1402         correctly.
1403         
1404 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1405         * Version 2.7.7
1406         * doc/csql.xml, examples/clsql-tutorial.lisp: Patch for db-kind
1407         from Eduardo Munoz.
1408         
1409 17 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1410         * Version 2.7.6
1411         * base/objects.lisp, base/classes.lisp: Patch
1412         for db-kind from Eduardo Munoz
1413         
1414 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1415         * Version 2.7.5
1416         * base/basic-sql.lisp: Fix FLATP in QUERY
1417
1418 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1419         * Version 2.7.3: Implement RECONNECT
1420
1421 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1422         * Version 2.7.2: Fix ODBC on Lispworks Windows
1423
1424 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1425         * Version 2.7.1: Fix for new ODBC backend.
1426         clsql-odbc now works on SBCL, CMUCL, OpenMCL
1427         in addition to AllegroCL and Lispworks.
1428
1429 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1430         * Version 2.7.0: New backend: ODBC. Tests as
1431         well as AODBC backend on Allegro,Lispworks.
1432         SBCL and CMUCL don't work quite yet.  Requires UFFI v1.4.11+
1433         * db-odbc/*.lisp: Add ODBC3 function SQLSetEnvAttr
1434         to explicitly set ODBC2 support. Add BIGINT support.
1435         Add result-types support. Added SQLTables.
1436         Fix array type in fetch-all-rows. Make width
1437         changable by database or query.
1438         * base/utils.lisp: Add process functions
1439         * base/package.lisp: Export utils to CLSQL-BASE-SYS
1440         * db-aodbc: Implement sequence functions,
1441         database-list-tables, database-list-attributes
1442         * tests/utils.lisp: Add support for ODBC backend,
1443         rework READ-SPECS to use +all-db-types+
1444         * db-mysql/mysql-sql.lisp: Use WITHOUT-INTERRUPTS
1445         for SEQUENCE-NEXT
1446         
1447 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1448         * Version 2.6.13. Requires UFFI version 1.4.9
1449         * db-odbc/*.lisp: Further porting.
1450         Pre-alpha code! But, basic query is now working.
1451
1452 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1453         * Version 2.6.12
1454         * base/transactions.lisp: Add quote for macro
1455         expansion of WITH-TRANSACTIONS [Time Howe]
1456         * db-sqlite/sqlite-sql.lisp: Support memory database
1457         in database-probe [Ng Pheng Siong]
1458         * db-odbc/*.lisp: Initial port to UFFI of SQL-ODBC.
1459         The DBI layer is not finished.
1460         
1461 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1462         * Version 2.6.11
1463         * sql/objects.lisp: add :root-class functionality for
1464         list-classes and add duration type support [Marcus Pearce]
1465         * db-odbc: Add mid-level [DBI] layer
1466
1467 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1468         * Version 2.6.10
1469         * db-aodbc: Add methods for generic functions, some are
1470         not yet implemented.
1471         * clsql-odbc.asd, db-odbc/*.lisp: Initial start of ODBC
1472         support
1473
1474 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1475         * Version 2.6.9
1476         * base/package.lisp: Add missing symbols [Marcus Pearce]
1477
1478 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1479         * Version 2.6.8
1480         * test/test-fddl.lisp: Cleanup fix [Marcus Pearce]
1481         * utils/time.lisp: Multiple fixes [Marcus Pearce]
1482         * sql/sql.lisp: Fix for truncate-database [Marcus Pearce]
1483         
1484 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1485         * Version 2.6.7
1486         * sql/*.lisp: Remove schema versioning cruft
1487         [Marcus Pearce]
1488         * Makefile: Add classic subdirectory
1489         
1490 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1491         * Version 2.6.6
1492         * sql/sql.lisp: Fix TRUNCATE command, bug reported
1493         by Marcus Pearce
1494         * sql/sql.lisp: Remove EXPLAIN function. Postgresql/Oracle
1495         specific and easy for an application to directly support.
1496         Idea from Marcus Pearce.
1497         * base/basic-sql.lisp: Remove DESCRIBE-TABLE top-level 
1498         API as duplicates LIST-ATTRIBUTE-TYPES [Marcus Pearce].
1499         Keep low-level interface for future optimization
1500         supporting LIST-ATTRIBUTE-TYPES command.
1501         * Makefile: Add to db-sqlite and test directories.
1502         Include them in top-level Makefile
1503         
1504 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1505         * Version 2.6.5
1506         * sql/relations.lisp: Add missing file
1507         * utils/time.lisp: Fixes/extensions [Marcus Pearce]
1508         * test/test-time.lips: New file [Marcus Pearce]
1509         
1510 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1511         * Version 2.6.4
1512         * test/test-init.lisp: Properly handle object
1513         creation. Close database after use.
1514         * sql/sql.lisp: Make DESCRIBE-TABLE a generic
1515         function so can have methods specialized on
1516         table being a string or an sql-table object.
1517         * base/pool.lisp: Really fix CMUCL locking
1518         
1519 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1520         * Version 2.6.3
1521         * test/test-init.lisp: Signal correctly
1522         if any errors occurred in any test suite
1523         * base/loop-extensions.lisp: Fix error
1524         introduced for Lispworks
1525         * base/pool.lisp: Fix locking for CMUCL
1526         * base/objects.lisp: Remove schema-version cruft
1527         
1528 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1529         * Version 2.6.2: New CLSQL API functions:
1530         DESCRIBE-TABLE AND TRUNCATE-DATABASE
1531         Currently, this are only supported on :postgresql
1532         and :postgresql-socket
1533         * base/database.lisp: automatically load ASDF system
1534         in CONNECT if not already loaded
1535         * base/tests.lisp: disconnect database after testing 
1536         * base/*.lisp: Remove CLOSED-DATABASE type in favor
1537         of storing open/closed status in slot of database
1538         * base/pool.lisp: Support locks for CMUCL, OpenMCL, SBCL
1539         * db-postgresql/postgresql-sql.lisp: add DATABASE-RECONNECT,
1540         DATABASE-DESCRIBE-TABLE
1541         * db-sqlite/sqlite-sql.lisp: Add missing slots in database
1542         * base/conditions: Remove duplicate condition
1543         * db-*/*-sql.lisp: Fill new database slot DATABASE-TYPE
1544         * base/recording.lisp: Add new :QUERY type for recording
1545         
1546 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1547         * Version 2.6.1: documentation fixes, merged
1548         classic-tests into tests
1549
1550 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1551         * Version 2.6.0 released: New API functions
1552         CREATE-DATABASE, DESTORY-DATABASE, PROBE-DATABASE
1553         * doc/ref_clsql.xml: Document new functions
1554         * base/database.lisp: New API functions
1555         * base/conditions.lisp: Added CLSQL-ACCESS-ERROR
1556         * base/utils.lisp: Fix use of position-char.
1557         Add COMMAND-OUTPUT used by backends for running
1558         external programs. Fix parsing of SQL*NET-compatible
1559         connection-specs.
1560         * base/loop-extension.lisp: Simplify package use
1561         for Lispworks and Allegro
1562         * db-*/*-sql.lisp: Added DATABASE-CREATE,
1563         DATABASE-DESTORY, PROBE-DATABASE methods
1564         * tests/test-init.lisp, clasic-tests/tests.lisp:
1565         Use destroy-database and create-database to ensure 
1566         testing with empty database
1567         * tests/test-connection.lisp: Add tests for
1568         parsing of string connection-specs
1569         * examples/run-tests.sh: New file for running
1570         test suite on all installed CL implementations
1571         * examples/clsql-tutorial.lisp: moved from
1572         doc directory
1573         * examples/dot.clsql-tests.config: New file
1574         giving an example test configuration
1575         * test/README: Add notes about rtest/ptester
1576         downloads and link to sample test configuration file.
1577         
1578 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1579         * Version 2.5.1 released:
1580         * tests/*.lisp: Rework so tests are run
1581         on multiple backends automatically based
1582         on the contents of ~/.clsql-tests.config.
1583         Reuse helper functions from classic-tests.
1584         * base/database.lisp: Support connection-spec
1585         as string for CONNECT
1586         * classic-tests/tests.lisp: Automatically
1587         load database backends as needed. 
1588         
1589 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1590         * Version 2.5.0 released:
1591         All tests for CLSQL and CLSQL-CLASSIC pass
1592         on all platforms.
1593         * base/loop-extension.lisp: Add Lispworks
1594         loop-extension. Improve type specifying on
1595         other platforms.
1596         
1597 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1598         * Version 2.4.2 released:
1599         loop extension now supported on Allegro, all
1600         CLSQL-TESTS pass on Allegro.
1601         * sql/metaclasses.lisp: Some optimization
1602         of compute-slots, be selective when
1603         ordered-class-slots needs to be called
1604         instead of class-slots
1605         * TODO: add URL with documentation on
1606         extending Lispworks LOOP form
1607         
1608 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1609         * Version 2.4.1 released: CLSQL-TESt suite passes
1610         all tests for postgresql and CMUCL, SBCL, OpenMCL.
1611         Allegro and Lispworks pass all tests except for
1612         FDML/LOOP/1 since the loop extension have not yet
1613         been ported to those implementions.
1614         * sql/metaclasses.lisp: Added new slot to standard-db-class
1615         to hold user-specified type. OpenMCL adjustments to compensate
1616         for its type-predicate function. Since AllegroCL, Lispworks,
1617         and OpenMCL have different slot orders, added compute-slots
1618         and ordered-class-slots functions so their slot order matches
1619         SBCL/CMUCL.
1620
1621 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1622         * Version 2.4.0 released: All tests for clsql-classic now finish
1623         correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for
1624         mysql, postgresql, postgresql-sockets, and sqlite backends.
1625         * db-mysql/mysql-sql.lisp: Fix array dereferencing
1626         * classic-tests/tests.lisp: Fix package name of
1627         number-to-sql-string. 
1628         * clsql.asd/clsql-tests.asd: Add support for asdf:test-op
1629         * db-sqlite/sqlite-api-{uffi,sql}.lisp: Multiple UFFI fixes,
1630         now passes tests on all support UFFI platforms.
1631         * db-postgresql-socket/postgresql-socket-api.list: Ported to 
1632         SBCL and OpenMCL
1633         * multiple: Finish renaming of :types keyword to :result-types for
1634         greater CommonSQL compatibility, including documentation
1635         * sql/basic-cmds.lisp: Remove obsolete file
1636         
1637 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1638         * Version 2.3.3 released
1639         * Fixes for sequences on mysql and sqlite [Marcus Pearce]
1640         * Fixes for uffi sqlite backend [Aurelio Bignoli / Kevin Rosenberg]
1641         * Fix for schema table [Marcus Pearce]
1642         * Add loop extension support for SBCL and OpenMCL [Marcus Pearce]
1643         * Fixes to test suite [Marcus Pearce]
1644
1645 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1646         * db-*/*-sql.lisp: Ensure that expr in
1647         database-query-result-set is a string
1648         * Documentation integration
1649         
1650 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1651         * With for Marcus Pearce's excellent work, I've merged
1652         his clsql-usql port into clsql. The original clsql
1653         interface is available in the clsql-classic package.
1654
1655 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1656         * Integrate patch from Marcus Pearce <ek735@soi.city.ac.uk>
1657         adding further support for providing backend for UncommonSQL
1658
1659 10 Mar 2004 Kevin Rosenberg (kevin@rosenberg.net)
1660         * Integrate patch from Aurelio Bignoli for SQLite backend
1661
1662 11 Nov 2003 Kevin Rosenberg (kevin@rosenberg.net)
1663         * Converted documentation to XML format
1664         * Made package installable with asdf-install
1665
1666 23 Jul 2003 Kevin Rosenberg (kevin@rosenberg.net)
1667         * Add for-each-row macro
1668
1669 12 Dec 2002 Kevin Rosenberg (kevin@rosenberg.net)
1670         * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
1671         
1672 16 Oct 2002 Kevin Rosenberg (kevin@rosenberg.net)
1673         * Add support for SBCL, OpenMCL, and SCL
1674         * Add *load-truename* to search path for clsql's
1675         compiled libraries.
1676
1677 01 Sep 2002 Kevin Rosenberg (kevin@rosenberg.net)
1678         * Rework use of file types in .asd files
1679
1680 17 Aug 2002 Kevin Rosenberg (kevin@rosenberg.net)
1681         * Add .asd definition files for ASDF users
1682
1683 31 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
1684         * Restructure directories for Common Lisp Controller v3 compatibility
1685
1686 25 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
1687         * Also change case of logical host in loader files
1688         * Rework handling of logical pathnames
1689         
1690 05 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
1691         * Change case of logical host
1692         
1693 14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
1694         * clsql-base.system: Added base package that can be used without
1695         high-level SQL commands. Used for adding support for UncommonSQL.
1696         * *.system: Reworked logical pathnames to be more consistent with
1697         Common Lisp Controller.
1698         * debian/*: Completed initial Debian support
1699         
1700 10 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
1701         * sql/classes.cl:
1702         * sql/transactions.cl:
1703         Added transaction support. Functions/macros added:
1704         with-transaction, commit-transaction, rollback-transaction,
1705         add-transaction-commit-hook, add-transaction-rollback-hook
1706
1707 04 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
1708         * sql/sql.cl:
1709         * sql/pool.cl:
1710         * sql/functional.cl:
1711         Added pool support in connect/disconnect and with-database.
1712         Removed with-db-from-pool as with-database can now works with the connections pool
1713
1714 01 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
1715         * sql/sql.cl:
1716         * sql/pool.cl:
1717         * sql/classes.cl:
1718         * sql/package.cl:
1719         Completed connection pool.
1720         Added with-db-from-pool macro.
1721         
1722 27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
1723         * Multiple files:
1724         Added initial support for connection pool
1725         * sql/transactions.cl
1726         Took transaction code from UncommonSQL and integrated
1727         into CLSQL code. See file for disclaimer about why this
1728         was added.
1729
1730 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
1731         * interfaces/postgresql/postgresql-sql.cl:
1732         Fix keyword typo in database-read-large-object
1733         * interfaces/mysql/mysql-loader.cl
1734         Fix loading on Win32
1735         * test-suite/tester-clsql.cl
1736         Fix type coercion of double-float
1737         * doc/*
1738         Added debian docbook catalog, made it the default
1739         
1740 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
1741         * interface/postgresql/postgresql-api.cl:
1742         * interface/postgresql/postgresql-sql.cl:
1743         * sql/sql.cl:
1744         * sql/db-interface.cl:
1745         Added large objects support for postgresql.
1746
1747 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
1748         * src/postgresql-socket/postgresql-socket-api.cl:
1749         Fixed find-foreign-function call, eliminated crypt warning
1750         * Makefiles:
1751         Multiple improvements
1752         * sql/usql.cl:
1753         Moved functionality from low-level interfaces to this file
1754         via generic functions
1755         * test-suite/tester.cl:
1756         Added test with acl-compat-tester, moved others to old-tests
1757         directory.
1758         
1759 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
1760         * src/usql.cl:
1761         Reinstated commented out sections
1762         * interfaces/postgresql/postgresql-loader.cl:
1763         * interfaces/mysql/mysql-loader.cl:
1764         Updated find-forieign-library support.
1765         * interfaces/postgresql-socket/postgresql-socket-package.cl:
1766         Fixed require form for Lispworks (Thanks Marc Battyani!)
1767         * interfaces/postgresql-socket/postgresql-socket-api.cl:
1768         Fixed eval of def-function for crypt library.
1769                 
1770 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1771         * Added interface to support USQL high-level rouines
1772         
1773 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1774         * Separated db-interface and conditions from sql/sql.cl
1775         * Improved foreign library loading testing
1776         * interfaces/postgresql/postgresql-api.cl
1777         Added PQisBusy function
1778         * interfaces/clsql-uffi/clsql-uffi.cl
1779         Fixed sign error for 64-bit processing
1780         
1781 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1782         * interfaces/postgresql-socket/postgresql-socket-api.cl:
1783         Fixes to read-double-from-socket. Added 64-bit integer support.
1784         * test-suite/xptest-clsql.cl
1785         Added testint for 64-bit integers
1786         * Additons to installation docs
1787         
1788 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1789         * interfaces/postgresql-socket/postgresql-socket-api.cl:
1790         Implemented direct socket reading for field type :double
1791         * Added usage information for :types to documentation
1792         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
1793         atol, atof calls
1794         * interfaces/clsql-uffi: Created new directory. Split common
1795         interface routines that use UFFI into this package. Required
1796         especially to support direct reading of 64-bit integers into
1797         bignums and bypassing temporary strings.
1798         * test-clsql.cl: Updated to test postgresql-socket's
1799         read-double-from-socket function.
1800         * test-suite/xptest-clsql.cl
1801         Started work on test suite
1802
1803 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1804         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
1805         mysql-fetch-field-direct Got :auto types working
1806         * interfaces/postgresql/postgresql-api.cl
1807         * interfaces/postgresql-socket/postgresql-socket-api.cl
1808         Added pgsql-field-types enum. Got :auto types working.
1809         * multiple-files
1810         Renamed :field-types to :types.
1811         
1812 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1813         * Added field-types parameter to query, database-query,
1814         database-query-result-set, map-query. Haven't added code
1815         to utilize field types, yet.
1816         * Changed postgresql-socket result set from cons to a structure
1817         * Updated test-clsql.cl to use automated testing with a config
1818         file
1819         * Changed return types of field accessors from cstring to
1820         (* :unsigned-char).  This prepares for being able to use specified
1821         type conversions when taking field data into lisp.
1822         * Added field-type processing for most interfaces. Not done yet.
1823         
1824 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
1825         * doc/ref.sgml: Updated MAP-QUERY example to use
1826         *read-default-float-format* (John Foderaro)
1827         * Extensive work to foreign library loaders and .system files to
1828         check for successful loading of foreign libraries.
1829         * Modified test-clsql.cl to allow more modularity and
1830         automated testing in future release.
1831         * mysql/mysql-sql.lisp: Added field types
1832         
1833 01 Jan 2002 Kevin Rosenberg (kevin@rosenberg.net)
1834         * mysql/mysql-sql.lisp:
1835         - Added support for Allegro CL and Lispworks using UFFI layer
1836         - Changed database-connect to use mysql-real-connect. This way,
1837           can avoid using double (unwind-protect)
1838         - Changed database-connect to have MySQL library allocate space
1839           for MYSQL structure. This will make the code more robust in
1840           the event that MySQL library changes the size of the mysql-mysql
1841           structure.
1842
1843