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