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