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