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