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