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