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