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