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