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