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