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