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