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