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