58c270f8faf07374084759e0b27cafee2eb42f32
[clsql.git] / ChangeLog
1 2010-02-08  Kevin Rosenberg <kevin@rosenberg.net>
2         * Version 5.0.2
3         * sql/database.lisp: Fix missing slot-accessor 
4         (Thanks to Stelian Ionescu)
5         * sql/generics.lisp: Add missing keyword to defgeneric
6         (Thanks to Stelian Ionescu)
7
8 2010-02-07  Kevin Rosenberg <kevin@rosenberg.net>
9         * Version 5.0.1
10         * sql/{base-classes,database}.lisp: Add encoding slot for 
11         non-ASCII strings.
12         * db-mysql/mysql-sql.lisp: Use UFFI:FOREIGN-ENCODED-OCTET-COUNT.
13         Requires UFFI version 1.8.2 or above.
14
15 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
16         * Version 5.0.0: First release of CLSQL to formally and
17         consistently support non-ASCII strings with encoding of external
18         formats for SQL strings. UFFI version 1.8.1 is higher is required.
19
20         This change may introduce some differences in string handling for
21         people who are using non-ASCII encoded characters.  Thus, because
22         of the risk of BACKWARD INCOMPATIBILITY, the major version number
23         was incremented with this release.
24
25 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
26         * tests/test-i18n.lisp: Bind UFFI:*DEFAULT-EXTERNAL-FORMAT*
27         for testing multibyte encodings.
28         * uffi/clsql-uffi.lisp: Changes for UFFI 1.7.4's new support
29         for encoding foreign strings with a specified external format.
30
31 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
32         * sql/metaclasses.lisp: If no declared slot type in
33         compute-lisp-type-from-specified-type, then use t as lisp type.
34         Issue noted when testing Clozure CL 1.4.
35
36 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
37         * tests/test-init.lisp: Turn off the benign console notices for
38         testing on postgres.
39
40 2010-02-05  Kevin Rosenberg <kevin@rosenberg.net>
41         * clsql-test.asd, tests/{test-i18n,test-init}.lisp:
42         Load test-i18n.lisp and use its tests as long as 'uffi:no-i18n is
43         not present in cl:*features*. This requires UFFI 1.7.2 or above.
44
45 2010-02-05  Kevin Rosenberg <kevin@rosenberg.net>
46         * sql/utils.lisp: Reading #\no-break_space causes an
47         error for non-unicode SBCL. Conditionalize read of
48         #\no-break_space for non-unicode SBCL and 8-bit string
49         Allegro.
50
51 2010-02-03  Kevin Rosenberg <kevin@rosenberg.net>
52         * tests/test-init.lisp: Add *test-report-width* variable
53         and word-wrap skipped test reason field.
54
55 2010-01-29  Kevin Rosenberg <kevin@rosenberg.net>
56         * Version 4.3.3
57         * clsql-cffi.asd: New file that causes CLSQL to use
58         CFFI-UFFI-COMPAT library rather than UFFI. Perform 'asdf:load-op
59         on CLSQL-CFFI rather than CLSQL system to use CFFI-UFFI-COMPAT.
60
61 2010-01-29  Nathan Bird  <nathan@acceleration.net>
62         * tests/*.lisp: A lot more tests and test setup tweaks.
63         * sql/expressions.lisp: output-sql on sql-relational-exp does
64         better arity checking now. (apply #'sql-and some-list) gives
65         better results.
66
67 29 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
68         * sql/oodml.lisp: Fix for UPDATE-RECORD-FROM-SLOTS for normalized
69         view classes
70
71 28 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
72         * Version 4.3.2
73         * Change "normalise" from British spelling for consistency with
74         other American spellings in CLSQL.
75
76 28 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
77         * db-mysql/Makefile: Add directory for Fedora 11/12 on 64-bit
78         platform (Thanks to Michael Pheasant) and remove a 32-bit directory
79
80 28 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
81         * Version 4.3.1
82         * sql/utils.lisp: Ensure Lispworks 6 lock is created in sharing mode
83
84 20 Jan 2009  Nathan Bird <nathan@acceleration.net>
85         * Version 4.3.0
86         * Rewrite tests to use datasets
87
88 07 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
89         * sql/utils.lisp: Changes to support Lispworks 6
90
91 10 Dec 2009  Kevin Rosenberg <kevin@rosenberg.net>
92         * Version 4.2.0
93         * doc/ref-ooddl.lisp: Add needed CDATA escapes
94         * doc/clsql.pdf, doc/html.tar.gz: Build new manuals with
95         normalized view classes.
96
97 10 Dec 2009  Kevin Rosenberg <kevin@rosenberg.net>
98         Large patch from Thijs Oppermann <thijso+clsql@gmail.com> to add
99         support for normalized view classes.  When having view class that
100         inherit from others, CLSQL by default builds tab all the columns
101         from the parent in the child. This patch is meant to normali so
102         that a join is done on the primary keys of the concerned tables to
103         get a set.
104
105 10 Dec 2009  Kevin Rosenberg <kevin@rosenberg.net>
106         * sql/time.lisp: Patch from Oleg Tihonov to SYNTAX-PARSE-ISO-8601
107         to properly parse fractions of seconds.
108
109 10 Dec 2009  Kevin Rosenberg <kevin@rosenberg.net>
110         * sql/time.lisp: Patch from Oleg Tihonov to roll function
111         to properly use USEC argument.
112
113 21 Nov 2009  Kevin Rosenberg <kevin@rosenberg.net>
114         * Version 4.1.2
115         * Makefiles: On 64-bit Linux systems, try to build both 32 and 64-bit
116         interface libraries. This requires the installation of multiarch build tools
117         as well as 32-bit support libraries (libc, libz and libmysqlclient).
118
119 04 Sep 2009  Kevin Rosenberg <kevin@rosenberg.net>
120         * Version 4.1.1
121         * sql/fdml.lisp: Rework do-query to use supplied database
122         parameter when passed a sql-object-query
123         (thanks to JTK <jetmonk@gmail.com>)
124         * sql/generic-postgresql.lisp: Allow optional connect
125         parameters for postgresql databases (thanks to Stephen Compall)
126         * doc/ref-{clsql,connect}.xml, sql/db-interfaces.lisp:
127         Fix transposed letters (thanks to Stephen Compall)
128         * db-mysql/Makefile: Add directory for MacPorts mysql5 port
129         (thanks to Stephen Compall)
130         * sql/database.lisp: Have database-type default be
131         *default-database-type* (thanks to Desmond O. Chang)
132         * sql/transactions.lisp: Improved handlining of nested
133         transactions (thanks to Eli Naeher)
134         * sql/time.lisp: Commit patch to fix parse-iso-8601-duration
135         (thanks to Stephen Compall)
136         * sql/database.lisp: Use :verbose nil for asdf:operate
137         invocation (Thanks to Mackram Raydan)
138         * sql/metaclasses.lisp: Rework initialize-instance for
139         view-class-direct-slot-definition (thanks to Stephen Compall)
140
141 31 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
142         * sql/db-interface.lisp: Fix spelling error (thanks to
143         David Thompson)
144         * clsql-mysql.asd/db-mysql/mysql-loader.lisp: Commit
145         patch from Andreas Franke to honor windows drive letter
146         when loading clsql_mysql C library.
147
148 31 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
149         * Version 4.1.0
150         * db-mysql/mysql-{sql,api}.lisp,db-mysql/clsql_mysql.c:
151         Latest version of mysqlclient once again changed the C
152         structures from which the mysql backend reads data.
153         Rather than adding yet another structure definition which
154         is enabled by the client version as read by mysql-client-info.lisp,
155         the mysql backend has been re-written to ignore in the internal
156         C structures. Instead, C wrapper functions for slot access have
157         been added to clsql_mysql.c and are used by mysql-sql.lisp to
158         access the internals of C structures. This adds a bit of overhead,
159         but completely separates the lisp code from trying to keep up
160         with the continually changing internal C structure of mysql.
161         All tests in the test suite executed correctly with this change.
162
163 31 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
164         * Version 4.0.6
165         * sql/database.lisp: Fix syntax on process-lock (thanks to
166         Stian Sletner)
167         * db-mysql/mysql-sql.lisp: Allow use of database parameter
168         in database-list function (thanks to Michael Pheasant)
169         * sql/oodml.lisp: Allow NULL values for floating-point fields
170         (thanks to Jan Rychter)
171
172 02 Jun 2009  Kevin Rosenberg <kevin@rosenberg.net>
173         * Version 4.0.5
174         * sql/database.lisp: Add process-lock for deleting database from
175         a pool (thanks to Ralf Mattes).
176
177 25 Feb 2008  Kevin Rosenberg <kevin@rosenberg.net>
178         * Version 4.0.4
179         * sql/expressions.lisp: Remove stray form (thanks to Samuel Ward)
180
181 12 Dec 2007  Kevin Rosenberg <kevin@rosenberg.net>
182         * sql/expressions.lisp: Bind *in-subselect* when outputting
183         selections (patch from unknown source).
184         
185 11 Dec 2007  Kevin Rosenberg <kevin@rosenberg.net>
186         * Version 4.0.3
187         * sql/metaclasses.lisp: Unify base-table processing by extracting 
188         the correct code from initialize-instance :around into the helper
189         function set-view-table-slot. Call that function also in
190         reinitialize-instance :around replacing erroneous code discovered
191         by Josh Feinstein.
192         
193 17 Nov 2007  Kevin Rosenberg <kevin@rosenberg.net>
194         * BUGS: Add note about benefit of using configure file to create
195         Makefiles (suggestion from Joe Corneli)
196         
197 22 Oct 2007  Kevin Rosenberg <kevin@rosenberg.net>
198         * Version 4.0.2
199         * db-postgresql/postgresql-sql.lisp: Patch from Gabriele Favalessa based on
200         Andrew Golding suggestion for more informative :error-id slot.
201         
202 17 Sep 2007  Kevin Rosenberg <kevin@rosenberg.net>
203         * Version 4.0.1
204         * db-mysql/mysql-sql.lisp: Convert query to uffi cstring (thanks to
205         Albert Krewinkel).
206         * doc/Makefile, doc/html.xsl: Change output encoding from ISO-8859-1 to UTF-8
207         
208 14 Sep 2007  Kevin Rosenberg <kevin@rosenberg.net>
209         * Version 4.0.0: Major version increase to warn of potential
210         backwards incompatibility.
211         * NEWS: Document potentional backward incompatible changes
212         * db-mysql/mysql-sql.lisp: Changes session SQL mode to ANSI immediately
213         after connecting. This may break compatibility with some applications
214         who are using non-ANSI features with MySQL. This change is required to
215         properly support view-classes using a string as their :base-table
216         attribute. This allows users to specify the case of table names. 
217         This is feature is even more essential for MySQL itself since MySQL
218         uses case-sensitive table names. Use connection-based database-create
219         and database-destroy rather than trying to invoke command-line mysql 
220         utility. Remove automatic upcasing of strings from list-indices. 
221         * db-postgresql/postgresql-sql.lisp: Use connection-based 
222         database-create and database-destroy rather than trying to invoke
223         command-line utilities.
224         * db-postgresql-socket/postgresql-socket-sql.lisp: Use
225         database-execute-command rather than execute-command for
226         database-{create,destroy}. Connect to postgres database
227         rather than template1 for those database creation/deletion.
228         * sql/metaclasses.lisp: Store the string value of :base-table if a 
229         string is provided. Perform sql-escape at time of view-table name
230         creation.
231         * tests/test-init.lisp: Use "ej_join" as a string, rather than a 
232         symbol, since "ej_join" is specified as :base-table. Clear the
233         expression output-cache in case the code for generating sql output
234         has changed.
235         * test/test-oodml.lisp: whitespace fix
236         * sql/ooddl.lisp: Use quoted string for primary key constraint if
237         table name is specified as a string.
238         * sql/oodml.lisp: Don't convert a string view-table name to database's 
239         default case.
240         * sql/expressions.lisp: Properly handle table and attribute identifiers
241         when they are a string. Do not change case of symbols to match database
242         default case.
243         * sql/operations.lisp: Change multiword symbols to upper case.
244         * sql/fddl.lisp: Quote base-table if a string to preserve case
245         for drop-table and create-table.
246         * tests/test-syntax.lisp: Add tests of low-level string attribute
247         identifiers.
248         
249 20 Jul 2007  Kevin Rosenberg <kevin@rosenberg.net>
250         * Version 3.8.6
251         * db-oracle/oracle-loader.lisp: Rework use of ORACLE_HOME directory
252         (problem noted on clsql-devel by icardo Boccato Alves)
253         * sql/pool.lisp: Remove incorrect keyword
254         * sql/database.lisp: Rework WITH-DATABASE to not make the database the
255         default database (reported by Saurabh Nanda and Chaitanya Gupta)
256         * doc/ref-connect.lisp: Update the documentation to WITH-DATABASE to
257         emphasis that make-default has a default value of nil.
258         * sql/transaction.lisp: Adjust commit/rollback messages for Microsoft
259         SQL Server. (patch from Nathan Bird)
260         * sql/metaclasses.lisp: Use finalize-inheritance hack on SBCL because
261         of trouble with def-view-class compilations (patch from Nathan Bird)
262         
263 15 Jul 2007  Kevin Rosenberg <kevin@rosenberg.net>
264         * Version 3.8.5
265         * db-mysql/mysql-loader.lisp: Revert previous change since libmysql is
266         not dynamically loaded on Windows
267         
268 22 Jun 2007  Kevin Rosenberg <kevin@rosenberg.net>
269         * Version 3.8.4
270         * db-mysql/mysql-loader.lisp: Do not bother loading libmysqlclient since
271         that library is dymically linked to clsql-mysql library. Thus, the mysql
272         library will be automatically loaded. This has only been tested on Linux,
273         thus far.
274
275 29 May 2007  Kevin Rosenberg <kevin@rosenberg.net>
276         * tests/test-fddl.lisp: Add :order-by for :fddl/big/1 as
277         reported by Ricardo Boccato Alves
278
279 02 May 2007  Kevin Rosenberg <kevin@rosenberg.net>
280         * sql/database.lisp: Add ability of WITH-DATABASE to return
281         multiple values (patch from Liam Healy)
282         
283 25 Apr 2007  Kevin Rosenberg <kevin@rosenberg.net>
284         * Version 3.8.3
285         * doc/connect.xml: variable description fix by Liam Healy
286         * db-sqlite3/sqlite3-api.lisp, uffi/clsql-uffi-loader.lisp:
287         Apply patches from Marcus Pierce to reduce load-time warnings
288         * sql/package.lisp: Export iso-timestring as requested by Kevin Blaisdell
289
290 23 Mar 2007  Kevin Rosenberg <kevin@rosenberg.net>
291         * Version 3.8.2
292         * sql/db-postgresql-socket-api.lisp: Change read-socket-sequence to
293         disable wide characters for crypt salt sequence on SBCL, based
294         on patch from Lars Nostdal.
295
296 26 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
297         * Version 3.8.1
298         * sql/pool.lisp: Test pooled connection when popped from
299         the pool to ensure the connection still works. Currently, implemented
300         only for MySQL.
301
302 17 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
303         * db-mysql/Makefile: Add potential mysql directories
304
305 31 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
306         * sql/metaclasses.lisp: Remove usused saved-initargs
307         * clsql.asd: Also check ~/.clsql-init.lisp at load-time (usually used to
308         push search libraries)
309         
310 30 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
311         * Version 3.8.0: BACKWARD INCOMPATABLE CHANGE!
312         * db-postgresql/postgresql-{api,loader,sql,package}.lisp:
313         Apply patch from Edi Weitz to avoid conflict with new Lispworks 5
314         POSTGRESQL package name. CLSQL's new package will be PGSQL, however
315         on non-Lispworks platforms, the nickname POSTGRESQL will still be
316         available. Applications directly using low-level POSTGRESQL package
317         are recommended to use the new PGSQL name.
318         * db-oracle/oracle-{api,sql}.lisp, sql/{expressions,loop-extension}.lisp,
319         Apply patch from Edi Weitz to reduce compiler warnings.
320         
321 28 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
322         * Version 3.7.9
323         * sql/expressions.lisp: Commit patch from Edi Weitz to
324         use *default-database* for SQL-OUTPUT if no database is
325         explicitly passed to function.
326         * uffi/clsql-uffi-loader.lisp: Change load order to first try
327         plain name/type before attempting user-specified paths (patch
328         from Edi Weitz)
329         * uffi/ptrbits.c: New file to return number of bits in an pointer
330         * uffi/Makefile: use intbits to name .so file based on bit size.
331         Build both 32-bit and 64-bit libraries on 64-bit platform.
332         
333 30 Nov 2006  Kevin Rosenberg <kevin@rosenberg.net>
334         * Version 3.7.8
335         * db-sqlite3/sqlite3-sql.lisp: Commit patch from Edi Weitz fixing
336         error display
337
338 16 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
339         * Version 3.7.7
340         * db-postgresql/postgresql-sql.lisp: Remove 
341         uffi:convert-foreign-to-native wrapper since using cstring for
342         PQresultErrorField
343
344 16 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
345         * Version 3.7.6
346         * db-postgresql/postgresql-api.lisp: Fix UFFI return type for
347         PQresultErrorField foreign function.
348
349 16 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
350         * Version 3.7.5
351         * doc/intro.xml: Update supported platforms.
352         * db-postgresql/postgresql-{package,api,sql}.lisp: Apply
353         changes from Andew Golding to use a more-specific error code
354         from PostgreSQL than the generic fatal error code of the result set.
355
356 03 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
357         * sql/syntax.lisp: Commit patch from Marcus Pearce to improve
358         readtable modifications
359
360 02 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
361         * sql/syntax.lisp: Check that original reader syntax functions
362         stored before trying to restore them.
363         
364 20 Sep 2006  Kevin Rosenberg <kevin@rosenberg.net>
365         * sql/syntax.lisp: Apply patch from Marcus Pearce to correctly
366         display sql reader syntax.
367
368 06 Sep 2006  Kevin Rosenberg <kevin@rosenberg.net>
369         * uffi/clsql-uffi-loader.lisp, db-mysql/mysql-loader.lisp: Change from using *features*
370         to decide on 64-bit platform and check size of most-positive-fixnum instead.
371         Needed to support clisp amd64.
372
373 03 Sep 2006  Kevin Rosenberg <kevin@rosenberg.net>
374         * Version 3.7.1
375         * sql/metaclasses.lisp: Rework slot type's to be more AMOP
376         compatibile. Add warning for a metaclass condition that should
377         not occur.
378         * sql/time.lisp: Fixed symbol case inconsistency causing problem
379         in AllegroCL's modern lisp. First sign of bug noted by
380         Joel Reymond on clsql-devel.
381         * clsql.asd: Make time.lisp depend on utils.lisp
382
383 31 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
384         * db-mysql/mysql-loader.lisp: Apply patch from Marcus Pearce to push 
385         *library-file-dir* to CLSQL's library path.
386
387 30 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
388         * Version 3.7.0: New platforms supported: SBCL/Win32, CLISP/Win32, CLISP/Cygwin,
389         CLISP/Linux x86, CLISP/Linux amd64, OpenMCL amd64. CLISP support requires the
390         latest development versions of CLISP, cffi, and cffi-uffi-compat packages.
391         * Makefile.common: Add OS detection
392         * uffi/make.sh, db-mysql/make.sh: Remove files
393         * uffi/Makefile, db-mysql/Makefile: Add support for cygwin compilation.
394         Refactor to remove need to make.sh shell scripts. 
395         * clsql.asd: Add support for loop extensions for clisp. Support clisp via cffi.
396         * sql/loop-extension.lisp: Define loop-record-iteration-path in CLSQL-SYS 
397         package rather than CL-USER. Add support for ansi-loop on clisp. 
398         * sql/ansi-loop.lisp: New file to support iteration on clisp. 
399         * db-mysql/mysql-api.lisp: Remove old mysql C API functions that no
400         longer exist in the mysql client library.
401         * doc/ref-fdml.lisp: Correct default field-type.
402         * sql/expressions.lisp: Use database-output-as-type if value exists for boolean output.
403         Fixed bug with noted with MySQL 5.0.24 and boolean values.
404         
405 28 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
406         * Version 3.6.7
407         * sql/oodml.lisp: Remove high debugging level declaration
408
409 14 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
410         * Version 3.6.6
411         * sql/generic-postgresql.lisp: Fix assumption that postgres user id
412         is always 1. Fixes problem noted with PostgreSQL 8.1.
413
414 12 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
415         * Version 3.6.5
416         * sql/generic-postgresql.lisp: Add slot for has-table-pg_roles to
417         lazily cache if pg_roles tables exist. Selectively use SQL from
418         Joel's previous patch if pg_roles table exists. Should now work
419         with both postgresql 7.4 and 8.x.
420         
421 12 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
422         * Version 3.6.4
423         * clsql.asd: Add support for c:\etc\clsql-init.lisp as possible
424         local initialization file
425         * db-mysql/mysql-loader.lisp: Remove former method of using pathnames
426         as name candidates.
427         * db-odbc/odbc-api.lisp: Work-around Allegro/Windows FFI bug
428         that generates incorrect integer return type
429         * sql/generic-postgresql.lisp: Revert patch from Joel Reymont since
430         it fails on versions of postgresql that lack the pg_role table
431         
432 07 Jul 2006  Kevin Rosenberg <kevin@rosenberg.net>
433         * Version 3.6.3
434         * sql/transactions.lisp: Important typo fix from Alexey Antipov
435         for database-start-transaction
436         
437 04 Jul 2006  Kevin Rosenberg <kevin@rosenberg.net>
438         * Version 3.6.2
439         * db-postgresql/postgresql-sql.lisp: Apply patch from Vladimir Sekissov
440         to close connection when failing to connect to database.
441         * sql/generic-postgresql.lisp: Apply patch from Joel Reymont
442         to avoid dropping system views.
443         * sql/oodml.lisp: Apply patch from Joel Reymont to avoid listify
444         a nil value [patch sponsored by Flektor]
445         * clsql-uffi.asd, uffi/make.sh: Patch from Richard Kreuter
446         for netbsd compilation
447         
448 15 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
449         * doc/ref-ooddl.xml: Add documentation for :db-reader and :db-writer
450         slots for def-view-class macro [as reported missing by Thomas Fischbacher].
451         
452 09 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
453         * db-postgresql-socket/postgresql-socket-api.lisp:
454         Apply patch from Marko Kocic adding the socket creation
455         function needed for CLISP.
456
457 08 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
458         * Version: 3.6.0 (requires UFFI v1.5.11 or greater)
459         * db-oracle/metaclasses.lisp: Patch from James Bielman for
460         checking slot constraints.
461         * db-oracle/oracle-{api,sql}.lisp: Avoid dead pointers on loading
462         saved openmcl images (based on patch from James Bielman)
463
464 06 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
465         * doc/ref-fdml.xml: Documentation patch from Marcus Pearce for limit keyword
466         
467 03 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
468         * Version 3.5.7
469         * sql/time.lisp: Apply patch from Aleksandar Bakic to extended
470         duration parsing and unparsing to include year and month.
471         * clsql-uffi.asd, uffi/clsql-uffi-loader.lisp: Apply patch from Nathan Bird
472         improving library search on Windows platform.
473         * doc/ref-fdml.xml, /doc/TODO, tests/test-fdml.lisp, tests/test-init.lisp:
474         Apply patch from Marcus Pearce documenting and testing :limit and :offset for SELECT
475
476 20 Mar 2006  Kevin Rosenberg <kevin@rosenberg.net>
477         * Version 3.5.6
478         * clsql-postgresql-socket.asd, 
479         * db-postgresql-socket/postgresql-socket-package.lisp: 
480         Use the cl-md5 package on all platforms. Based on report 
481         from Alan Caulkins.
482         
483 09 Mar 2006  Kevin Rosenberg <kevin@rosenberg.net>
484         * Version 3.5.5
485         * uffi/make.sh, db-mysql/make.sh: Add GNU uname
486         
487 28 Feb 2006  Kevin Rosenberg <kevin@rosenberg.net>
488         * Version 3.5.4
489         * sql/metaclasses.lisp: Apply patch from Friedrich Dominicus to
490         fix accessor for new versions of SBCL
491         * db-oracle/oracle-sql.lisp: Apply patch from James Bielman
492         to improving parsing of time.
493         * db-db2/db2-constants.lisp: Change NULL_HANDLE has suggested
494         by Harold Lee.
495         * db-oracle/oracle-dbi.lisp: Add support for SQL BIT type
496         as noted by Russ Tyndall.
497         
498 16 Jan 2006  Kevin Rosenberg <kevin@rosenberg.net>
499         * Version 3.5.3
500         * sql/time.lisp: Commit patch from Aleksandar Bakic
501         to properly handle destructive flag
502         * db-postgresql-socket/postgresql-socket-api.lisp: Apply patch
503         from Steven Harris for socket files with SBCL.
504         * sql/pool.lisp: Apply patch from Vladimir Sekissov so that
505         new connections added to the pool do not become the *default-database*
506         * sql/connect.lisp: Optionally set *default-database* for pooled
507         connection when make-default is generalized true.
508         
509 23 Dec 2005  Kevin Rosenberg <kevin@rosenberg.net>
510         * Version 3.5.1
511         * sql/expressions.lisp: Ensure table names are properly escaped
512         before comparing -- fixes bug reported by Asbjørn Bjørnstad
513         on CLSQL-Devel.
514
515 02 Dec 2005  Kevin Rosenberg <kevin@rosenberg.net>
516         * sql/generic-postgresql.lisp: improved decoding of table attribute
517           parameters [from Vladimir Sekissov]
518         * sql/metaclasses.lisp: check that metaclass is standard-db-class or
519           it's subclass to prevent adding standard-db-object to supers if
520           somebody in the path has it already when metaclass inherited from
521           standard-db-class. [from Vladimir Sekissov]
522         
523 26 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
524         * Version 3.5.0
525         * tests/test-init.lisp, tests/test-fddl.lisp, tests/test-fdml.lisp, 
526         * db-odbc/odbc-api.lisp, db-odbc/odbc-ff-interface.lisp,
527         * db-odbc/odbc-package.lisp, db-odbc/odbc-constants.lisp
528         * db-odbc/odbc-dbi.lisp, db-odbc/odbc-sql.lisp
529         * sql/fddl.lisp, sql/generic-odbc.lisp, sql/db-interface.lisp
530         * sql/transaction.lisp, sql/package.lisp, sql/time.lisp
531         Commit patch from Dominic Robinson providing support for 
532         Microsoft SQL Server
533         * doc/csql.lisp: Fix typo in slot name
534         
535 24 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
536         * Version 3.4.7
537         * sql/time.lisp: Commit patch from Aleksandar Bakic for
538         correct handling of decode-time usec value  
539         * clsql-mysql.asd: Commit patch from Harald Hanche-Olsen to
540         correct the name of the shared library file.
541         
542 16 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
543         * version 3.4.6
544         * sql/metaclasses.lisp: Avoid calling change-class on
545         effective-slot-definitions on sbcl to conform to sbcl 0.9.6.38
546         changes.
547         
548 15 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
549         * Version 3.4.5
550         * sql/expressions.lisp: Patch from James Biel to add subselects
551
552 14 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
553         * Version 3.4.4 [ Requires UFFI 1.5.7+] 
554         * db-oracle/oracle-{api,sql}.lisp: Patch from James Biel
555         to fix lifetime of foreign strings for Oracle calls
556
557 13 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
558         * Version 3.4.3
559         * db-oracle/oracle-{api,sql}.lisp: Patch from James Biel
560         to improve performance
561         
562 12 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
563         * Version 3.4.2
564         * clsql-uffi.asd: Patch from James Biel improving loading
565         * db-oracle/oracle-{api,sql}.lisp: Patch from James Biel
566         to support 64-bit lisps
567         
568 12 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
569         * Version 3.4.1
570         * sql/expressions.lisp: Escape numbers to SQL strings
571         at expression level.
572         
573 11 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
574         * Version 3.4: Add MySQL 5 support
575         * db-mysql/mysql-client-info.lisp: Recognize MySQL 5
576         * db-mysql/mysql-sql.lisp: Add support for views in MySQL 5
577         * doc/mysql-macosx-notes.txt: New document from Martin Brooks
578         
579 7 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
580         * src/time.lisp: Apply patch from Aleksandar Bakic for ROLL
581         function.
582         * BUGS: Added report for update-object-joins by Aleksandar Bakic
583         
584 4 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
585         * Version 3.3.4 [UFFI >= 1.5.5 needed]
586         * db-odbc/odbc-api.lisp: Apply patch from Yaroslav Kavenchuk
587         to add missing #\' character.
588         * clsql.asd: Add support for CLSQLINIT environmental variable,
589         based on patch from Yaroslav Kavenchcuk. New version of UFFI
590         required.
591         
592 30 Oct 2005  Kevin Rosenberg <kevin@rosenberg.net>
593         * Version 3.3.3
594         * sql/oodml.lisp: Apply patch from Drew Crampsie to fix
595         update-objects-joins when using the :target-slot attribute
596         
597 26 Oct 2005  Kevin Rosenberg <kevin@rosenberg.net>
598         * Version 3.3.2
599         * sql/expressions.lisp: Avoid parenthesis on multiple group-by fields
600         as noted by Harald Hanche-Olsen.
601         * tests/test-syntax.lisp: Add test for multiple field group-by
602         
603 25 Oct 2005  Kevin Rosenberg <kevin@rosenberg.net>
604         * Version 3.3.1
605         * sql/time.lisp: Commit patch from Alan Shields to
606         display escape string on wall-time display only when *print-escape*
607         is true.
608         
609 11 Oct 2005  Kevin Rosenberg <kevin@rosenberg.net>
610         * sql/metaclasses.lisp: Commit patch from Will to
611         properly set db-reader slot in effective-slot-definition
612         * sql/expressions.lisp: Commit patch from Alan Shields
613         adding make-load-form for sql-relational-exp
614         * sql/generic-postgresql.lisp: Commit patch from Aleksandar Bakic
615         adding support for new NUMBER type
616         
617 17 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
618         * Version 3.3.0
619         * sql/time.lisp: Apply patch from Alan Shields adding DATE type.
620         * doc/ref-ooddl.xml: Documentation of new type
621         * notes/add-type-hints.txt: New file from Alan Shields
622         * sql/fddl.lisp: Add owner keyword to drop-table as suggested
623         by Francis Leboutte
624         * db-postgresql-socket/postgresql-socket-sql.lisp: Fix database-probe
625         as noted by Francis Leboutte. Similar fix applied to db-mysql and
626         db-postgresql.
627         * sql/expressions.lisp: Allow string table names for output as
628         contributed by Francis Leboutte.
629         * examples/clsql-tutorial.lisp: Support :postgresql-socket as noted 
630         by Francis Leboutte
631         
632 08 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
633         * Version 3.2.4
634         * doc/into.xml: Change download from ftp to http protocol
635
636 08 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
637         * Version 3.2.3
638         * db-oracle/oracle-sql.lisp: Correction for v3.2.2 changes by
639         Edi Weitz
640
641 08 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
642         * Version 3.2.2
643         * db-oracle/oracle-sql.lisp: Add check for zero increment as
644         suggested by Edi Weitz. Add missing database-sequence-last function
645         as noted and tested by Edi Weitz. Ensure that UFFI buffer is freed
646         in handle-oci-error. Add unwind-protect to sql-stmt-exec. Free UFFI
647         stmthp object when query cursor is freed with OCI.
648
649 22 Aug 2005  Kevin Rosenberg <kevin@rosenberg.net>
650         * uffi/clsql-uffi-loader.lisp: Commit patch from astor@pvv.ntnu.no to
651         display search path when error occurs loading foreign library.
652         
653 05 Jul 2005  Kevin Rosenberg <kevin@rosenberg.net>
654         * Version 3.2.1
655         * doc/appendix.xml: Incorporate Edi Weitz's notes into documentation
656         with changes to support case-sensitive lisp implementations. Add
657         paragraph on using /etc/clsql-init.lisp site initialization file.
658         * clsql.asd: Load file /etc/clsql-init.lisp, if it
659         exists, after package is loaded to set site-specific configuration
660         
661 2005-06-24  Edi Weitz  <edi@agharta.de>
662         * sql/db-interface.lisp: Added new special variable
663         *FOREIGN-LIBRARY-SEARCH-PATHS* and function PUSH-LIBRARY-PATH to
664         manipulate it.
665         * sql/package.lisp: Export these.
666         * uffi/clsql-uffi-loader.lisp: Used new variable; changed order of
667         libs.
668         * db-mysql/mysql-loader.lisp: Changed order of libs.
669
670 09 Jun 2005 Kevin Rosenberg <kevin@rosenberg.net>
671         * Version 3.2.0: REQUIRES UFFI VERSION 1.4.38 OR HIGHER
672         * clsql-mysql.asd: Renamed clsql/mysql interface library from
673         mysql to clsql_mysql
674         * clsql-uffi.asd: Renamed clsql/uffi interface library from
675         mysql to clsql_uffi
676         * uffi/clsql_uffi.c: Renamed from uffi.c
677         * db-mysql/clsql_mysql.c: Renamed from mysql.c
678         * db-mysql/Makefile, db-mysql/Makefile.msvc, db-mysql/mysql-loader.lisp: Rename shared library
679         * uffi/Makefile, uffi/Makefile.msvc, uffi/uffi-loader.lisp: Rename shared library
680         * db-*/*-loader.lisp: Commit big patch from Edi Weitz to remove
681         absolute pathnames when searching for foreign libraries.
682         foreign library loading.
683         
684 07 Jun 2005 Kevin Rosenberg <kevin@rosenberg.net>
685         * Version 3.1.16
686         * db-mysql/mysql-api.lisp: Commit patch from Espen Wiborn
687         to support UTF-8 on sbcl unicode.
688         
689 18 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
690         * Version 3.1.15
691         * sql/time.lisp: Fix bug in roll that caused failure in test suite
692
693 17 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
694         * Version 3.1.14
695         * sql/oodml.lisp: Properly handle when db-writer is NIL
696
697 11 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
698         * sql/expressions.lisp: Avoid using simple-string declaration when
699         a non-simple string may be encountered. [issue noted by 
700         will@cesmail.net] Add a simple-string declaration for a local
701         string generated.
702         
703 06 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
704         * sql/oodml.lisp: Change db-writer and db-reader processing to accept
705         a symbol as well as function to serve as a function designator
706         [issue noted by will@cesmail.net]
707
708 05 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
709         * Version 3.1.13
710         * sql/time.lisp: Fix error in submitted patch which caused error
711         in timestrings with 19 or less characters.
712         
713 27 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
714         * Version 3.1.12
715         * db-postgresql-socket/postgresql-api.lisp: Commit patch from Tim Howe
716         to fix read-socket-sequence on non-sb-unicode sbcl.
717         
718 26 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
719         * Version 3.1.12
720         * sql/time.lisp: Commit patch from Daniel Lowe which adds support
721         for fractional seconds which is required by PostgreSQL
722         * db-postgresql/postgresql-loader.lisp: Add library path for Windows
723         
724 25 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
725         * sql/csql.lisp: Update URL for "SQL for Web Dummies" [Sean Champ]
726         
727 24 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
728         * Version 3.1.11
729         * sql/syntax: Commit patch from Alan Shields to supress reader
730         macros when *read-supress* is T.
731         
732 13 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
733         * Version 3.1.10
734         * db-postgresql-socket/postgresql-socket-api.lisp: Commit patch
735         from Janis Dzerins to support unicode on SBCL
736         * sql/syntax: Commit patch from Alan Shields to improve reporting
737         of invalid syntax statements.
738         
739 06 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
740         * Version 3.1.9
741         * db-mysql/mysql-sql.lisp: Add port to connection specification
742         based on patch from Dave Watson
743         * doc/appendix.xml: Document MySQL port parameter to connection spec
744
745 03 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
746         * Version 3.1.8
747         * sql/time.lisp: Patch from Keith James for parsing ISO-8601 timestamps
748         
749 18 Mar 2005 Kevin Rosenberg <kevin@rosenberg.net>
750         * sql/oodml.lisp: Add missing database argument [Patch from
751         Alan Caulkins]
752         
753 03 Mar 2005 Kevin Rosenberg <kevin@rosenberg.net>
754         * sql/oodml.lisp: Improve database priority in 
755         update-records-from-instance [Patch from Walter C. Pelissero]
756         
757 17 Feb 2005 Kevin Rosenberg <kevin@rosenberg.net>
758         * Version 3.1.7
759         * sql/package.lisp: Export database-reconnect from clsql-sys
760
761 08 Feb 2005 Kevin Rosenberg <kevin@rosenberg.net>
762         * sql/oodml.lisp: Use explicit database in fault-join-target-slot
763         [Patch from Walter Pelissero]
764         
765 29 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
766         * db-postgresql/postgresql-loader.lisp: Add additional
767         directories to Fink on darwin [patch from Cyrus Harmon].
768         
769 29 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
770         * Version 3.1.6
771         * sql/oodml.lisp: Clear view instance cache when delete-instance-records
772         is invoked [suggested by Alan Shutko].
773         * uffi/clsql-uffi-loader.lisp: Improvements for loading with SBCL X86-64
774         * sql/metaclasses.lisp: Don't change case of a :base-table string supplied
775         to def-view-class [fix suggested by Fred Gilham].
776         
777 25 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
778         * tests/*.lisp: Change Vladamir to Vladimir per Cyrus Harmon's
779         suggestion.
780         * sql/utils.lisp: Fix unnecessary consing noted by Fred Gilham.
781         * doc/*.xml: Fix spelling of Vladimir
782         
783 24 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
784         * doc/bookinfo.xml, doc/csql.xml, doc/intro.xml: Update links
785         now that LispWorks is an independant company [noted by
786         Martin Thornquist]
787         
788 22 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
789         * db-sqlite/sqlite-sql.lisp, db-sqlite3/sqlite3-sql.lisp:
790         Better support for 64 bit environments
791
792 05 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
793         * Version 3.1.5
794         * sql/metaclass.lisp: Make t the default value of :set
795         [noted by Cyrus Harmon]
796
797 28 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
798         * Version 3.1.4
799         * uffi/clsql-uffi.lisp: Add support for unsigned integers
800         * db-mysql/mysql-sql.lisp: Add support for detecting/marking
801         unsigned integers. Apply patch from Yannick Gingras to
802         implement database-sequence-last.
803         
804 26 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
805         * doc/ref-fdml.lisp: Fix variable tag name to varname
806         [noted by Eduardo Munoz]
807         * db-mysql/mysql-loader.lisp: Handle library paths for 64-bit systems
808         
809 06 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
810         * Version 3.1.2
811         * sql/ooddl.lisp: Accept patch from Klaus Harbo for
812         update-object-joins.
813         * sql/metaclass.lisp: Remove unnecssary (and runtime error
814         causing) change-class invocation when running on CLISP.
815         * db-mysql/mysql-api.lisp: Commit patch from Paul Werkowski
816         to fix structure name.
817         * sql/database.lisp: More specific error message with trying
818         to use a database value of NIL.
819         * sql/expressions.lisp: Accept a string for the table name
820         in (sql-output sql-delete database) [suggested by Ed Symanzik].
821         
822 11 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
823         * Version 3.1.1
824         * sql/generic-postgresql.lisp: Commit patch from Chris Capel to
825         ignore columns which have been dropped.
826         * clsql-postgresql-socket.asd, db-postgresql-socket/postgresql-socket-package.lisp:
827         Use sb-md5 package on SBCL, recommended by Chris Capel
828         
829 09 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
830         * Version 3.1.0 released: New SQLite3 backend by Aurelio Bignoli
831         * doc/appendix.xml: Document SQLITE3 backend, patch by Aurelio Bignoli
832         * sql/operations.lisp: Add lower and upper SQL functions [Daniel Lowe].
833         
834 08 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
835         * sql/expressions.lisp: Fix slot name [thanks to Daniel Lowe]
836
837 31 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
838         * clsql-sqlite3, db-sqlite3/*: NEW BACKEND
839         contributed by Aurelio Bignoli
840
841 23 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
842         * sql/oodml.lisp: Commit patch from Walter Pelis
843         to use an object's database for a select on its slot.
844         
845 20 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
846         * uffi/uffi.c, uffi/clsql-uffi.lisp: Commit patch from
847         Aurelio Bignoli to fix negative 64-bit integers
848         
849 07 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
850         * db-mysql/mysql.c: Fix parameters in bind_param call
851
852 07 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
853         * uffi/clsql-uffi.lisp: Add support for :blob result-type
854         * db-mysql/mysql-sql.lisp: Add support for :blob
855         result-type
856         
857 04 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
858         * db-mysql/mysql-sql.lisp, db-db2/db2-sql.lisp: Add
859         missing quotes for types in code that is still in development
860         (thanks to Joerg Hoehle)
861         
862 03 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
863         * Version 3.0.8 released
864         * db-sqlite/sqlite-*.lisp: Apply patch from
865         Aurelio Bignoli with improvements
866         
867 01 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
868         * multiple: Apply patch from Joerg Hoehle with multiple
869         improvements.
870         
871 01 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
872         * Version 3.0.7 released
873         * sql/oodml.lisp, sql/package.lisp, db-mysql/mysql-objects.lisp:
874         Add support for mediumint.
875         * sql/metaclass.lisp: Rework CLISP MOP handling
876         * sql/ooddl.lisp: Work-around to have CLISP finalize standard-db-class
877         
878 28 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
879         * sql/metaclass.lisp: Support CLISP's attribute name
880         for the type field in direct class slots
881         
882 27 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
883         * Version 3.0.6 released
884         * BUGS: New file. Document suspected SIGPIPE
885         interaction between SBCL and libpq used in
886         postgresql backend.
887         * doc/ref-fdml.lisp: Document the :caching and :refresh
888         keywords of the SELECT function.
889         * doc/ref-ooddml.lisp: Document the new *default-caching*
890         variable.
891         * sql/package.lisp: Export *default-caching*
892         * sql/oodml.lisp: Use *default-caching* to 
893         control default caching behavior.
894         
895 21 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
896         * Version 3.0.5 release
897         * doc/appendix.xml: Add note about loading Oracle8 version
898         * db-oracle/oracle-loader.lisp: Support Oracle8 based on
899         data from David Young.
900
901 10 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
902         * doc/Makefile, doc/catalog-darwin.xml: Apply
903         patch from Cyrus Harmon for building docs on Mac OS X
904         * sql/package.lisp: Add new (pre-release) clisp MOP package     
905         
906 09 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
907         * Version 3.0.4 Release
908         * multiple: Remove superfluous quotes in UFFI def-type
909         and def-foreign-type forms.
910         
911 07 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
912         * Version 3.0.3 Release
913         * db-postgresql-socket/postgresql-socket-api.lisp: Commit patch
914         from Tagore Smith to call force-output after sending authentication
915         * db-odbc/odbc-api.lisp: Move ODBC v3 conversons
916         * db-odbc/odbc-sql.lisp: Load mysql or postgresql package when connecting
917         to a database of that type so that functions that indicate capabilities of
918         database are available.
919         
920 02 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
921         * db-odbc/odbc-api.lisp: More conversions to ODBC v3
922         
923 02 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
924         * Version 3.0.2 Release
925         * TODO: Add note about ODBC on Windows
926         * db-odbc/odbc-loader.lisp: Add /winnt/system32/ to
927         search directories
928         * db-odbc/odbc-ff-interface.lisp: Change the return type 
929         of SQLSetEnvAttr to :short
930         
931 02 Sep 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
932         * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID
933         slot of the employee View Class definition [reported by Franz Deuzer]. 
934
935 01 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
936         * Version 3.0.1 Release
937         * tests/test-init.lisp: Add second join class to employee-address
938         to test a class with two join slots.
939         * sql/oodml.lisp: Fix find-all function for a class with multiple
940         join slots
941         * TODO: Remove need to test/fix multiple join classes
942         
943 27 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
944         * db-mysql/Makefile, db-mysql/mysql-loader.lisp: accept patch
945         from Jon Buffington for file locations on Darwin.
946         
947 17 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
948         * sql/db-interface.lisp: Improve messages when functions
949         are passed a database object, but the method is not specialized
950         for that database type.
951         * sql/metaclasses.lisp: Fix inline declaration (reported by
952         Cyrus Harmon)
953         
954 14 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
955         * TODO: Add bug report about SQL generation with a table
956         containing two join slots.
957         * sql/oodml.lisp: Add optional size to VARCHAR type
958         
959 3 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
960         * Version 3.0.0 Release
961         * sql/expressions.lisp: Change declaration that
962         caused error on openmcl
963         * db-aodbc/aodbc-sql.lisp: Fix storage location
964         of odbc connection. Specialize database-query since
965         dbi's :types keyword is different than generic-odbc's
966         :result-types keyword
967         * sql/db-interface.lisp: Add warnings for methods
968         not specialized by a db backends
969         * tests/test-fddl.lisp: Fix case of symbols to support
970         case-sensitive Allegro 
971         * db-oracle/oracle-sql.lisp: Rework errbuf in handle-oci-error
972         * tests/test-init.lisp: Note that odbc driver for postgresql
973         doesn't properly handle table ownership
974         * LATEST-TEST-RESULTS: update with version 3.0.0
975         
976 1 Aug 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
977         * sql/expressions.lisp: conditionalise escaping of backslash in 
978         generated SQL strings on backend. 
979         * tests/test-fdml.lisp: test for escaping of backslash. 
980         * sql/oodml.lisp: minor tidying in FIND-ALL. 
981
982 26 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
983         * NEWS: Initial 3.0 announcement draft
984         * README: Expand acknowledgements of incorporated projects
985         * CONTRIBUTORS: Further document Marcus Pearce contributions
986         
987 23 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
988         * sql/oodml.lisp: add DATABASE-OUTPUT-SQL-AS-TYPE method specialisation
989         to print floats with the exponent markers removed. 
990         * tests/test-oodml.lisp: add tests for updating records with floats. 
991
992 22 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
993         * db-oracle/oracle-sql.lisp: enable :OWNER :ALL in DATABASE-LIST-* for 
994         CommonSQL compatibility. 
995         * tests/test-init.lisp: skip test :FDDL/TABLE/6 on Oracle since 
996         this column constraint syntax is not supported. 
997         * tests/test-fddl.lisp: change column indexed in test :FDDL/INDEXES/2
998         from EMPLID to LAST_NAME since Oracle complains that EMPLID is already 
999         indexed. 
1000
1001 17 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1002         * doc/ref-fdml.xml: document CACHE-TABLE-QUERIES. 
1003         * tests/test-fdml.xml: add test for CACHE-TABLE-QUERIES. 
1004         * doc/ref-ooddl.xml: minor changes to syntax and examples entries 
1005         for uniformity. 
1006         * doc/ref-oodml.xml: add examples for OODML. 
1007         * sql/oodml.lisp: ensure SELECT passes on its REFRESH argument 
1008         to FIND-ALL. 
1009         * sql/metaclasses.lisp: update docstrings. 
1010         * tests/test-init.lisp: change :db-constraints for emplid to 
1011         (:not-null :unique) as a temporary test for multiple column constraints 
1012         in DEF-VIEW-CLASS. 
1013         * tests/test-oodml.lisp: add tests for *DB-AUTO-SYNC* and 
1014         return type of (SETF SLOT-VALUE-USING-CLASS). 
1015         * TODO, doc/TODO: remove items done. 
1016         * README: fix typo. 
1017         
1018 16 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1019         * sql/oodml.lisp: on Lispworks, use weak valued hash tables for 
1020         object caching. 
1021         * sql/expressions.lisp: Fix SQL generation for the symbol NIL. 
1022
1023 16 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1024         * sql/expressions.lisp: reactivate caching of generated SQL strings. 
1025         Move methods for DATABASE-OUTPUT-SQL, OUTPUT-SQL and SQL-HASH-KEY 
1026         here from sql/fdml.lisp. Rationalise behaviour of SQL-OUTPUT, 
1027         OUTPUT-SQL and DATABASE-OUTPUT-SQL. 
1028         * sql/fdml.lisp: remove disabled method ADD-STORAGE-CLASS. Move 
1029         methods for DATABASE-OUTPUT-SQL, OUTPUT-SQL and SQL-HASH-KEY to 
1030         sql/expressions.lisp. 
1031         * sql/ooddl.lisp: replace call to DATABASE-OUTPUT-SQL in 
1032         DATABASE-PKEY-CONSTRAINT with call to SQL-OUTPUT. 
1033         * sql/generics.lisp: add docstrings. 
1034
1035 15 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1036         * Version 2.11.16
1037         * db-oracle/oracle-sql.lisp: Remove OpenMCL specific
1038         code in favor of fixing UFFI with James Bielman's patch
1039         
1040 14 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1041         * Version 2.11.15
1042         * db-oracle/oracle-sql.lisp: Apply patch for OpenMCL/OSX
1043         from James Bielman
1044         
1045 14 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1046         * README, INSTALL: update URLs. Minor updates to descriptions. 
1047         * tests/README: remove stuff about editing contexts. 
1048
1049 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1050         * db-oracle/oracle-objects.lisp: Change *default-varchar-length* to 
1051         *default-string-length*
1052         
1053 12 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1054         * tests/test-syntax.lisp, tests/test-fdml.lisp: add tests for escaping 
1055         of single quotes. 
1056         * tests/test-fddl.lisp: add tests for column and table constraints 
1057         in CREATE-TABLE. Add test for OWNER keyword parameter to 
1058         LIST-TABLES (assuming same underlying machinery in other FDDL 
1059         functions). 
1060         * tests/test-init.lisp: restrict above test to postgresql and oracle. 
1061         
1062 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1063         * db-sqlite/sqlite-sql.lisp: Fix condition as reported by Aurelio 
1064         Bignoli.
1065
1066 11 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1067         * sql/oodml.lisp, sql/package.lisp, doc/ref-ooddl.lisp, db-mysql/mysql-objects.lisp: Add tinyint type
1068         
1069 10 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1070         * Version 2.11.14
1071         * doc/*.xml: documentation additionals and fixes so
1072         that docbook passes xmllint.
1073         
1074 9 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1075         * Version 2.11.13
1076         * sql/fdml.lisp: Apply patch from Kim Minh Kaplan 
1077         to change escaping of single quotes. Mild optimizations
1078         for escaped string output.
1079         * doc/ref-ooddl.lisp: documentation additions
1080         * doc/ref-oodml.lisp: Add purpose to functions
1081         * TODO: Add need to test single quote escaping
1082         
1083 7 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1084         * doc/ref-ooddl.xml, doc-ref-oodml.xml: documentation additions
1085         * sql/ooddl.lisp: Added SMALLINT type
1086         * sql/generic-postgresql.lisp: Added INT2 as SMALLINT type
1087         * db-mysql/mysql-objects.lisp: Added SMALLINT type
1088         * sql/package.lisp: Export SMALLINT
1089         * sql/expressions.lisp: Add MYSQL's UNSIGNED and ZEROFILL as
1090         db-constraints
1091         
1092 6 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1093         * sql/expressions.lisp: add AUTO-INCREMENT and UNIQUE to the 
1094         recognised column constraints for CREATE-TABLE and the :DB-CONSTRAINTS 
1095         View Class slot option. 
1096         * sql/ooddl.lisp: fix bug preventing the :DB-CONSTRAINTS View Class 
1097         slot option accepting a list of constraints [reported by Travis Cross]. 
1098         * doc/ref-fddl.xml: add some examples of specifying column and 
1099         table constraints to the documentation for CREATE-TABLE. 
1100         * TODO: add note about adding tests for table/column constraints. Add 
1101         optimisation note about using cached attribute types in insert/update
1102         operations. 
1103         
1104 3 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1105         * doc/appendix.xml: add notes about idiosyncrasies/unsupported 
1106         features and so on the documentation for each backend. 
1107         * doc/TODO: remove items done. 
1108         * doc/ref-transaction.xml: add note in introduction about 
1109         autocommit mode as a difference from CommonSQL. 
1110         * doc/ref-syntax.xml: add notes about SQL syntax state functions 
1111         being macros in CLSQL. Add note about SQL operators which are 
1112         CLSQL extensions. 
1113
1114 2 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1115         * Version 2.11.12 released
1116         * doc/ref-recording.xml: document SQL I/O recording. 
1117         * doc/ref-prepared.xml: new file for documenting prepared statements. 
1118         * doc/clsql.xml: comment out include for large object and CLSQL-SYS 
1119         documentation. 
1120         * doc/ref-conditions.xml: complete documentation of condition system. 
1121         * doc/global-index.xml: add symbols from condition system and remove
1122         those from LOB and prepared statement APIs. 
1123         * doc/ref-fdml.xml: complete documentation of FDML.
1124         * doc/glossary.xml: add View Class. 
1125         * doc/TODO: remove items done. 
1126         * sql/conditions.lisp: make SQL-CONDITION a parent of SQL-ERROR. 
1127         * sql/package.lisp: remove FOR-EACH-ROW from exports list. Export 
1128         additional slot accessors for condition classes. 
1129
1130 1 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1131         * doc/ref-ooddl.lisp: Add documentation
1132         * doc/ooddl.lisp: Move *DEFAULT-VARCHAR-LENGTH* from oodml.lisp
1133         and rename to *DEFAULT-STRING-LENGTH*. Add docstring.
1134         * doc/oodml.lisp: Rename references to new name of
1135         *DEFAULT-STRING-LENGTH*
1136
1137 1 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1138         * doc/ref-transaction.xml: document transaction handling. 
1139         * sql/transaction.lisp: ensure that COMMIT, ROLLBACK and 
1140         START-TRANSACTION return NIL as per the CommonSQL spec. Modify 
1141         ADD-TRANSACTION-{ROLLBACK|COMMIT}-HOOK such that a database is 
1142         passed as a keyword argument defaulting to *DEFAULT-DATABASE*.
1143         Added docstrings. 
1144
1145 30 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk>
1146         * doc/ref-fdml.xml: document the FDML. 
1147         * doc/ref-fddl.xml: move documentation for TRUNCATE-DATABASE here. 
1148         * sql/ooddl.lisp: moved *default-varchar-length* to here from 
1149         oodml.lisp and renamed to *default-string-length*
1150         
1151 23 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1152         * sql/oodml.lisp: Add keyword :transactions to def-view-from-class
1153         to allow specifying transactionless table creation
1154         * doc/ref-oodml.lisp: Add new keyword to signature of 
1155         DEF-VIEW-FROM-CLASS     
1156         
1157 18 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1158         * Version 2.11.11
1159         * sql/expressions.lisp: when removing duplicate table identifiers 
1160         in the FROM clause of a query, check both table name and alias 
1161         are equivalent. 
1162         * sql/fdml.lisp: remove DESCRIBE-TABLE. 
1163         * sql/db-interface.lisp: remove generics DESCRIBE-TABLE and 
1164         DATABASE-DESCRIBE-TABLE. 
1165         * sql/package.lisp: remove DESCRIBE-TABLE, DATABASE-DESCRIBE-TABLE 
1166         and LIST-TABLE-INDEXES. 
1167         * sql/generic-postgresql.lisp: add reader conditional #+nil for 
1168         DATABASE-DESCRIBE-TABLE and comment about its uses for 
1169         re-implementing LIST-ATTRIBUTE-TYPES with a single SQL query 
1170         returning type info for all attributes. 
1171         Fix DATABASE-SEQUENCE-LAST. 
1172         * sql/fddl.lisp: remove LIST-TABLE-INDEXES and redefine 
1173         LIST-INDEXES with additional keyword parameter :ON. 
1174         * tests/test-fddl.lisp: replace LIST-TABLE-INDEXES in :fddl/index/3 
1175         with LIST-INDEXES (with :ON parameter). 
1176         * doc/global-index.xml: remove DESCRIBE-TABLE and LIST-TABLE-INDEXES. 
1177         * doc/ref-connect.xml: minor tidying. 
1178         * doc/ref-fddl.xml: document the FDDL. 
1179         * doc/TODO: removed items done. Moved note about transaction handling 
1180         from TODO to here. 
1181         * TODO: move note about transaction handling to doc/TODO. Added 
1182         optimization note about LIST-ATTRIBUTE-TYPES and LIST-INDEXES. 
1183         
1184 13 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1185         * Version 2.11.10
1186         * sql/syntax.lisp: updated docstrings. 
1187         * sql/package.lisp: exported DATABASE-NAME-FROM-SPEC from CLSQL 
1188         package.
1189         * sql/database.lisp: add docstrings for CREATE-DATABASE, 
1190         DESTROY-DATABASE, TRUNCATE-DATABASE and LIST-DATABASES. Replace 
1191         CLSQL-GENERIC-ERROR signalled in RECONNECT with SQL-CONNECTION-ERROR. 
1192         * doc/ref-syntax.xml, doc/global-index.xml: minor tidying. 
1193         * doc/ref-connect.xml: document connection/initialisation. 
1194         * doc/ref-fdml.xml: move TRUNCATE-DATABASE reference entry here. 
1195         * doc/TODO: remove items done. 
1196         * Makefile: add db-oracle to to SUBDIRS. 
1197
1198 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1199         * sql/oodml.lisp: Add new serialization functions:
1200         WRITE-INSTANCE-TO-STREAM and READ-INSTANCE-FROM-STREAM
1201         * sql/expressions.lisp: Avoid duplicate FROM names when selecting
1202         from a table that has more than one primary index.
1203         * sql/conditions.lisp: Fix printing of closed-database error
1204         
1205 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1206         * Version 2.11.9
1207         * sql/conditions.lisp: Set initial slot value for message in SQL-WARNING
1208         * sql/transactions.lisp: Correctly set slots of SQL-WARNING
1209
1210 12 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk>
1211         * sql/package.lisp: export DATABASE-TYPE from CLSQL and subclasses 
1212         of SQL-EXPRESSION from CLSQL-SYS. 
1213         * sql/syntax.lisp: make error signalled in SQL-OPERATION an 
1214         SQL-USER-ERROR. Make SQL-OPERATOR return just one value. 
1215         * doc/Makefile: added Mandrake linux. 
1216         * doc/catalog-redhat.xml, doc/catalog-mandrake.xml: new files. 
1217         * doc/appendix.xml: fixed little typo (adsf). 
1218         * doc/glossary.xml: removed closed-database and note about 
1219         sql-expression, added some entries. 
1220         * doc/ref-syntax.xml: documented the symbolic SQL syntax. 
1221
1222 10 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1223         * Version 2.11.8
1224         * db-mysql/mysql-loader.lisp: Remove load of unnecessary zlib library
1225         * multiple: Add generalized-boolean type as requested by
1226         Edi Weitz
1227         * TODO: Added need for test of generalized-boolean
1228         
1229 9 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1230         * Version 2.11.7 released
1231         * uffi/clsql-uffi-loader.lisp: Apply patch from Edi Weitz
1232         for loading with clc-register-user-package. Remove personal
1233         directory from path lisp.
1234         * db-mysql/mysql-loader.lisp: Similar changes
1235         
1236 8 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1237         * Version 2.11.6 released
1238         * sql/oodml.lisp: Commit patch from Edi Weitz
1239         to fix symbol writing/reading
1240         * TODO: Add need for symbol slot test
1241         
1242 7 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1243         * sql/package.lisp: remove duplicate export of 
1244         *CACHE-TABLE-QUERIES-DEFAULT*. 
1245         * doc/ref-*.xml, doc/global-index.xml: new files documenting 
1246         the CommonSQL compatible api. 
1247         * tests/test-fdml.lisp: modified the test :fdml/transaction/3 to 
1248         reflect changes in return values of WITH-TRANSACTION. 
1249
1250 04 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1251         * tests/README: Fix filename [reported by Bill Clementson]
1252         * sql/transactions.lisp: Apply return value patch from
1253         Edi Weitz for WITH-TRANSACTION
1254         * tests/README: Remove ptester package requirement (as noted
1255         by Bill Clementson)
1256         
1257 03 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1258         * Version 2.11.5 released
1259         * examples/clsql-tutorial.lisp: Remove obsolete :nulls-ok attribute,
1260         Select connection-spec based on connection type. Bugs reported by
1261         Bill Clementson.
1262         * uffi/uffi.dll, uffi/uffi.lib: Recompile with Visual Studio 2003
1263         * db-mysql/mysql-loader.lisp: Update check for zlibwapi library
1264         name on Windows, add \bin\ directory to search path
1265         
1266 31 May 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1267         * db-odbc/odbc-sql.lisp: DB-TYPE replaced with DATABASE-TYPE in 
1268         DATABASE-CONNECT. 
1269         * sql/operations.lisp: substr now generates SUBSTR for use on 
1270         Oracle; added a new operator SUBSTRING for use elsewhere. minus 
1271         now generates MINUS for use on Oracle. Nvl signals an error if 
1272         not called with exactly 2 arguments. Add concat function for use 
1273         instead of the || operator on MySQL and Oracle. 
1274         * sql/syntax.lisp: changed internal symbol for the || operator to 
1275         CONCAT-OP. 
1276         * sql/expressions.lisp: removed redundant and unused functions 
1277         GENERATE-SQL (cf. SQL-OUTPUT) and DATABASE-CONSTRAINT-DESCRIPTION
1278         (cf. MAKE-CONSTRAINTS-DESCRIPTION). 
1279         * sql/generics.lisp: removed generic function for 
1280         DATABASE-CONSTRAINT-DESCRIPTION (see above). 
1281         * tests/test-syntax.lisp: modified/added tests according to changes
1282         in sql/operations.lisp. 
1283         * tests/test-fdml.lisp: changed SUBSTR to SUBSTRING in test 
1284         :fdml/select/21.  
1285         * sql/package.lisp: added the operators SQL-SUBSTRING, SQL-CONCAT-OP 
1286         and SQL-USERENV to the shared exports list. Removed 
1287         ROLLBACK-TRANSACTION, COMMIT-TRANSACTION, DATABASE-START-TRANSACTION, 
1288         DATABASE-ABORT-TRANSACTION, DATABASE-COMMIT-TRANSACTION, 
1289         TRANSACTION-LEVEL, TRANSACTION,  RECORD-SQL-COMMAND and 
1290         RECORD-SQL-RESULT from shared exports list. 
1291         
1292 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1293         * db-postgresql/postgresl-sql.lisp: Avoid computing
1294         result-types lisp when nil result-types. Return only
1295         one value when field-types nil.
1296         * db-mysql/mysql-sql.lisp: Simple queries now
1297         working with prepared statements.
1298         
1299 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1300         * Version 2.11.4: MySQL 4.1 now passes all tests
1301         * sql/package.lisp: Add API for prepared statments.
1302         * sql/fdml.lisp: Change implicit flatp processing
1303         for string map-query for greater CommonSQL conformance.
1304         Add high-high API for prepared statements.
1305         * tests/test-basic.lisp: Add test for map-query and
1306         single argument.
1307         * sql/transactions.lisp: Change name/semantics of
1308         autocommit to set-autocommit.
1309         * sql/generic-postgresql.lisp: Add support for
1310         prepared statements. 
1311         * tests/test-internal.lisp: New file
1312         * sql/odbc-api.lisp: Update to using ODBC V3 protocol
1313         * clsql-mysql.asd, clsql-uffi.asd: Remove check and Common Lisp
1314         Controller invocation.
1315         * db-mysql/mysql-api.lisp: Add support for MySQL 4.1 field structure
1316         * sql/expressions.lisp: Avoid emitting double parenthesis when a
1317         function contains a subselect. 
1318         
1319 27 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1320         * Version 2.11.3
1321         * sql/ooddl.lisp: Commit patch from Edi Weitz fixing return
1322         type (setf slot-value-using-class)
1323         * TODO: add not that need a test case for the above fix
1324         * db-sqlite: Remove clisp support since clisp can not run CLSQL
1325         with its MOP usage
1326         * db-oracle/oracle-sql.lisp: By default, use OCIEnvCreate as 
1327         introduced in Oracle8. Leave older code selectable by a reader macro
1328         for Oracle7 and prior. Avoid use of OCIServerAttach since CLSQL
1329         uses OCILogon and does not the more complex session management.
1330         
1331 26 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1332         * sql/oodml.lisp: Commit universal-time typo patch from Edi Weitz
1333         * test/test-init.lisp: Add universal-time slot to person.
1334         * test/test-fddl.lisp: Add tests of universal-time slot
1335         * test/test-ooddl.lisp: Test universal-time slot in an object
1336         * TODO: Remove need for universal-time test     
1337         * debian/rules, debian/control: Add cl-sql-oracle binary package
1338         * doc/appendix.xml: Add Oracle backend information
1339         * db-oracle/oracle-objects.lisp: Add database-get-type-specifier for
1340         universal-time. Convert BIGINT CLSQL type to CHAR SQL type
1341         * db-mysql/mysql-sql.lisp: Fix condition name to sql-connection-error
1342         * doc/ref-clsql.xml: Renamed from ref_clsql.xml. Change the documentation
1343         for map-query to reflect changed in arguments to be CommonSQL compatible.
1344         Updated old clsql conditions to new CommonSQL compatible conditions.
1345         
1346 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1347         * sql/oodml.lisp: (string n) now produces a CHAR field. Add new VARCHAR
1348         type. Added *default-varchar-length* rather than previous hard-coded
1349         varchar length. Remove 'simple-string and 'simple-base-string since they
1350         are subtypes of 'string.
1351         * db-oracle/oracle-sql.lisp: Use *default-varchar-length* rather than
1352         local hard-coded value.
1353         * sql/metaclasses.lisp: Convert specified type VARCHAR and (VARCHAR n) to Lisp
1354         type string. Convert specified-type (CHAR n) to string. Convert specified-type
1355         CHAR to lisp type character.
1356         * sql/generic-postgresql.lisp: (string n) => (CHAR n)
1357         * sql/operations.lisp: Add userenv
1358         * doc/TODO: Add AUTOCOMMIT. Remove need for large table and bigint
1359         slot tests
1360         * sql/oracle-sql.lisp: Add 64-bit bigint direct conversion
1361         * uffi/clsql-uffi.lisp: Handle signed 64-bit integers
1362         * test/test-init.lisp: Add large table with bigint slot
1363         
1364 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1365         * Version 2.11.1 released: Much simpler Oracle client library loading.
1366         Now uses ORACLE_HOME environmental variable as well as tests default
1367         path for Oracle Instant Client. 
1368         
1369 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1370         * Version 2.11.0 released: Full Oracle support. All tests pass
1371         * db-oracle/oracle-sql.lisp: Add declaration so that SBCL runs efficiently.
1372         * tests/test-init.lisp: capitalize odbc backend name in banner
1373         * CONTRIBUTORS: Add note about Marcus' excellent work
1374         * sql/oodml.lisp: Removed old stub function     
1375         * clsql.asd: Use module names in current package rather than keyword package
1376         * db-oracle/oracle-sql.lisp: Don't trim trailing spaces. Prevent interrupts
1377         in setting sequence position. Make autocommits more efficient.
1378         * tests/test-init.lisp: Skip 2 tests on Oracle which have unsupported syntax 
1379         * sql/oodml.lisp: Get rid of undocumented raw-string type. CommonSQL
1380         strings are raw (non-trimmed trailing whitespace). Add database-get-type-specifier
1381         and read-sql-value for NUMBER and CHAR.
1382         * sql/base-classes.lisp: Add autocommit slot
1383         * sql/transaction.lisp: Added autocommit processing, mild cleaning.
1384         * doc/intro.xml: Add Oracle
1385         
1386 24 May 2004: Marcus Pearce (m.t.pearce@city.ac.uk) 
1387         * db-postgresql-socket/postgresql-socket-sql.lisp: replace 
1388         CLSQL-SIMPLE-WARNING with SQL-WARNING. 
1389         * db-sqlite/sqlite-sql.lisp: replace CLSQL-SIMPLE-WARNING with 
1390         SQL-WARNING. 
1391         * db-aodbc/aodbc-sql.lisp: replace CLSQL-ERROR with SQL-ERROR. 
1392         * clsql.asd: reworked module structure in package definition and 
1393         file names to better reflect component functionality. 
1394         * sql/package.lisp: added SQL-FATAL-ERROR and SQL-TIMEOUT-ERROR to 
1395         exports list. Removed duplicate and obsolete exports. Exported 
1396         remaining SQL operations: SQL-SOME, SQL-<>, SQL-BETWEEN, SQL-DISTINCT, 
1397         SQL-NVL and SQL-FUNCTION. Organised exports by functionality/file and 
1398         according to whether they are specified by CommonSQL or CLSQL 
1399         extensions. 
1400         * sql/transaction.lisp: replace CLSQL-SIMPLE-WARNING with 
1401         SQL-WARNING. 
1402         * sql/generics.lisp: moved generics for QUERY and EXECUTE-COMMAND 
1403         here from basic-sql.lisp. 
1404         * sql/expressions.lisp: NEW FILE: renamed from classes.lisp (deleted). 
1405         * sql/fddl.lisp: NEW FILE: renamed from table.lisp (deleted). 
1406         * sql/fdml.lisp: NEW FILE: merger of basic-sql.lisp and sql.lisp
1407         (both deleted). 
1408         * sql/ooddl.lisp: NEW FILE: ooddl from objects.lisp (deleted). 
1409         * sql/oodml.lisp: NEW FILE: oodml from objects.lisp (deleted). 
1410         
1411 23 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1412         * Version 2.10.22 released
1413         * sql/kmr-mop.lisp, sql/objects.lisp: Since SBCL is the only implementation that
1414         has reversed class slots, change the default for ordered-class-slots so that slots
1415         are now in the same order an in the def-view-class.
1416         * sql/sql.lisp: Honor case of string table identifier to INSERT-RECORDS
1417         * test/test-fddl.lisp: Add two tests for mixed case names
1418         * db-oracle/oracle-sql.lisp: Add missing database qualifier. Return NUMBER (double)
1419         for computed fields, this will require some adjustment to the test suite which
1420         in many cases expects integers.
1421         * test/test-fdml.lisp: Accomodate that Oracle returns doubles for computed columns
1422         
1423 22 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1424         * Version 2.10.21 released
1425         * sql/sequences.lisp: Move generic sequence functions here from db-sqlite,
1426         db-odbc, and db-aodbc.
1427         * sql/*.lisp: Add db-type parameter to generic functions READ-SQL-VALUE,
1428         DATABASE-GET-TYPE-SPECIFIER, and OUTPUT-SQL-VALUE-AS-TYPE. Update methods to use these.
1429         * sql/generic-postgresql.lisp, sql/generic-odbc.lisp: New files
1430         * db-odbc/odbc-sql.lisp, db-aodbc/aodbc-sql.lisp: Move common code to 
1431         sql/generic-odbc.lisp
1432         * db-postgresql/postgresql-sql.lisp, db-postgresql-socket/postgresql-socket-sql.lisp: 
1433         Move common code to  sql/generic-postgresql.lisp
1434         * sql/classes.lisp: honor case of string tables when outputting queries 
1435         * sql/objects.lisp: Add database type to default database-get-type-specifier method
1436         * sql/sql.lisp:  Add database type to default database-abort-transaction method
1437         * db-mysql/mysql-objects.lisp: New file
1438         * sql/objects.lisp: Move MySQL specific code to mysql-objects.lisp
1439         * sql/utils.lisp: Add GETENV function which will be used to get ORACLE_HOME
1440         from environment
1441         * test/test-fdml.lisp: String table names are now case sensitive, so convert to
1442         default db case for FDML/SELECT/25
1443
1444 22 May 2004 Kevin Rosenberg
1445         * Version 2.10.20 released: Oracle backend now fails 6 out of 200 tests
1446         * TODO: Added 2 variances from CommonSQL. Add tests for owner phrases
1447         and string identifiers with non-default case
1448         * sql/table.lisp: Don't convert string table name to a symbol.
1449         * sql/classes.lisp: Honor case of string identifiers
1450         * sql/sql.lisp: Ensure recyclebin is purged for Oracle in 
1451         TRUNCATE-DATABASE
1452         * db-oracle/oracle-sql.lisp: Add sequence functions, fix use of
1453         of owner phrases. Obtain server and client versions.
1454         * db-oracle/oracle-objects.lisp: Fix type specifiers
1455         * tests/test-fddl.lisp: Allow :varchar2 and :number as data types
1456         * tests/test-init.lisp: Properly get username from Oracle connection-spec
1457         
1458 22 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1459         * sql/generics.lisp: reworked docstrings. Remove generics for 
1460         ADD-TO-RELATION and REMOVE-FROM-RELATION. 
1461         * sql/objects.lisp: reworked docstrings. Changed UPDATE-OBJECT-JOINS 
1462         to UPDATE-OBJECTS-JOINS for CommonSQL compatibility. 
1463         * sql/package.lisp: Changed UPDATE-OBJECT-JOINS to UPDATE-OBJECTS-JOINS 
1464         for CommonSQL compatibility. Remove ADD-TO-RELATION and 
1465         REMOVE-FROM-RELATION. 
1466         * tests/test-oodml.lisp: Changed UPDATE-OBJECT-JOINS to 
1467         UPDATE-OBJECTS-JOINS for CommonSQL compatibility. 
1468         * doc/TODO: added notes about extra slot options to DEF-VIEW-CLASS. 
1469         * sql/conditions.lisp: add documentation for conditions. Add 
1470         SQL-TIMEOUT-ERROR and SQL-FATAL-ERROR for CommonSQL compatibility. 
1471
1472 21 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1473         * sql/basic-sql.lisp: reworked docstrings. 
1474         * sql/transactions.lisp: reworked docstrings. 
1475         * sql/sql.lisp: reworked docstrings. 
1476         * sql/initialize.lisp: reworked docstrings. INITIALIZE-DATABASE-TYPE 
1477         sets *DEFAULT-DATABASE-TYPE* for CommonSQL compatibility. 
1478         * sql/database.lisp: reworked docstrings. 
1479         * doc/TODO: added notes about START-TRANSACTION and IN-TRANSACTION-P 
1480         and FDML extensions and database extensions. 
1481
1482 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1483         * db-oracle/oracle-sql: Use clsql-specific error conditions. Use owner keyword.
1484         * db-oracle/make9.sh: add makefile for building with Oracle 9 client
1485         libraries
1486         * sql/table.lisp: Add logic for dealing with Oracle 10g vs. previous
1487         Oracle versions with the PURGE option required for drop table. This needs
1488         to be converted to a generic function and moved to db-oracle/oracle-sql.lisp
1489
1490 20 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1491         * sql/classes.lisp: remove unused PARAMS slot in SQL-IDENT-ATTRIBUTE. 
1492         * sql/syntax.lisp: remove unused PARAMS keyword arg to SQL-EXPRESSION. 
1493         * sql/table.lisp: reworked docstrings. 
1494         * sql/objects.lisp: moved *default-update-objects-max-len* here from 
1495         table.lisp. 
1496         * doc/TODO: notes about :if-does-not-exist arg to DROP-TABLE, 
1497         DROP-VIEW and DROP-INDEX and the use of the :transactions and 
1498         :constraints keyword args to CREATE-TABLE. 
1499         * sql/classes.lisp: the DESCRIPTION argument to CREATE-TABLE is now 
1500         CommonSQL compatible with respect to column constraints. 
1501
1502 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1503         * sql/oracle-sql.lisp: Now compiles and runs on SBCL.
1504         Requires UFFI 1.5.0 or higher
1505         
1506 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1507         * Version 2.10.19
1508         * sql/conditions.lisp: Fix cerror
1509         
1510 19 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1511         * Version 2.10.18 released: New condition hierarchy to be compatible
1512         with CommonSQL -- not backward compatible with previous CLSQL.
1513         * sql/db-interface.lisp: Add more default methods
1514         * sql/objects.lisp: Add explicit table name to order-by parameters
1515         in find-all when only one table to avoid selecting a duplicate row.
1516         Fix error in FIND-ALL when using :order-by such as (([foo] :asc))
1517         as previous logic was adding two fields (foo asc) to SELECT query.
1518         Make :result-types :auto be the default for object selections.
1519         Properly handle caching key when using multiple order-by with asc/desc
1520         directions.
1521         * db-oracle/*.lisp: Much improvements, now passes 90% of test suite
1522         
1523 19 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1524         * sql/recording.lisp: reworked docstrings. 
1525         * sql/syntax.lisp: reworked docstrings. 
1526         * doc/TODO: added notes about extensions to SQL-RECORDING-P and the 
1527         SQL syntax state functions being macros. 
1528
1529 19 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1530         * sql/package.lisp: Export initialize-database-type and
1531         *initialize-database-types* from CLSQL package.
1532         * sql/conditions.lisp: Add new CommonSQL compatible conditions,
1533         remove old CLSQL conditions.
1534         * sql/loop-extensions.lisp: Make errors of type sql-user-error
1535         * */*.lisp: Convert to from old to new conditions
1536         
1537 18 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1538         * sql/table.lisp: Add PURGE to drop command for oracle 10g backend.
1539         To handle this difference, will need to add a new database-drop-table
1540         generic function.
1541         * db-oracle/oracle-sql.lisp: Move server-version and
1542         major-version-number to database object to allow multiple connections
1543         to Oracle servers of different versions.
1544         
1545 18 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1546         * TODO: moved notes about backends to doc/TODO. 
1547         * doc/TODO: added notes about backends and select extensions. 
1548         * sql/base-classes.lisp: remove obsolete schema slot in database 
1549         class. 
1550         
1551 16 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1552         * db-oracle/oracle-api: Add OCIServerVersion
1553         * db-oracle/oracle-sql: Query and store server version on connect
1554         * sql/db-interface.lisp: Add new db-type-has-bigint? generic
1555         function to handle OCI's lack of bigint support
1556         * test/test-basic.lisp: Separate bigint testing
1557         * test/test-utils.lisp: Add oracle to specs and list of backends
1558         * doc/TODO: New file
1559         * test/test-fdml.lisp: Added FDML/SELECT/34 to test
1560         run-time instantiation of variables in reader macros.
1561         * TODO: Remove item already complete. Add note about
1562         condition variances
1563         
1564 16 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1565         * sql/syntax.lisp: added condition to the reader macro to treat [*] 
1566         as a column identifier (rather than an operation) for CommonSQL 
1567         compatibility. 
1568         * tests/test-fdml.lisp: add tests for ORDER-BY and SET-OPERATION 
1569         keword args to SELECT, [*] as column identifier, new MAP-QUERY 
1570         behaviour and the ANY and ALL operators in subqueries. 
1571         * tests/test-init.lisp: add set-operation and subquery tests to 
1572         appropriate skip lists. 
1573         * sql/objects.lisp: remove redundant and non CommonSQL compatible 
1574         ORDER-BY-DESCENDING keyword argument for SELECT. 
1575         * sql/classes.lisp: remove redundant and non CommonSQL compatible 
1576         ORDER-BY-DESCENDING keyword argument for SELECT. 
1577         * tests/test-oodml.lisp: add test for ORDER-BY keyword to SELECT 
1578         with object queries. 
1579
1580 15 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1581         * sql/db-interface.lisp: Add new db-type-has-union? 
1582         since Mysql 3.23 does not support unions.
1583         * sql/test-init.lisp: Don't try union tests on database
1584         backends which do not support it.
1585         * db-oracle/*.lisp: initial port to UFFI
1586         * sql/objects.lisp: implement UPDATE-OBJECT-JOINS,
1587         implement REFRESH for SELECT.
1588         * tests/test-oodml.lisp: Add tests for deferred retrieval,
1589         caching, refresh, and update-object-joins
1590         * tests/test-init.lisp: Add deferred-employee-address class
1591         
1592 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1593         * sql/operations.lisp: make MINUS operator a synonym for EXCEPT. Add 
1594         COALESCE operator and make NVL a synonym for this. Make ANY, SOME, 
1595         ALL and EXISTS generate function expressions so they output the 
1596         correct SQL. 
1597         * sql/classes.lisp: SELECT now generates appropriate SQL when 
1598         passed the SET-OPERATION and ALL keyword arguments. 
1599         * sql/classes.lisp: the ORDER-BY keyword argument to SELECT now 
1600         accepts ordering constraints as pairs of the form (column direction) 
1601         where direction may be :ASC or :DESC. 
1602         * tests/test-syntax.lisp: added tests for MINUS and COALESCE/NVL. 
1603         Correct tests for ANY, SOME, ALL and EXISTS. 
1604         * tests/test-fdml.lisp: added test for COALESCE. 
1605         * sql/sql.lisp: MAP-QUERY now applies FUNCTION to QUERY-EXPRESSION 
1606         using funcall unless QUERY-EXPRESSION returns one column and its 
1607         FLATP slot is not nil in which case apply is used. 
1608         * tests/test-basic.lisp: modified calls to MAP-QUERY to reflect the 
1609         changes. 
1610         * TODO: remove items done. 
1611         * db-postgresql/postgresql-sql.lisp: no need to reverse results in 
1612         DATABASE-LIST-ATTRIBUTES. 
1613         * db-postgresql-socket/postgresql-socket-sql.lisp: no need to reverse
1614         results in DATABASE-LIST-ATTRIBUTES.    
1615         
1616 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1617         * sql/classes.lisp: SELECT now accepts table identifiers as strings 
1618         for CommonSQL compliance. Add support for qualified sql identifiers 
1619         with aliased table names. 
1620         * tests/test-fdml.lisp: added tests for table identifiers as strings 
1621         in SELECT and for aliased definitions. 
1622         * tests/test-syntax.lisp: added tests for alias definitions. 
1623         
1624 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1625         * sql/sql.lisp: PRINT-QUERY now calls QUERY with result-types and 
1626         field-names set to nil. 
1627         * sql/sql.lisp: PRINT-QUERY now computes column sizes correctly 
1628         with null attribute values. 
1629         * sql/operations.lisp: modify SQL concatenation operator to accept 
1630         unescaped || symbol.  
1631         * sql/syntax.lisp: modify sql reader macro function to accept 
1632         unescaped sql concatenation operator. 
1633         * tests/test-fdml.lisp: unescape sql concatenation operator. 
1634         * tests/test-syntax.lisp: unescape sql concatenation operator. 
1635         * TODO: remove items done. Add notes about SQLITE/MYSQL backends. 
1636         Note to add test for universal-time. Note about difference from 
1637         CommonSQL in transaction handling. 
1638
1639 13 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1640         * tests/test-init.lisp: Add deferred-employee-address
1641         class
1642         * tests/test-oodml.lisp: Add deferred retrieval testgs
1643         
1644 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1645         * Version 2.10.17
1646         * LATEST-TEST-RESULTS: Run on all platforms, add AMD64
1647         * sql/sql.lisp: Add FOR-EACH-ROW macro from clsql-classic/sql.lisp
1648         * db-sqlite/sqlite-uffi-api.lisp: Fix row-pointer type
1649         * *: Fix minor style warnings
1650         * clsql-classic: Remove system and subdirectory
1651         * clsql-base: Remove system and subdirectory and
1652         fold into clsql system
1653         * doc/intro.xml: Remove reference to old clsql-base. Add x86_64
1654         as supported platform.
1655         
1656 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1657         * Version 2.10.16: CLSQL now fully supports AllegroCL AMD64
1658         * db-odbc/odbc-api.lisp: work around return-type bug [spr28889] in
1659         Allegro 7.0beta AMD64
1660         * db-odbc/*.lisp: Add a layer of indirection to foreign-type
1661         of ODBC longs since this type can vary on 64-bit platforms depending
1662         upon the compilation options of unixODBC.
1663         * db-mysql/mysql-api.lisp: Fix int vs. long slots in foreign
1664         structures found by testing with AllegroCL 7.0b AMD64.
1665         * db-*/*-loader.lisp: Load 64-bit libraries on 64-bit platorms
1666         * sql/objects.lisp: Simple implementation of UPDATE-OBJECT-JOINS.
1667         Initial caching support for SELECT
1668         * tests/test-oodml.lisp: Avoid using cache when testing select.
1669         * sql/kmr-mop.lisp: Explicitly check slot order and
1670         store as a cl:*feature*
1671         * sql/recording.lisp: Remove additional types to
1672         increase CommonSQL conformance.
1673         * tests/test-init.lisp: Change a :column attribute
1674         to test symbols as value
1675         * sql/relations.lisp: Remove functions since they don't support
1676         many to many relationships.
1677         * examples/clsql-tutorial.lisp, doc/csql.lisp: Remove use
1678         of add-to-relations function and replace with explicit field settings.
1679         * base/classes.lisp: Remove obsolute query-stream. Add record-caches slot.
1680         
1681 9 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1682         * Version 2.10.15
1683         * LATEST-TEST-RESULTS: results with current version
1684         * sql/kmr-mop.lisp: Make CMUCL reader macros specific for cmu18
1685         since cmu19 has opposite order of class slots.
1686         * sql/objects.lisp: Fix (setf slot-value-using-class) for Lispworks
1687         * tests/test-fdml.lisp: Renumber SELECT tests to avoid overwriting
1688         a previous test
1689         * tests/test-init.lisp: Check test-database-underlying-type for
1690         ODBC/MySQL tests
1691         
1692 8 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1693         * sql/operations.lisp: complete remaining operations for the sql 
1694         syntax: SUBSTR, SOME, ORDER-BY, GROUP-BY, NULL, DISTINCT, EXCEPT, 
1695         UNION, INTERSECT, BETWEEN. 
1696         * sql/classes.lisp: add new classes: SQL-BETWEEN-EXPRESSION, 
1697         SQL-QUERY-MODIFIER-EXPRESSION and SQL-SET-EXPRESSION. 
1698         * tests/test-syntax.lisp: add tests for new operations. 
1699         * tests/test-fdml.lisp: add tests for queries based on new operations. 
1700         * tests/test-init.lisp: add select/20 to tests skipped for sqlite and 
1701         select/20, query/5, query/7 and query/8 to tests skipped by mysql. 
1702         * TODO: removed entries done. 
1703
1704 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1705         * tests/benchmarks.lisp: Add immediate vs. deferred
1706         join test.
1707         
1708 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1709         * Version 2.10.13: Now works on openmcl 0.14.2 
1710         * sql/objects.lisp: Add :retrieval :immediate for
1711         object selections
1712         * tests/test-init.lisp: Add non-index fields for testing 
1713         join class employee-addresss
1714         * test/test-oodml.lisp: Add tests for retrieval immediate
1715         * sql/metaclasses.lisp: Handle differences in direct-slot-definition 
1716         values which are now listifed by openmcl 14.2.
1717         * sql/objects.lisp: more framework for supporing immediate retrieval 
1718
1719 7 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1720         * docs/intro.xml: Upload location of a README file
1721         * sql/metaclass.lisp: Work-around openmcl's CHANGE-CLASS
1722         changing the type-specifier. Use a lisp type of (OR NULL FOO)
1723         for a specified-type of FOO unless :db-constraints :not-null.
1724         No need to specialize finalize-inheritance for openmcl.
1725         * tests/test-*.lisp: Rename fields so that joins occur on
1726         fields with different names. This ensures that join code is
1727         selecting the proper name.
1728         * test/test-init.lisp: Add :base-table for employee-address
1729         view class for testing.
1730         * sql/objects.lisp: Use view-table rather than name of table
1731         in a number of places to fix errors noted with using :base-table.
1732
1733 6 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1734         * sql/objects.lisp: replace *update-records-on-make-instance* with 
1735         *db-auto-sync* which also controls both automatic creation of 
1736         new records on creation of new instance and updating of record 
1737         fields on setting of instance slots (as suggested by Edi Weitz). 
1738         * tests/test-init.lisp: replace *update-records-on-make-instance* 
1739         with *db-auto-sync*. 
1740         * sql/package.lisp: replace *update-records-on-make-instance* 
1741         with *db-auto-sync*. 
1742         * TODO: replace *update-records-on-make-instance* with *db-auto-sync*. 
1743         * sql/objects.lisp: remove redundant rebindings of *db-initializing* 
1744         and *default-database* in FIND-ALL. 
1745         * sql/package.lisp: import time functions from CLSQL-BASE. 
1746         * tests/test-time.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
1747         * tests/test-fdml.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
1748         * tests/test-init.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
1749         * tests/test-ooddl.lisp: replace CLSQl-BASE package qualifier with 
1750         CLSQL. 
1751
1752 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1753         * sql/classes.lisp: Add SQL-OBJECT-QUERY type. Have [select 'class]
1754         now return a sql-object-query type rather than directly performing a query.
1755         This improves CommonSQL conformance.
1756         * sql/sql.lisp: Add new QUERY method for SQL-OBJECT-QUERY. Move
1757         from basic/basic-sql.lisp the DO-QUERY and MAP-QUERY since they now
1758         depend on sql-object-query-type.
1759         * sql/loop-extensions.lisp: Move from base package
1760         * classic/package.lisp: remove references to map-query and do-query
1761
1762 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1763         * TODO: New section on optimizations, especially optimizing JOINs.
1764         * sql/objects.lisp: Have :target-slot return of list of lists rather
1765         than a list of cons pairs to be conformant with CommonSQL.
1766         Make :target-slot much more efficient by using a SQL inner join
1767         statement and just requiring one SQL query. Add :retrieval :deferrred
1768         to target-slot joins. Add placeholder for update-objects-join.
1769         * sql/classes.lisp: Add :inner-join and :on slots to sql-query class
1770         and process them for query output-sql. 
1771
1772 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1773         * Version 2.10.11
1774         * base/basic-sql.lisp: Avoid multiple evaluation
1775         of query-expression in DO-QUERY
1776         * sql/objects.lisp: Make SELECT a normal function.
1777         SELECT now accepts type-modified database identifiers, such as
1778         [foo :string] which means that the values in column foo are returned 
1779         as Lisp strings. Add new *update-records-on-make-instance* special
1780         variable controlling automatic creation of new instances. Add missing
1781         RESULT-TYPES keyword to FIND-ALL. Add :target-slot support.
1782         * sql/packages.lisp: Export *update-records-on-make-instance* 
1783         * test/test-oodml.lisp: Add tests for :target-slot and many-to-many
1784         selections.
1785         * test/test-fdml.lisp: Add tests for type-modified
1786         database identifiers.
1787         * test/test-init.lisp: Stop using add-relation since implementing
1788         many-to-many joins. Use *update-records-on-make-instance* 
1789         to automatically store records on instance creation. Add many-to-many
1790         employee-address view-class.
1791         
1792 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1793         * Version 2.10.10
1794         * base/loop.lisp: Add object iteration. Use :result-type
1795         :auto for result-set. Remove 
1796         duplicate (and non-correct) code for non-list variables by
1797         simply making an atom variable into a list. 
1798         * sql/package.lisp: Remove unnecessary clsql-sys package
1799         and replace it with clsql.
1800         * sql/metaclasses.lisp: Properly store specified-type from
1801         direct-slot-definition and then store translated type in
1802         effective-slot-definition
1803         * sql/classes.lisp: Don't output type in sql-output
1804         for SQL-IDENT-ATTRIBUTE. This is in preparation for supporting
1805         [foo :integer] as fields in SELECT.
1806         * sql/query.lisp: Set default for :result-types to :auto in
1807         FDML QUERY.
1808         * sql/objects.lisp: Use specified-type when invocating 
1809         database-get-type-specifier. def-view-class macro now returns
1810         the class instance.
1811         * base/basic-sql.lisp: Make :AUTO the default value for
1812         :RESULT-TYPES for MAP-QUERY and DO-QUERY.
1813         * sql/objects.lisp: Add bigint type
1814         * test/tests-basic.lisp: Add tests for :result-types for
1815         MAP-QUERY and DO-QUERY
1816         * test/test-fdml.lisp: Add test for result-types in LOOP
1817         and also using single symbol rather than a list for variables.
1818         Add test that default :result-types is auto for FDML QUERY.
1819         * test/test-syntax.lisp: Don't expect TYPE in the SQL-OUTPUT
1820         of SQL-IDENT-ATTRIBUTE.
1821         * test/test-oodml.lisp: Enable OO loop iteration test,
1822         modify it so it doesn't depend on boolean where.
1823         
1824 4 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1825         * Version 2.10.9
1826         * sql/objects.lisp: added derived type specifier for universal time. 
1827         * sql/package.lisp: added #:universal-time to clsql-sys exports. 
1828         * tests/test-oodml.lisp: added test for translation of boolean slots 
1829         in SELECT with object queries. 
1830         
1831 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1832         * db-odbc/odbc-api.lisp: Fix changing nil to "NIL" 
1833         for odbc/postgresql backend.
1834         * db-odbc/odbc-sql.lisp: Fix ATTRIBUTE-TYPE so that
1835         it can handle NIL values from the ODBC driver
1836         * tests/benchmarks.lisp: New file with initial
1837         benchmark suite
1838         * sql/relations.lisp: fix to add subclassing support,
1839         minor optimizations [Edi Weitz]
1840         
1841 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1842         * Version 2.10.8        
1843         * base/conditions.lisp: Add *backend-warning-behavior*
1844         special variable.
1845         * db-postgresql-socket/postgresql-socket-sql.lisp:
1846         Honor value of *backend-warning-behavior*
1847         * tests/test-fdml.lisp: Remove test of raw boolean value
1848         since different backends handle this differently. Add
1849         test for :column attribute.
1850         * tests/test-oodml.lisp: Add tests for boolean slot value
1851         and for :void-value attribute
1852         * tests/test-init.lisp: Use *backend-warning-behavior*
1853         to suppress warnings from postgresql about implicitly
1854         creating primary key in tables. Add new address table.
1855         
1856 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1857         * Version 2.10.7
1858         * db-odbc/odbc-dbi.lisp: Convert TINYINT to integers when
1859         result-types is :auto
1860         * sql/objects.lisp: Properly handled writing/reading Boolean
1861         values from SQL database when retrieving objects.
1862         * test/test-fdml.lisp: Add another test for boolean results
1863         * test/utils.lisp: Fix incorrect declaration
1864         
1865 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1866         * Version 2.10.6
1867         * sql/generics.lisp: add generic function for SELECT. 
1868         * sql/objects.lisp: make SELECT a method specialisation. 
1869         * sql/classes.lisp: MAKE-QUERY now calls SELECT if the selections 
1870         referred to are View Classes. 
1871         * base/basic-sql.lisp: in DO-QUERY and MAP-QUERY, if the 
1872         query-expression arg evaluates to a list, then we have an object 
1873         query. 
1874         * tests/test-oodml.lisp: add tests for DO-QUERY and MAP-QUERY with 
1875         object queries. 
1876         * TODO: remove items done and add a todo for SELECT. 
1877         * sql/objects.lisp: SELECT takes a :field-names arg to pass on to 
1878         QUERY. 
1879         * sql/sql.lisp: add :field-names arg to QUERY. 
1880         * tests/test-fdml.lisp: minor rework to use :field-names arg to 
1881         SELECT. 
1882
1883 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk)
1884         * sql/objects.lisp: fix bug in FIND-ALL when SELECT called with 2 
1885         or more View Classes. 
1886         * sql/objects.lisp: make the :flatp argument to SELECT work with 
1887         object queries. 
1888         * sql/objects.lisp: make SELECT accept a :result-types argument 
1889         (defaults to :auto) which is passed on to QUERY.  
1890         * sql/objects.lisp: SELECT returns field-names as a second value. 
1891         * tests/test-ooddl.lisp: add flatp arg to SELECT calls as appropriate. 
1892         * tests/test-fdml.lisp: add flatp/result-types arguments to calls 
1893         to SELECT and take only first value as appropriate.
1894         * tests/test-fdml.lisp: add two new tests for query result coercion 
1895         and the field-names returned as a second value from SELECT. 
1896         * tests/test-oodml.lisp: add flatp arg to SELECT calls as appropriate. 
1897         
1898 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1899         * Version 2.10.6-pre1
1900         * sql/metaclasses.lisp: Add void-value slot
1901         * doc/csql.xml: Update def-view-class documentation
1902         * test/test-init.lisp: Change old :db-type to :db-kind.
1903         Remove old :nulls-ok attributes.
1904         * sql/objects.lisp: Add new universal-time and bigint
1905         types. Optimize reading of integers using parse-integer
1906         rather than read-from-string.
1907         * */*.lisp: Merge clsql-base-sys and clsql-base packages
1908         into clsql-base package
1909         * classic/sql.lisp: Move large object support into base, leaving
1910         classic without any functionality that is provided in the clsql
1911         system.
1912         * classic/package.lisp: Rename clsql-classic-sys package to
1913         its former nickname of clsql-classic
1914         
1915 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1916         * Version 2.10.5: SQLite backend now passes all result-types tests
1917         * clsql-sqlite.asd: Depend on clsql-uffi system
1918         * db-sqlite/sqlite-sql.lisp: Use clsql-uffi:convert-raw-field
1919         for efficiency and code reuse. 
1920         * db-sqlite/sqlite-api-uffi.lisp: Change (* :char) to (* :unsigned-char)
1921         for better cross-implementation compatibility.
1922
1923 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1924         * Version 2.10.4
1925         * sql/tables.lisp: Fix typo in CACHE-TABLE-QUERIES
1926         [Marcus Pearce]
1927         * db-postgresql/postgresql-sql.lisp: Fix foreign-string vs. cstring
1928         bug on SBCL in result-field-names function as reported by Marcus Pearce
1929         * db-sqlite/sqlite-sql.lisp: Fix  in database-store-next-row
1930         manifest in SBCL testing
1931         
1932 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
1933         * Version 2.10.3
1934         * sql/database.lisp: Conform more to CommonSQL output
1935         for STATUS command [Marcus Pearce]
1936         * sql/sqlite-sql.lisp: Rework to use result-types
1937         * sql/sqlite-api-clisp.lisp: Add compatibility layer
1938         with sqlite-api-uffi.lisp so that sqlite-sql.lisp can
1939         be cleaned up of most clisp reader conditionals
1940         * sql/test-init.lisp: Now run field type tests on sqlite
1941         backend
1942         
1943 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1944         * Version 2.10.2
1945         * base/basic-sql.lisp: Set default value of :result-types 
1946         to :auto for more CommonSQL conformance. 
1947         * test/test-fdml.lisp: Add tests for numeric value of fields
1948         
1949
1950 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1951         * Version 2.10.1: New API function: CACHE-TABLE-QUERIES.
1952         * base/basic-sql.lisp, db-*/*-sql.lisp: More CommonSQL conformance.
1953         Return field names as second value for QUERY. This can be overridden
1954         for efficiency with the new keyword :FIELD-NAMES set to NIL
1955         in the QUERY invocation.
1956         * test/test-fdml.lisp: Add tests for new field-name feature
1957         * sql/metaclass.lisp: Remove old Lispworks cruft
1958         and replace it with invocation of new code in kmr-mop.lisp
1959         which actually works with Lispworks 4.2
1960         * doc/ref_clsql.xml: Document new :FIELD-NAMES keyword to
1961         QUERY function
1962         * base/db-interface.lisp: Document the multiple values
1963         returned by DATABASE-ATTRIBUTE-TYPE so matches the
1964         undocumented CommonSQL behavior. 
1965         * sql/table.lisp: Add *CACHE-TABLE-QUERIES-DEFAULT* and
1966         *DEFAULT-UPDATE-OBJECTS-MAX-LEN* variables and export them.
1967         LIST-ATTRIBUTE-TYPES now conforms to CommonSQL spec.
1968         Implement CACHE-TABLE-QUERIES.
1969         * db-odbc/odbc-sql.lisp: Fix attribute-type function
1970         * test/test-fddl.lisp: Add tests for attribute type     
1971         * db-mysql/mysql-sql.lisp: Mild optimization in accessing
1972         field structures.
1973         * base/classes.lisp: Add attribute-cache slot to database clas
1974         * base/initialize.lisp: initialize-database-type now automatically
1975         loads database-type backend as needed.
1976         * base/test-init.lisp: Utilize new initialize-database-type functionality.
1977         * TODO: remove items done
1978         
1979 30 Apr 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
1980         * Version 2.9.6
1981         * sql/objects.lisp: remove create/drop-sequence-from-class. 
1982         * sql/objects.lisp: add INSTANCE-REFRESHED generic function. 
1983         * sql/objects.lisp: improved CommonSQL compatibility for
1984         UPDATE-RECORD-FROM-SLOT, UPDATE-RECORD-FROM-SLOTS,
1985         UPDATE-RECORDS-FROM-INSTANCE and DELETE-INSTANCE-RECORDS. 
1986         * sql/generics.lisp: move generics from objects.lisp to here. 
1987         
1988 29 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1989         * Version 2.9.6-pre1
1990         * db-mysql/mysql-client-info.lisp: Add client version 4.1
1991         detection
1992         * sql/sql.lisp: Make *default-database* the default for
1993         TRUNCATE-DATABASE
1994         
1995 28 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
1996         * Version 2.9.5
1997         * db-mysql/mysql-sql.lisp: Fix bug in transaction capability
1998         detection
1999         * sql/objects.lisp: Commit patch from Slawek Zak to allow specifying 
2000         :metaclass in DEF-VIEW-CLASS invocation. This allows defining classes 
2001         on a metaclass specialized from standard-db-class.
2002
2003         
2004 24 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2005         * Version 2.9.4: Multiple changes to support Allegro's "modern"
2006         lisp which uses a lowercase reader and has case-sensitive symbols
2007         * sql/classes.lisp: Fix make-load-form bug for sql-ident-table
2008         exposed by case-sensitive mlisp. 
2009
2010 22 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2011         * Version 2.9.3: All tests now pass on all platforms!
2012         * LATEST-TEST-RESULTS: New file with summary of test results
2013         * sql/generics.lisp: New file for generic function definitions.
2014         * test/test-init.lisp: Display names of skipped tests.
2015         Use unwind-protect to ensure disconnect
2016         * sql/objects.lisp: Change database-type to database-underlying-type
2017         so that actual database engine is properly identified
2018         * db-odbc/odbc-api.lisp: Have default *time-conversion-function*
2019         return an ISO timestring for compatibility with other drivers.
2020         Workaround bug in MyODBC for LIST-TABLE-INDEXES
2021         * test/test-fdml.lisp: Accomodate that odbc-postgresql driver
2022         returns floating-point values for floor and truncate operations 
2023         * db-aodbc/aodbc-sql.lisp: Implement DATABASE-LIST-VIEWS
2024         * tests/test-basic.lisp: Port to regression tester
2025         * test/test-init.lisp: Output to *report-stream*
2026         * docs/appendix.xml: Document ODBC and SQLite backends.
2027         * sql/classes.lisp: Make output-sql require a database parameter.
2028         This allows SQL generation to have the proper case to support
2029         the differences in case handling between CommonSQL API,
2030         Postgresql, MySQL, Oracle.
2031         
2032 21 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2033         * Version 2.9.2: Improvments in database capability introspection
2034         and querying. Support transactions in MySQL where available.
2035         All tests now pass on MySQL and SQLite in addition to postgresql
2036         and postgresql-socket. ODBC fails only with OODDL/TIME/1 and OODDL/TIME/2.
2037         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST-VIEWS. Better support
2038         DATABASE-LIST-SEQUENCES.
2039         * clsql-uffi.asd, clsql-mysql.asd: Improve shared library loading
2040         * Database_capabilies: add HAS-VIEWS, HAS-CREATE/DESTROY-DB,
2041         HAS-BOOLEAN-WHERE, TRANSACTION-CAPABLE
2042         * tests/*.lisp: Check database capabilities and remove tests which
2043         the database backend does not support
2044         * sql/table.lisp: Add :TRANSACTIONS keyword to create table which
2045         controls whether InnoDB tables will be created when supported on
2046         the underlying MySQL server.
2047         
2048 20 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2049         * Version 2.9.0: New API function: LIST-TABLE-INDEXES,
2050         supported by all database backends (except AODBC since
2051         AODBC doesn't support index querying)
2052         * db-obdc/odbc-sql.lisp: Support DATABASE-LIST-INDEXES
2053         * db-odbc/odbc-api.lisp: Add %TABLE-STATISTICS function
2054         to support index queries
2055         * db-aodbc/aodbc-sql.lisp: Filter driver manager
2056         "information_schema" tables from LIST-TABLES
2057         * tests/test-basic.lisp: Remove table after testing
2058         * tests/test-fddl.lisp: Test LIST-TABLE-INDEXES
2059         * base/db-interface.lisp: Add DATABASE-UNDERLYING-TYPE
2060         which gets the underlying type of database -- required
2061         when dealing with ODBC databases and want to query
2062         database capabilities. Added DB-USE-COLUMN-ON-DROP-TABLES?
2063         as first database-backend specific feature. Is T on
2064         :mysql, NIL on other backends. Change DROP-TABLE to
2065         query this.
2066         
2067 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2068         * Version 2.8.2: Build changes for FreeBSD [Slawek Zak]
2069
2070 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2071         * Version 2.8.1
2072         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST function 
2073         * db-odbc/odbc-dbi.lisp: Add LIST-ALL-DATA-SOURCES function 
2074
2075 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2076         * Version 2.8.0: New API function: LIST-DATABASES
2077         * base/utils.lisp: Fix command-output on CMUCL/SBCL
2078         * db-*/*-sql.lisp: Add new database-list function
2079         * base/database.lisp: Add new LIST-DATABASES command
2080         
2081 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2082         * Version 2.7.9
2083         * db-sqlite/sqlite-sql.lisp: Fix sequence functions.
2084         * db-sqlite/sqlite-api-uffi.lisp: Print error string
2085         correctly.
2086         
2087 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2088         * Version 2.7.7
2089         * doc/csql.xml, examples/clsql-tutorial.lisp: Patch for db-kind
2090         from Eduardo Munoz.
2091         
2092 17 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2093         * Version 2.7.6
2094         * base/objects.lisp, base/classes.lisp: Patch
2095         for db-kind from Eduardo Munoz
2096         
2097 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2098         * Version 2.7.5
2099         * base/basic-sql.lisp: Fix FLATP in QUERY
2100
2101 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2102         * Version 2.7.3: Implement RECONNECT
2103
2104 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2105         * Version 2.7.2: Fix ODBC on Lispworks Windows
2106
2107 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2108         * Version 2.7.1: Fix for new ODBC backend.
2109         clsql-odbc now works on SBCL, CMUCL, OpenMCL
2110         in addition to AllegroCL and Lispworks.
2111
2112 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2113         * Version 2.7.0: New backend: ODBC. Tests as
2114         well as AODBC backend on Allegro,Lispworks.
2115         SBCL and CMUCL don't work quite yet.  Requires UFFI v1.4.11+
2116         * db-odbc/*.lisp: Add ODBC3 function SQLSetEnvAttr
2117         to explicitly set ODBC2 support. Add BIGINT support.
2118         Add result-types support. Added SQLTables.
2119         Fix array type in fetch-all-rows. Make width
2120         changable by database or query.
2121         * base/utils.lisp: Add process functions
2122         * base/package.lisp: Export utils to CLSQL-BASE-SYS
2123         * db-aodbc: Implement sequence functions,
2124         database-list-tables, database-list-attributes
2125         * tests/utils.lisp: Add support for ODBC backend,
2126         rework READ-SPECS to use +all-db-types+
2127         * db-mysql/mysql-sql.lisp: Use WITHOUT-INTERRUPTS
2128         for SEQUENCE-NEXT
2129         
2130 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2131         * Version 2.6.13. Requires UFFI version 1.4.9
2132         * db-odbc/*.lisp: Further porting.
2133         Pre-alpha code! But, basic query is now working.
2134
2135 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2136         * Version 2.6.12
2137         * base/transactions.lisp: Add quote for macro
2138         expansion of WITH-TRANSACTIONS [Time Howe]
2139         * db-sqlite/sqlite-sql.lisp: Support memory database
2140         in database-probe [Ng Pheng Siong]
2141         * db-odbc/*.lisp: Initial port to UFFI of SQL-ODBC.
2142         The DBI layer is not finished.
2143         
2144 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2145         * Version 2.6.11
2146         * sql/objects.lisp: add :root-class functionality for
2147         list-classes and add duration type support [Marcus Pearce]
2148         * db-odbc: Add mid-level [DBI] layer
2149
2150 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2151         * Version 2.6.10
2152         * db-aodbc: Add methods for generic functions, some are
2153         not yet implemented.
2154         * clsql-odbc.asd, db-odbc/*.lisp: Initial start of ODBC
2155         support
2156
2157 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2158         * Version 2.6.9
2159         * base/package.lisp: Add missing symbols [Marcus Pearce]
2160
2161 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2162         * Version 2.6.8
2163         * test/test-fddl.lisp: Cleanup fix [Marcus Pearce]
2164         * utils/time.lisp: Multiple fixes [Marcus Pearce]
2165         * sql/sql.lisp: Fix for truncate-database [Marcus Pearce]
2166         
2167 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2168         * Version 2.6.7
2169         * sql/*.lisp: Remove schema versioning cruft
2170         [Marcus Pearce]
2171         * Makefile: Add classic subdirectory
2172         
2173 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2174         * Version 2.6.6
2175         * sql/sql.lisp: Fix TRUNCATE command, bug reported
2176         by Marcus Pearce
2177         * sql/sql.lisp: Remove EXPLAIN function. Postgresql/Oracle
2178         specific and easy for an application to directly support.
2179         Idea from Marcus Pearce.
2180         * base/basic-sql.lisp: Remove DESCRIBE-TABLE top-level 
2181         API as duplicates LIST-ATTRIBUTE-TYPES [Marcus Pearce].
2182         Keep low-level interface for future optimization
2183         supporting LIST-ATTRIBUTE-TYPES command.
2184         * Makefile: Add to db-sqlite and test directories.
2185         Include them in top-level Makefile
2186         
2187 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2188         * Version 2.6.5
2189         * sql/relations.lisp: Add missing file
2190         * utils/time.lisp: Fixes/extensions [Marcus Pearce]
2191         * test/test-time.lips: New file [Marcus Pearce]
2192         
2193 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2194         * Version 2.6.4
2195         * test/test-init.lisp: Properly handle object
2196         creation. Close database after use.
2197         * sql/sql.lisp: Make DESCRIBE-TABLE a generic
2198         function so can have methods specialized on
2199         table being a string or an sql-table object.
2200         * base/pool.lisp: Really fix CMUCL locking
2201         
2202 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2203         * Version 2.6.3
2204         * test/test-init.lisp: Signal correctly
2205         if any errors occurred in any test suite
2206         * base/loop-extensions.lisp: Fix error
2207         introduced for Lispworks
2208         * base/pool.lisp: Fix locking for CMUCL
2209         * base/objects.lisp: Remove schema-version cruft
2210         
2211 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2212         * Version 2.6.2: New CLSQL API functions:
2213         DESCRIBE-TABLE AND TRUNCATE-DATABASE
2214         Currently, this are only supported on :postgresql
2215         and :postgresql-socket
2216         * base/database.lisp: automatically load ASDF system
2217         in CONNECT if not already loaded
2218         * base/tests.lisp: disconnect database after testing 
2219         * base/*.lisp: Remove CLOSED-DATABASE type in favor
2220         of storing open/closed status in slot of database
2221         * base/pool.lisp: Support locks for CMUCL, OpenMCL, SBCL
2222         * db-postgresql/postgresql-sql.lisp: add DATABASE-RECONNECT,
2223         DATABASE-DESCRIBE-TABLE
2224         * db-sqlite/sqlite-sql.lisp: Add missing slots in database
2225         * base/conditions: Remove duplicate condition
2226         * db-*/*-sql.lisp: Fill new database slot DATABASE-TYPE
2227         * base/recording.lisp: Add new :QUERY type for recording
2228         
2229 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2230         * Version 2.6.1: documentation fixes, merged
2231         classic-tests into tests
2232
2233 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2234         * Version 2.6.0 released: New API functions
2235         CREATE-DATABASE, DESTORY-DATABASE, PROBE-DATABASE
2236         * doc/ref_clsql.xml: Document new functions
2237         * base/database.lisp: New API functions
2238         * base/conditions.lisp: Added CLSQL-ACCESS-ERROR
2239         * base/utils.lisp: Fix use of position-char.
2240         Add COMMAND-OUTPUT used by backends for running
2241         external programs. Fix parsing of SQL*NET-compatible
2242         connection-specs.
2243         * base/loop-extension.lisp: Simplify package use
2244         for Lispworks and Allegro
2245         * db-*/*-sql.lisp: Added DATABASE-CREATE,
2246         DATABASE-DESTORY, PROBE-DATABASE methods
2247         * tests/test-init.lisp, clasic-tests/tests.lisp:
2248         Use destroy-database and create-database to ensure 
2249         testing with empty database
2250         * tests/test-connection.lisp: Add tests for
2251         parsing of string connection-specs
2252         * examples/run-tests.sh: New file for running
2253         test suite on all installed CL implementations
2254         * examples/clsql-tutorial.lisp: moved from
2255         doc directory
2256         * examples/dot.clsql-tests.config: New file
2257         giving an example test configuration
2258         * test/README: Add notes about rtest/ptester
2259         downloads and link to sample test configuration file.
2260         
2261 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2262         * Version 2.5.1 released:
2263         * tests/*.lisp: Rework so tests are run
2264         on multiple backends automatically based
2265         on the contents of ~/.clsql-tests.config.
2266         Reuse helper functions from classic-tests.
2267         * base/database.lisp: Support connection-spec
2268         as string for CONNECT
2269         * classic-tests/tests.lisp: Automatically
2270         load database backends as needed. 
2271         
2272 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2273         * Version 2.5.0 released:
2274         All tests for CLSQL and CLSQL-CLASSIC pass
2275         on all platforms.
2276         * base/loop-extension.lisp: Add Lispworks
2277         loop-extension. Improve type specifying on
2278         other platforms.
2279         
2280 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2281         * Version 2.4.2 released:
2282         loop extension now supported on Allegro, all
2283         CLSQL-TESTS pass on Allegro.
2284         * sql/metaclasses.lisp: Some optimization
2285         of compute-slots, be selective when
2286         ordered-class-slots needs to be called
2287         instead of class-slots
2288         * TODO: add URL with documentation on
2289         extending Lispworks LOOP form
2290         
2291 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2292         * Version 2.4.1 released: CLSQL-TESt suite passes
2293         all tests for postgresql and CMUCL, SBCL, OpenMCL.
2294         Allegro and Lispworks pass all tests except for
2295         FDML/LOOP/1 since the loop extension have not yet
2296         been ported to those implementions.
2297         * sql/metaclasses.lisp: Added new slot to standard-db-class
2298         to hold user-specified type. OpenMCL adjustments to compensate
2299         for its type-predicate function. Since AllegroCL, Lispworks,
2300         and OpenMCL have different slot orders, added compute-slots
2301         and ordered-class-slots functions so their slot order matches
2302         SBCL/CMUCL.
2303
2304 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2305         * Version 2.4.0 released: All tests for clsql-classic now finish
2306         correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for
2307         mysql, postgresql, postgresql-sockets, and sqlite backends.
2308         * db-mysql/mysql-sql.lisp: Fix array dereferencing
2309         * classic-tests/tests.lisp: Fix package name of
2310         number-to-sql-string. 
2311         * clsql.asd/clsql-tests.asd: Add support for asdf:test-op
2312         * db-sqlite/sqlite-api-{uffi,sql}.lisp: Multiple UFFI fixes,
2313         now passes tests on all support UFFI platforms.
2314         * db-postgresql-socket/postgresql-socket-api.list: Ported to 
2315         SBCL and OpenMCL
2316         * multiple: Finish renaming of :types keyword to :result-types for
2317         greater CommonSQL compatibility, including documentation
2318         * sql/basic-cmds.lisp: Remove obsolete file
2319         
2320 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2321         * Version 2.3.3 released
2322         * Fixes for sequences on mysql and sqlite [Marcus Pearce]
2323         * Fixes for uffi sqlite backend [Aurelio Bignoli / Kevin Rosenberg]
2324         * Fix for schema table [Marcus Pearce]
2325         * Add loop extension support for SBCL and OpenMCL [Marcus Pearce]
2326         * Fixes to test suite [Marcus Pearce]
2327
2328 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2329         * db-*/*-sql.lisp: Ensure that expr in
2330         database-query-result-set is a string
2331         * Documentation integration
2332         
2333 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2334         * With for Marcus Pearce's excellent work, I've merged
2335         his clsql-usql port into clsql. The original clsql
2336         interface is available in the clsql-classic package.
2337
2338 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2339         * Integrate patch from Marcus Pearce <ek735@soi.city.ac.uk>
2340         adding further support for providing backend for UncommonSQL
2341
2342 10 Mar 2004 Kevin Rosenberg (kevin@rosenberg.net)
2343         * Integrate patch from Aurelio Bignoli for SQLite backend
2344
2345 11 Nov 2003 Kevin Rosenberg (kevin@rosenberg.net)
2346         * Converted documentation to XML format
2347         * Made package installable with asdf-install
2348
2349 23 Jul 2003 Kevin Rosenberg (kevin@rosenberg.net)
2350         * Add for-each-row macro
2351
2352 12 Dec 2002 Kevin Rosenberg (kevin@rosenberg.net)
2353         * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
2354         
2355 16 Oct 2002 Kevin Rosenberg (kevin@rosenberg.net)
2356         * Add support for SBCL, OpenMCL, and SCL
2357         * Add *load-truename* to search path for clsql's
2358         compiled libraries.
2359
2360 01 Sep 2002 Kevin Rosenberg (kevin@rosenberg.net)
2361         * Rework use of file types in .asd files
2362
2363 17 Aug 2002 Kevin Rosenberg (kevin@rosenberg.net)
2364         * Add .asd definition files for ASDF users
2365
2366 31 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
2367         * Restructure directories for Common Lisp Controller v3 compatibility
2368
2369 25 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
2370         * Also change case of logical host in loader files
2371         * Rework handling of logical pathnames
2372         
2373 05 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
2374         * Change case of logical host
2375         
2376 14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
2377         * clsql-base.system: Added base package that can be used without
2378         high-level SQL commands. Used for adding support for UncommonSQL.
2379         * *.system: Reworked logical pathnames to be more consistent with
2380         Common Lisp Controller.
2381         * debian/*: Completed initial Debian support
2382         
2383 10 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
2384         * sql/classes.cl:
2385         * sql/transactions.cl:
2386         Added transaction support. Functions/macros added:
2387         with-transaction, commit-transaction, rollback-transaction,
2388         add-transaction-commit-hook, add-transaction-rollback-hook
2389
2390 04 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
2391         * sql/sql.cl:
2392         * sql/pool.cl:
2393         * sql/functional.cl:
2394         Added pool support in connect/disconnect and with-database.
2395         Removed with-db-from-pool as with-database can now works with the connections pool
2396
2397 01 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
2398         * sql/sql.cl:
2399         * sql/pool.cl:
2400         * sql/classes.cl:
2401         * sql/package.cl:
2402         Completed connection pool.
2403         Added with-db-from-pool macro.
2404         
2405 27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
2406         * Multiple files:
2407         Added initial support for connection pool
2408         * sql/transactions.cl
2409         Took transaction code from UncommonSQL and integrated
2410         into CLSQL code. See file for disclaimer about why this
2411         was added.
2412
2413 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
2414         * interfaces/postgresql/postgresql-sql.cl:
2415         Fix keyword typo in database-read-large-object
2416         * interfaces/mysql/mysql-loader.cl
2417         Fix loading on Win32
2418         * test-suite/tester-clsql.cl
2419         Fix type coercion of double-float
2420         * doc/*
2421         Added debian docbook catalog, made it the default
2422         
2423 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
2424         * interface/postgresql/postgresql-api.cl:
2425         * interface/postgresql/postgresql-sql.cl:
2426         * sql/sql.cl:
2427         * sql/db-interface.cl:
2428         Added large objects support for postgresql.
2429
2430 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
2431         * src/postgresql-socket/postgresql-socket-api.cl:
2432         Fixed find-foreign-function call, eliminated crypt warning
2433         * Makefiles:
2434         Multiple improvements
2435         * sql/usql.cl:
2436         Moved functionality from low-level interfaces to this file
2437         via generic functions
2438         * test-suite/tester.cl:
2439         Added test with acl-compat-tester, moved others to old-tests
2440         directory.
2441         
2442 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
2443         * src/usql.cl:
2444         Reinstated commented out sections
2445         * interfaces/postgresql/postgresql-loader.cl:
2446         * interfaces/mysql/mysql-loader.cl:
2447         Updated find-forieign-library support.
2448         * interfaces/postgresql-socket/postgresql-socket-package.cl:
2449         Fixed require form for Lispworks (Thanks Marc Battyani!)
2450         * interfaces/postgresql-socket/postgresql-socket-api.cl:
2451         Fixed eval of def-function for crypt library.
2452                 
2453 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2454         * Added interface to support USQL high-level rouines
2455         
2456 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2457         * Separated db-interface and conditions from sql/sql.cl
2458         * Improved foreign library loading testing
2459         * interfaces/postgresql/postgresql-api.cl
2460         Added PQisBusy function
2461         * interfaces/clsql-uffi/clsql-uffi.cl
2462         Fixed sign error for 64-bit processing
2463         
2464 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2465         * interfaces/postgresql-socket/postgresql-socket-api.cl:
2466         Fixes to read-double-from-socket. Added 64-bit integer support.
2467         * test-suite/xptest-clsql.cl
2468         Added testint for 64-bit integers
2469         * Additons to installation docs
2470         
2471 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2472         * interfaces/postgresql-socket/postgresql-socket-api.cl:
2473         Implemented direct socket reading for field type :double
2474         * Added usage information for :types to documentation
2475         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
2476         atol, atof calls
2477         * interfaces/clsql-uffi: Created new directory. Split common
2478         interface routines that use UFFI into this package. Required
2479         especially to support direct reading of 64-bit integers into
2480         bignums and bypassing temporary strings.
2481         * test-clsql.cl: Updated to test postgresql-socket's
2482         read-double-from-socket function.
2483         * test-suite/xptest-clsql.cl
2484         Started work on test suite
2485
2486 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2487         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
2488         mysql-fetch-field-direct Got :auto types working
2489         * interfaces/postgresql/postgresql-api.cl
2490         * interfaces/postgresql-socket/postgresql-socket-api.cl
2491         Added pgsql-field-types enum. Got :auto types working.
2492         * multiple-files
2493         Renamed :field-types to :types.
2494         
2495 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2496         * Added field-types parameter to query, database-query,
2497         database-query-result-set, map-query. Haven't added code
2498         to utilize field types, yet.
2499         * Changed postgresql-socket result set from cons to a structure
2500         * Updated test-clsql.cl to use automated testing with a config
2501         file
2502         * Changed return types of field accessors from cstring to
2503         (* :unsigned-char).  This prepares for being able to use specified
2504         type conversions when taking field data into lisp.
2505         * Added field-type processing for most interfaces. Not done yet.
2506         
2507 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
2508         * doc/ref.sgml: Updated MAP-QUERY example to use
2509         *read-default-float-format* (John Foderaro)
2510         * Extensive work to foreign library loaders and .system files to
2511         check for successful loading of foreign libraries.
2512         * Modified test-clsql.cl to allow more modularity and
2513         automated testing in future release.
2514         * mysql/mysql-sql.lisp: Added field types
2515         
2516 01 Jan 2002 Kevin Rosenberg (kevin@rosenberg.net)
2517         * mysql/mysql-sql.lisp:
2518         - Added support for Allegro CL and Lispworks using UFFI layer
2519         - Changed database-connect to use mysql-real-connect. This way,
2520           can avoid using double (unwind-protect)
2521         - Changed database-connect to have MySQL library allocate space
2522           for MYSQL structure. This will make the code more robust in
2523           the event that MySQL library changes the size of the mysql-mysql
2524           structure.