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