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