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