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