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