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