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