Version 6.7.0 release
[clsql.git] / ChangeLog
1 2016-01-26 Kevin Rosenberg <kevin@rosenberg.net>
2         * Version 6.7.0 release
3         * sql/utils.lisp: Apply patch from Martin Simmons for
4         Lispworks 7 compatiblity
5
6 2016-01-17 Russ Tyndall <russ@acceleration.net>
7         * applied patches from Javeier Olaechea
8         * allows unix socket connections in clsql-postgressql-socket3
9         * modernize asd slightly
10
11 2015-10-09 Russ Tyndall <russ@acceleration.net>
12         * add decimals.lisp file https://github.com/tlikonen/cl-decimals
13         * use this for safe parsing of numeric / decimal / rational types
14         * Added because newer postgres print money types as currency strings
15
16 2015-08-12 Kevin Rosenberg <kevin@rosenberg.net>
17         * Version 6.6.3 release
18         * db-oracle/oracle-sql.lisp: Patch for PostgreSQL socket interface
19         for unicode characters. Thanks to Jason Melbye.
20
21 2015-06-02 Daniel KochmaƄski <dkochmanski@turtle-solutions.eu>
22         * clsql.asd, sql/package.lisp: Add ECL compatibility fixes
23         * sql/db-interface.lisp: Fix declaration typo
24
25 2015-04-06 Russ Tyndall <russ@acceleration.net>
26         * sql/operations, sql/expressions: add postgresql E-string
27         operator / expression.  Needed for correct regex handling
28         EG: [E "some string"]=> E'some string'
29
30 2015-03-30 Kevin Rosenberg <kevin@rosenberg.net>
31         * Version 6.6.2 release
32         * db-oracle/oracle-sql.lisp: Remove extra hyphen, thanks to
33         Thomas Vossen
34         
35 2015-03-24 Russ Tyndall <russ@acceleration.net>
36         * sql/oodml.lisp: fixed call-next-method in the base of
37         read-sql-value and replaced with a continuable
38         sql-value-conversion-error
39         * default read-sql-value for list
40         * tests for sql-value-conversion-errors and list
41
42 2015-03-18 Russ Tyndall <russ@acceleration.net>
43         * {uffi,db-mysql}/Makefile: remove -pie build hardening for
44         which caused load issues for Linux Mint
45
46 2015-03-18 Kevin Rosenberg <kevin@rosenberg.net>
47         * Version 6.6.1 release
48         * {uffi,db-mysql}/Makefile: Remove pie from build
49         hardening options for Debian/Ubuntu systems. Thanks to
50         DJ <jakep@arqux.com> and Russ Tyndall <russ@acceleration.net>
51
52 2015-02-26 Kevin Rosenberg <kevin@rosenberg.net>
53         * Version 6.6.0 release
54         * {uffi,db-mysql}/Makefile: Add build hardening for Debian
55
56 2015-02-24 Russ Tyndall <russ@acceleration.net>
57         * mysql-sql.lisp
58         an error in type declarations generating a compilation warning
59         was being treated as an error in recent SBCLs, fixed the type
60         warning by correcting the type (still a ton of compliation
61         notes)
62
63 2015-02-23 Russ Tyndall <russ@acceleration.net>
64         * sql/metaclasses.lisp
65         made reinitialize-instance return the instance passed to it as
66         SBCL now expected (mentioned on the SBCL-devel mailing list by
67         Stas
68
69 2014-12-03 Russ Tyndall <russ@acceleration.net>
70         * sqlite-sql.lisp
71         Added database arg to `canonicalize-result-types` so that it could
72         correctly call `sqlite-aref` with the required number of arguments
73         Thanks Zach Beane for the bug report.
74
75 2014-07-29 Russ Tyndall <russ@acceleration.net>
76         * mysql-api.lisp, mysql-sql.lisp, test-connection.lisp
77         Added code to the mysql backend to pull all result sets as
78         multiple args.  This fixes a bug in the mysql backend where trying
79         to query after executing a stored procedure (even on a pooled
80         connection) would raise an error about the connection being out of
81         sync.  The second result set for the stored procedure seems to be
82         empty, so not sure why we need to iterate past it.
83
84         patch / bugreport provided by: Ilya Khaprov deadtrickster@github
85
86 2014-06-11 Russ Tyndall <russ@acceleration.net>
87         * databases.lisp, sqlite3-sql.lisp
88         Similar to and overriding the patch 2014-01-30 937a3d, adds a
89         default-encoding variable uses that in places where a nil encoding
90         was being passed. Defaults to :utf-8.  This is mostly in place so
91         that uffi and cffi both work similarly (by moving the default into
92         clsql instead of clsql-uffi).  This allows my automated build
93         environment to do its job
94
95 2014-06-10 Russ Tyndall <russ@acceleration.net>
96
97         * db-mysql/Makefile - the results of dpkg-buildflags --get LDFLAGS
98         seem to have changed on my system and and sed was returning
99         invalid command line arguments to ld.  To resolve this I changed
100         sed to emit valid args, which seems to have resolved the issue.
101
102 2014-04-24 Russ Tyndall <russ@acceleration.net>
103         * oodml.lisp, test-oodml.lisp Better handling of view-slots of
104         type symbol/keyword.  Better handling of printing and reading
105         bindings (per mailing list request, always read and write in base
106         10)
107
108 2014-03-04  Kevin Rosenberg <kevin@rosenberg.net>
109         * Version 6.5.0: New release
110         * makefile.common: Check for /usr/bin/dpkg-buildflags
111         * {db-mysql,uffi}/Makefile: Use debian buildflags
112
113 2014-02-24 Russ Tyndall <russ@acceleration.net>
114         * oodml.lisp bind *print-length* to nil before printing
115         lists/arrays to the database.
116
117 2014-01-30 Russ Tyndall <russ@acceleration.net>
118         * sqlite3-sql.lisp specify :utf-8 as the default encoding if there
119         is not one (allows :clsql-cffi to be closer to working for this
120         backend).
121
122         I ran the test suite successfully once with :clsql-cffi, but there
123         after I got spurious errors and especially unrecoverable errors
124         while connecting about the database being locked
125
126 2014-01-30 Russ Tyndall <russ@acceleration.net>
127         * sqlite3-sql.lisp, fddl.lisp Dont compare database-identifiers
128         with invalid comparison operators
129
130 2014-01-30 Russ Tyndall <russ@acceleration.net>
131         * generic-odbc.lisp, ooddl.lisp, generic-postgresql.lisp,
132         test-init.lisp, ds-nodes.lisp, generic-odbc.lisp, odbc-sql.lisp
133
134         auto-increment-column support improvement (mssql esp, now will
135         auto-fill after insert). Use +auto-increment-names+ to determine
136         auto-increment-column-p.
137
138         This triggered much test failing as regards normalized classes /
139         autoincrement primary key stuff.
140
141         New odbc-postgresql-database sub-type
142
143         POSSIBLY BREAKING CHANGES:
144         1 ) Previously all classes in a normalized heirachy had their p-key
145         marked as "auto-increment".  Usually auto-increment means a key
146         supplied by the database system, so this was decidedly
147         non-standard usage (clsql is explicitly providing the key for all
148         normalized subclasses of any given parent see ds-nodes.lisp). Some
149         RDMS will not allow insertion/updates of autoincrement columns
150         without hoop jumping and, as it doesnt really make much sense, I
151         removed the "auto-increment" aspects of normalized sub-classes.
152         Now the primary keys are chained regardless. The parent-most key
153         can be autoincrement or not.
154
155         2 ) ODBC Postgresql connections are now both GENERIC-ODBC-DATABASE
156         and GENERIC-POSTGRESQL-DATABASE.  Probably not a widely used path,
157         but this change allows most of the previously failing tests to
158         pass on this backend (we now format stuff correctly for postgres).
159         I anticipate this probably is not perfect yet (IE: I probably
160         missed something)
161
162 2014-01-29 Russ Tyndall <russ@acceleration.net>
163         * oodml.lisp, generics.lisp - added
164         clsql-sys::view-classes-and-storable-slots generic (added method
165         previously).  Also added to-database-p keyword to allow overrides
166         to distinguish between the two situations. Mostly so that
167         clsql-helper:dirty-slots-mixin can filter slots when writing
168         values to the database but still allow all slots to be read from
169         the database
170
171 2014-01-17 Russ Tyndall <russ@acceleration.net>
172         * oodml.lisp, generics.lisp - added filter-select-list generic
173           to allow fine grained control of generated query/object mappings
174         
175 2014-01-07 Russ Tyndall <russ@acceleration.net>
176         * clsql-uffi.lisp, sqlite3 auto-increment support
177         * clsql-uffi.lisp, test-basic.lisp, fixes related to unsigned vs
178           signed ints (thanks Aaron Burrow)
179         * cleaning and testing
180
181 2013-09-27 Russ Tyndall <russ@acceleration.net>
182         * fixed bug converting to boolean in db-mysql/mysql-sql.lisp
183         from github user Sectoid https://github.com/UnwashedMeme/clsql/pull/1
184
185 2013-06-19 Russ Tyndall <russ@acceleration.net>
186         * sql/oodml.lisp, db-postgresql-socket3/sql.lisp,
187           db-mysql/mysql-objects.lisp, sql/generic-odbc.lisp
188         Refactored read-sql-value similar to the other recent refactorings
189
190         * the symbol case now uses intern instead of read-from-string
191           (which may not return a symbol and could have security issues
192           since read-eval was not being unset)
193
194         * read-eval is now off for all cases
195
196         * centralized logic into a single case statement, hopefully making
197           this more readable and debuggable
198
199         * TODO: make these refactorings to the oracle backend (I cannot
200           test against oracle and am loathe to change without testing
201
202 2013-06-19 Russ Tyndall <russ@acceleration.net>
203         * sql/mysql-objects.lisp
204         Found and refactored a way some more eql specified methods of
205         database-get-type-specifier in mysql
206
207 2013-06-18 Russ Tyndall <russ@acceleration.net>
208         * sql/oodml.lisp, sql/mysql-objects.lisp
209         refactored database-output-sql-as-type in a similar fashion to
210         the previous refactor of database-get-type-specifier (fewer
211         methods using case instead of eql specifiers)
212
213         * removed very strange definition of outputing floats as strings
214           for something sane (it was previously doing silly work like
215           setting the default read float type (which AFAICT doesnt affect
216           printing))
217
218         * half of the cases nil returned "" other times it returned nil,
219           now if we get a null value we return nil always
220
221         * removed odd-logic (seemingly untouched since the initial import),
222           that removed null characters from printed lists.  If we have #\null
223           in a printed list, we had probably better figure out what went wrong
224           there rather than destructively modifying the list output on the way
225           to the DB ;; removed (substitute-char-string escaped #\Null " ")
226
227 2013-06-18 Russ Tyndall <russ@acceleration.net>
228         * sql/generic-odbc.lisp, sql/generic-postgresql.lisp, sql/oodml.lisp
229           tests/test-fddl.lisp
230
231         refactored database-get-type-specifier for postgres and mssql
232
233         Single methods with a case on the symbol arg (similar to the recent
234         refactoring in oodml.lisp)
235
236         This reduces line count and generally makes it easier to find and
237         read all the backend-specific types
238
239 2013-06-10 Russ Tyndall <russ@acceleration.net>
240         * sql/oodml.lisp, sql/generic-postgresql.lisp, doc/ref-fddl.xml,
241           sql/packages.lisp
242
243         Updated get-database-type-specifier to handle text/longchar type
244         and refactored
245
246         * added a warning above defaulting to VARCHAR (since its probably
247         NOT what is expected on a bad type specifier).
248
249         * added a case where the specified type being a string, passes
250         that string directly (to better/more easily allow db-specific
251         data-types).
252
253         * added cases where longchar or text converts to text, and
254         exported those symbols (as this seemed type seemed to be missing
255         from fddl/oddl anyway).
256
257         * reorganized these default methods into a single method with a
258         case statement rather than many eql specified methods (about half
259         the code)
260
261          * updated the docs to use text instead of longchar since text is
262          a more standard db-type (pg,my,and ms all use text)
263
264 2013-11-23 Kiss Kalman <kami@zalaszam.hu>
265         * utils/sql.lisp: Commit patch adding ccl getenv support
266
267 2013-04-17 Kevin Rosenberg <kevin@rosenberg.net>
268         * Version 6.4.1
269         * sql/utils.lisp: Patch from Ben Hyde to add weak hash table
270         support for CCL.
271
272 2013-03-07 Ryan Davis <ryan@acceleration.net>
273         * db-postgresql-socket/postgresql-socket-api.lisp - bugfix to
274         adapt to changes in md5:md5sum-sequence. CLSQL now requires a
275         version of MD5 released on or after 2012-11-25 (the latest version
276         currenty in quicklisp). Thanks to Nicolas Neuss for the bug
277         report.
278         * db-odbc/odbc-sql.lisp - keep a reference to the original
279         connection spec used to create `odbc-database` connections
280
281 2013-01-09 Russ Tyndall <russ@acceleration.net>
282         sql/oodml.lisp - changed view-classes-and-storable-slots to a
283         method (as it was intended to be all along)
284
285 2012-12-19 Kevin Rosenberg <kevin@rosenberg.net>
286         * Version 6.4
287
288 2012-11-20 Russ Tyndall <russ@acceleration.net>
289         ## Large refactoring of sql/oodml.lisp and surrounding code
290         * cleaned up update-records-from-* to utilize a single codepath
291           previously there was much duplicate code
292         * tried to further unify direct/effective slot-defs
293         * cleaned up much of the normalized classes code to be more
294           consistent in how it operated, and the code it used (less
295           copy/paste more functions)
296         * tried to standardize iteration a bit, previously almost all
297           of the iteration constructs in CL were used. Tried to
298           standardize on loop for readability / cohesiveness
299         * made functions to more easily look up particular slots, since
300           this was being done differently in each function
301         * added more doc-strings and updated documentation about
302           normalized classes
303         * inner-joins that are referenced in where clauses are no longer
304           added to the select table list (since they are also referenced
305           in the join position and this led to sql errors)
306         * collect-table-references methods added for sql-ident-table and
307           list
308
309         ## Semantic changes
310         * disallow where-less updates from objects (ie cannot call
311           update-records-from* with a keyless object)
312         * ordered-class-direct-slots now returns direct-slot-definitions
313           instead of effective-slot-definitions (as per name)
314         * direct-slot-definitions now contain the db-info hash table (same
315           as effective slots)
316         * removed this-class arg from update-instance-from-records - used to
317           be used for normalized code, no longer needed for that.
318         * find-all - bug fixes in table references, previously where clauses
319           surrounded by a list would have none of their references added to
320           the select. This was being exploited by certain code paths.  Now
321           all where clauses are searched
322           - No longer includes order-by and distinct as columns in the select
323             list.  The values seemed to be ignored in every code path and distinct
324             seemed to be intended to be used as a boolean anyway
325
326
327 2012-11-20  Nathan Bird  <nathan@acceleration.net>
328
329         * update-objects-joins - changed the default of slot from t (which
330           used to mean :deferred) to :immediate (to match the default
331           behavior of other parts of the system).  It also seemed like a bad
332           default to pull all the slots that were explicitly specified to be
333           not pulled by default.  This function now accepts more special
334           values (:immediate, :deferred, :all, or a list of slots).  To get
335           the old behavior call with :slots :deferred.
336
337
338 2012-10-30  Russ Tyndall <russ@acceleration.net>
339         * sql/command-object.lisp - added dates/times to the parameter value
340         coersion and pulled this into a new generic prepare-sql-parameter
341
342 2012-09-04  Kevin Rosenberg  <kevin@rosenberg.net>
343         * Version 6.3 released
344
345 2012-09-04  Russ Tyndall <russ@acceleration.net>
346         * sql/expressions.lisp - Try to respect the casing of symbols
347         where it seems intentional (ie: is not default). This should fix
348         a failing test case, and I think behaves more understandibly.
349
350         If you specify a casing '|Foo Bar| lets treat that a string "Foo Bar"
351         and output it escaped
352
353 2012-08-28  Ryan Davis <ryan@acceleration.net>
354         * db-sqlite3/sqlite3-api.lisp - allow pathnames in the connection
355         settings, so '("/db/my.sqlite") and '(#P"/db/my.sqlite") are
356         equivalent. Updated the docs to match.
357
358 2012-08-17  Russ Tyndall  <russ@acceleration.net>
359         * db-postgresql-socket3/package.lisp - shadow
360         postgresql-notification for compatibility with new
361         cl-postgres (Thanks Zach)
362
363 2012-07-09  Russ Tyndall  <russ@acceleration.net>
364         * sql/oodml.lisp - fixed a bug where the order by was being
365         destructively modified, causing odd caching issues when the
366         selected object was not statically known (eg unreferenced tables
367         could show up in the query if they were cached by a previous call
368         through this function.  I replaced this code with a
369         non-destructive variant which should solve this.
370
371         Thanks to Philipp Marek for the bug report
372
373 2012-06-25  Russ Tyndall  <russ@acceleration.net>
374         * sql/util.lisp, sql/metaclasses.lisp
375         Dequote database-identifiers if needed (passed a quoted symbol)
376         Metaclass args come through unquoted, so this eases interactions
377         with them
378
379 2012-06-22  Russ Tyndall  <russ@acceleration.net>
380         * sql/metaclasses.lisp: Changed compute-effective-slot-definition
381         to correctly copy the autoincrement-sequence slot to the ESD
382         previously it was being skipped (seemingly by accident).  Thanks
383         to flip214 on #lisp for the bug report
384
385 2012-04-26  Kevin Rosenberg  <kevin@rosenberg.net>
386         * Version 6.2 released: thanks to all the contributors!
387
388 2012-04-25  Nathan Bird  <nathan@acceleration.net>
389
390         * doc/threading-warnings.txt: Adding some notes from J.T.Klein
391         about the current state of thread-safety in clsql. This should be
392         incorporated into the main docs at some point.
393
394 2012-04-25  Russ Tyndall <russ@acceleration.net>
395         * sql/expressions.lisp (output-sql): on rendering update/insert
396         expression values, ensure that *in-subselect* is bound to T
397         so that the values will be correctly paren delimited
398
399 2012-04-24  Nathan Bird  <nathan@acceleration.net>
400
401         * sql/expressions.lisp (output-sql): on mysql CREATE TABLE
402         statements use 'ENGINE=innodb' instead of 'Type=InnoDB'. This has
403         apparently been preferred since mysql 4.1 and mysql 5.5 removed
404         type as a valid keyword.
405
406 2012-03-28  Russ Tyndall <russ@acceleration.net>
407
408         * sql/sequences.lisp: [A Patch FROM 2011-07-28 changed sequences.
409         They were previously prefixed with _CLSQL_SEQ_ but are now
410         suffixed with _CLSQL_SEQ. This is likely to break existing
411         implementations using the default sequence names
412
413         setting *old-sequence-names* to T, should force using the older
414         naming scheme
415
416 2012-03-27  Ryan Davis  <ryan@acceleration.net>
417
418         * sql/expressions.lisp: Fixed bug with subqueries in the where
419         clause of update-records and delete-records generating invalid
420         SQL. Previously subselects in where clauses would not have enough
421         parentheses, for example: "WHERE Id IN SELECT foo_id FROM bar"
422         vs. "WHERE Id IN (SELECT foo_id FROM bar)"
423         * tests/test-syntax.lisp: Added tests for using subqueries in the
424         where clause in update-records and delete-records. Moved asserts
425         in the test-output-sql/sql-ident-table function into the standard
426         test framework.
427         * doc/appendix.xml: added :connection-string to the information on
428         ODBC connection specs, and added example code connecting to ODBC
429         databases.
430
431 2012-01-05  Nathan Bird  <nathan@acceleration.net>
432
433         * db-odbc/odbc-dbi.lisp: handle sql decimal type in the same way
434         as numeric type-- read into a double float.
435
436 2011-01-04  Russ Tyndall  <russ@acceleration.net>
437         * sql/operations.lisp
438
439         Fixed bug reported by JTK related to the not-null sql-expression
440         especially as used in conjunction with the is operator.
441
442         Made null called with more than one argument throw an exception
443         instead of silently discarding all arguments past the first
444
445 2012-01-04  Nathan Bird  <nathan@acceleration.net>
446
447         * db-odbc/odbc-api.lisp (%sql-driver-connect): in the call to
448         odbc's SQLDriverConnect default the WindowHandle argument to a null ptr so
449         that connecting with :connection-string will work in the default
450         case of SQL_DRIVER_NOPROMPT.
451
452         I.e. you can now do things like:
453         (clsql:connect '("DsnName" "UserName" "" :connection-string
454         "DRIVER={FreeTDS};SERVER=...;DATABASE=...;UID=...;PWD=...;PORT=1433;TDS_Version=8.0;APP=clsql")
455         :database-type :odbc)
456
457         I believe the DsnName and Username at that point are only used when
458         printing the connection information.
459
460 2011-12-20  Kevin Rosenberg <kevin@rosenberg.net>
461         * Version 6.1.1
462         * db-oracle/oracle.lisp: Typo correction (Elias Martenson)
463
464 2011-12-19  Kevin Rosenberg <kevin@rosenberg.net>
465         * Version 6.1.0
466         * db-oracle/oracle.lisp: Change length function to
467         uffi:foreign-string-length to handle foreign encodings.
468         Thanks to Elias Martenson.
469
470 2011-11-28  Russ Tyndall  <russ@acceleration.net>
471         * db-odbc/odbc-api.lisp, tests/test-time.lisp
472
473         In ODBC backend, avoid going through the common lisp
474         universal-time type (because it lacks support for historic dates)
475
476         *time-conversion-function* renamed to *time-format*
477
478         Patch from: Francisco Vides Fernandez
479
480 2011-10-18  Russ Tyndall  <russ@acceleration.net>
481         * db-odbc/odbc-api.lisp
482
483         Added type specifier so MSSQL nvarchar fields can make it through
484
485 2011-09-12  Russ Tyndall  <russ@acceleration.net>
486         * sql/fddl.lisp sql/generic-postgres.lisp db-mysql/mysql-sql.lisp
487         sql/generic-odbc.lisp sql/odbc-api.lisp sql/odbc-dbi.lisp
488
489         Fix bugs in list-attribute(s|-types) where passing an escaped,
490         instead of unescaped column name, caused these functions to return
491         less data than they should have.
492
493 2011-08-03  Kevin Rosenberg <kevin@rosenberg.net>
494         * CLSQL 6.0.0 released
495
496 2011-07-28  Russ Tyndall  <russ@acceleration.net>
497
498         * db-postgresql-socket3/: Added a backend that utilized postgres
499         socket api version 3.  Uses the cl-postgres project (from
500         postmodern) to handle this.  Allows use of parameterized /
501         prepared queries using clsql:command-object
502
503         * sql/{expressions,fddl, generic-postgresql, ooddl}.lisp:
504         Change how database identifiers are emitted to hopefully make this
505         less brittle, and more easily intuitable.
506
507         Previously every code path that wanted to emit a
508         database identifier was responsible for coercing what was provided
509         into a correctly escaped string.  Sometimes two or three functions
510         in a row were trying to correctly quote and output that string.  I
511         have tried to centralize this type coercion and logic into a
512         single code path.
513
514         everything should now call (escaped-database-identifier thing)
515         immediately before splicing a database identifier into string being
516         sent to the database
517
518         * sql/oodml.lisp: added method choose-database-for-instance, which
519         allows overriding which database connections are used based on
520         object type.  Can be used to prevent connection conflicts in
521         multi-threaded environments
522
523         * sql/syntax.lisp: [foo bar] and [foo.bar] read into the same
524         clsql expression now (they used to be output the same, but after
525         the above database-identifier change, they were output separately
526
527         * test/: Better, more tests, better type coercion in tests and
528         throughout (%get-int)
529
530        [edit 2012-03-28 - RT]
531         * sql/sequences.lisp: Sequences were previously prefixed with
532         _CLSQL_SEQ_ but are now suffixed with _CLSQL_SEQ. This is likely
533         to break existing implementations using the default sequence names
534
535         setting *old-sequence-names* to T, should force using the older
536         naming scheme
537
538
539 2011-07-16  Kevin Rosenberg <kevin@rosenberg.net>
540         * Version 5.4.0 release
541
542 2011-06-27  Nathan Bird  <nathan@acceleration.net>
543         * db-odbc/: memory management improvements: leak slower
544         * MSSQL: TOP + DISTINCT work together
545
546 2011-06-20  Nathan Bird  <nathan@acceleration.net>
547
548         * sql/time.lisp: Handle parsing already parsed objects.
549         * sql/oodml.lisp: raise exception if we generate an update with no
550         where clause; incorporate Ryszard Szopa's patch for functional
551         expressions in :order-by
552         * sql/expressions.lisp: (listify nil) => nil instead of (nil).
553         * db-odbc/: bugfixes for working with older versions of FreeTDS;
554         support for bigints that works on mssql and postgres
555         * MSSQL improvements: use top instead of limit, IDENTITY can be a
556         column constraint, clsql:date becomes 'smalldatetime'
557
558 2011-06-20  Nathan Bird  <nathan@acceleration.net>
559
560         * Version 5.3.4
561         * db-postgresql-socket/postgresql-socket-api.lisp: Addendum
562         to Otto Diesenbacher's patch that had a spurious write a 0
563         byte (to terminate string) that should have been just CCL.
564
565 2011-06-12  Kevin Rosenberg <kevin@rosenberg.net>
566         * Version 5.3.3
567         * db-postgresql-socket/postgresql-socket-api.lisp:
568         Patch from Otto Diesenbacher for UTF8 encoded strings
569         for CCL. FIXME: The best patch would be to use the
570         user-set encoding from the database object and use
571         UFFI's encoding strings to/from octet vectors rather
572         than SB-UNICODE and CCL specific code in this file.
573
574 2011-04-21  Kevin Rosenberg <kevin@rosenberg.net>
575         * sql/generics.lisp: Add defgeneric for new
576         database-last-auto-increment-id
577
578 2011-04-01  Kevin Rosenberg <kevin@rosenberg.net>
579         * Version 5.3.2
580         * db-mysql/mysql-client-info.lisp: Add recognition of
581         version 6 of MySQL client library.
582         * sql/metaclass.lisp: Fix the fix in the reader conditional
583
584 2011-03-30  Kevin Rosenberg <kevin@rosenberg.net>
585         * Version 5.3.1
586         * sql/metaclasses.lisp: Fix previous patch to work
587         on non-SBCL systems
588
589 2011-03-29  Kevin Rosenberg <kevin@rosenberg.net>
590         * Version 5.3.0
591         * sql/metaclasses.lisp: Apply one-line patch to fix
592         for newer SBCL (thanks to Nikodemus Siivola)
593         * many_files: Applied multiple patches from Holger Schauer
594         to improve autoincrement capability.
595
596 2010-10-24  Kevin Rosenberg <kevin@rosenberg.net>
597         * Version 5.2.0
598         * db-odbc/odbc-api.lisp: Change from SBCL-specific
599         to UFFI version of octets-to-strings. Reported by
600         Daniel Brunner <daniel@dbrunner.de>
601         * sql/oodml.lisp: Apply patch from Rupert Swarbrick
602         <rswarbrick@gmail.com>: Fix behaviour with auto-inc
603         primary keys.
604         * sql/expressions.lisp, tests/test-syntax.lisp: Apply
605         patch from Russ Tyndall to quote identifiers with space
606         or special character.
607
608 2010-09-20  Kevin Rosenberg <kevin@rosenberg.net>
609         * Version 5.1.4
610         * sql/{pool,database}.lisp: Pass encoding argument to
611         connections made from pool and with reconnect.
612
613 2010-08-16  Kevin Rosenberg <kevin@rosenberg.net>
614         * Version 5.1.3
615         * db-odbc/odbc-{api,dbi}.lisp: Commit patch from
616         Memet Bilgin to fix issue with unicode and ODBC.
617
618 2010-08-16  Kevin Rosenberg <kevin@rosenberg.net>
619         * Version 5.1.2
620         * uffi/clsql-uffi.lisp: Commit patch from JT Klein fixing
621         invocation of uffi:convert-from-foreign-string macro. When
622         time allows, I'll investigate changing UFFI's macro to
623         a function call and then revert this patch.
624
625 2010-06-15  Kevin Rosenberg <kevin@rosenberg.net>
626         * Version 5.1.1
627         * clsql-{uffi,mysql}.asd: Modify operation-done-p functions
628         to guard against change introduced in new ASDF traversing.
629
630 2010-04-20  Kevin Rosenberg <kevin@rosenberg.net>
631         * Version 5.1.0 [DEPENDENCY UPGRADE: UFFI 2.x needed]
632         * clsql-uffi.asd: Depend on UFFI version >= 2.0
633         to support foreign encoding of strings.
634
635 2010-04-16  Kevin Rosenberg <kevin@rosenberg.net>
636         * Version 5.0.6
637         * db-postgresql.lisp, sql/fddl.lisp: Fix typos [Thanks to
638         Walter C. Pelissero]
639         * sql/metaclasses.lisp: Work around type-check-function being set
640         during defclass expansion in SBCL [Thanks to Walter C. Pelissero]
641         * uffi/clsql-uffi.lisp: In call to uffi:convert-from-foreign-string,
642         Set null-terminated-p to T when length not specified.
643         [Thanks to Walter C. Pelissero]
644
645 2010-03-21  Kevin Rosenberg <kevin@rosenberg.net>
646         * Version 5.0.5
647         * sql/fdml.lisp: Fix DO-QUERY to actually return the last value of
648         the body.
649
650 2010-03-02  Nathan Bird  <nathan@acceleration.net>
651         * doc/: Added a README on how to build doc; now builds on Ubuntu.
652         * sql/oodml.lisp: READ-SQL-VALUE now has explicit method for
653         handling double-floats and the default method will no longer
654         attempt to convert values that have already been converted.
655         * sql/syntax.lisp: Introduce file-enable-sql-reader-syntax which
656         enables the syntax for the scope of the file without trying to
657         keep track of the current syntax state.
658         * sql/pool.lisp: Introduce
659         clsql-sys:*db-pool-max-free-connections* which is a heuristic
660         threshold for when to disconnect a connection rather than
661         returning it to the pool.
662         * sql/pool.lisp: Check connections for validity before returning
663         to the user.
664
665 2010-03-01  Kevin Rosenberg <kevin@rosenberg.net>
666         * db-mysql/mysql-api.lisp: Remove spurious enumeration
667
668 2010-02-16  Kevin Rosenberg <kevin@rosenberg.net>
669         * Version 5.0.4
670         * db-mysql/mysql-api.lisp: Fix mysql_options UFFI parameter list
671         * doc/ref-connect.xml: Document the MySQL options parameter as
672         part of the connection-spec.
673
674 2010-02-15  Kevin Rosenberg <kevin@rosenberg.net>
675         * db-mysql/mysql-{api,sql}.lisp: Support sending options
676         to MySQL using mysql_options, which occurs between the API calls
677         of mysql_init and mysql_real_connect.
678
679 2010-02-11  Kevin Rosenberg <kevin@rosenberg.net>
680         * Version 5.0.3
681         * multiple-files: Further internationalization. Change
682         UFFI:CONVERT-RAW-FIELD and UFFI:CONVERT-FROM-FOREIGN-STRINGS
683         invocations to use the foreign character set encoding of the
684         database object. Requires UFFI v.1.8.6
685         * Makefile.common: Fix OS_DARWIN64 setting
686
687 2010-02-11  Nathan Bird  <nathan@acceleration.net>
688         * MSSQL: better support for fddl 'date type.
689
690 2010-02-11  Kevin Rosenberg <kevin@rosenberg.net>
691         * Makefile.common, uffi/Makefile, db-mysql/Makefile:
692         Better support OS X Snow Leopard by building universal
693         (x86_64,i386) dylib bundles
694
695 2010-02-08  Kevin Rosenberg <kevin@rosenberg.net>
696         * Version 5.0.2
697         * sql/database.lisp: Fix missing slot-accessor 
698         (Thanks to Stelian Ionescu)
699         * sql/generics.lisp: Add missing keyword to defgeneric
700         (Thanks to Stelian Ionescu)
701
702 2010-02-07  Kevin Rosenberg <kevin@rosenberg.net>
703         * Version 5.0.1
704         * sql/{base-classes,database}.lisp: Add encoding slot for 
705         non-ASCII strings.
706         * db-mysql/mysql-sql.lisp: Use UFFI:FOREIGN-ENCODED-OCTET-COUNT.
707         Requires UFFI version 1.8.2 or above.
708
709 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
710         * Version 5.0.0: First release of CLSQL to formally and
711         consistently support non-ASCII strings with encoding of external
712         formats for SQL strings. UFFI version 1.8.1 is higher is required.
713
714         This change may introduce some differences in string handling for
715         people who are using non-ASCII encoded characters.  Thus, because
716         of the risk of BACKWARD INCOMPATIBILITY, the major version number
717         was incremented with this release.
718
719 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
720         * tests/test-i18n.lisp: Bind UFFI:*DEFAULT-EXTERNAL-FORMAT*
721         for testing multibyte encodings.
722         * uffi/clsql-uffi.lisp: Changes for UFFI 1.7.4's new support
723         for encoding foreign strings with a specified external format.
724
725 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
726         * sql/metaclasses.lisp: If no declared slot type in
727         compute-lisp-type-from-specified-type, then use t as lisp type.
728         Issue noted when testing Clozure CL 1.4.
729
730 2010-02-06  Kevin Rosenberg <kevin@rosenberg.net>
731         * tests/test-init.lisp: Turn off the benign console notices for
732         testing on postgres.
733
734 2010-02-05  Kevin Rosenberg <kevin@rosenberg.net>
735         * clsql-test.asd, tests/{test-i18n,test-init}.lisp:
736         Load test-i18n.lisp and use its tests as long as 'uffi:no-i18n is
737         not present in cl:*features*. This requires UFFI 1.7.2 or above.
738
739 2010-02-05  Kevin Rosenberg <kevin@rosenberg.net>
740         * sql/utils.lisp: Reading #\no-break_space causes an
741         error for non-unicode SBCL. Conditionalize read of
742         #\no-break_space for non-unicode SBCL and 8-bit string
743         Allegro.
744
745 2010-02-03  Kevin Rosenberg <kevin@rosenberg.net>
746         * tests/test-init.lisp: Add *test-report-width* variable
747         and word-wrap skipped test reason field.
748
749 2010-01-29  Kevin Rosenberg <kevin@rosenberg.net>
750         * Version 4.3.3
751         * clsql-cffi.asd: New file that causes CLSQL to use
752         CFFI-UFFI-COMPAT library rather than UFFI. Perform 'asdf:load-op
753         on CLSQL-CFFI rather than CLSQL system to use CFFI-UFFI-COMPAT.
754
755 2010-01-29  Nathan Bird  <nathan@acceleration.net>
756         * tests/*.lisp: A lot more tests and test setup tweaks.
757         * sql/expressions.lisp: output-sql on sql-relational-exp does
758         better arity checking now. (apply #'sql-and some-list) gives
759         better results.
760
761 29 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
762         * sql/oodml.lisp: Fix for UPDATE-RECORD-FROM-SLOTS for normalized
763         view classes
764
765 28 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
766         * Version 4.3.2
767         * Change "normalise" from British spelling for consistency with
768         other American spellings in CLSQL.
769
770 28 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
771         * db-mysql/Makefile: Add directory for Fedora 11/12 on 64-bit
772         platform (Thanks to Michael Pheasant) and remove a 32-bit directory
773
774 28 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
775         * Version 4.3.1
776         * sql/utils.lisp: Ensure Lispworks 6 lock is created in sharing mode
777
778 20 Jan 2009  Nathan Bird <nathan@acceleration.net>
779         * Version 4.3.0
780         * Rewrite tests to use datasets
781
782 07 Jan 2009  Kevin Rosenberg <kevin@rosenberg.net>
783         * sql/utils.lisp: Changes to support Lispworks 6
784
785 10 Dec 2009  Kevin Rosenberg <kevin@rosenberg.net>
786         * Version 4.2.0
787         * doc/ref-ooddl.lisp: Add needed CDATA escapes
788         * doc/clsql.pdf, doc/html.tar.gz: Build new manuals with
789         normalized view classes.
790
791 10 Dec 2009  Kevin Rosenberg <kevin@rosenberg.net>
792         Large patch from Thijs Oppermann <thijso+clsql@gmail.com> to add
793         support for normalized view classes.  When having view class that
794         inherit from others, CLSQL by default builds tab all the columns
795         from the parent in the child. This patch is meant to normali so
796         that a join is done on the primary keys of the concerned tables to
797         get a set.
798
799 10 Dec 2009  Kevin Rosenberg <kevin@rosenberg.net>
800         * sql/time.lisp: Patch from Oleg Tihonov to SYNTAX-PARSE-ISO-8601
801         to properly parse fractions of seconds.
802
803 10 Dec 2009  Kevin Rosenberg <kevin@rosenberg.net>
804         * sql/time.lisp: Patch from Oleg Tihonov to roll function
805         to properly use USEC argument.
806
807 21 Nov 2009  Kevin Rosenberg <kevin@rosenberg.net>
808         * Version 4.1.2
809         * Makefiles: On 64-bit Linux systems, try to build both 32 and 64-bit
810         interface libraries. This requires the installation of multiarch build tools
811         as well as 32-bit support libraries (libc, libz and libmysqlclient).
812
813 04 Sep 2009  Kevin Rosenberg <kevin@rosenberg.net>
814         * Version 4.1.1
815         * sql/fdml.lisp: Rework do-query to use supplied database
816         parameter when passed a sql-object-query
817         (thanks to JTK <jetmonk@gmail.com>)
818         * sql/generic-postgresql.lisp: Allow optional connect
819         parameters for postgresql databases (thanks to Stephen Compall)
820         * doc/ref-{clsql,connect}.xml, sql/db-interfaces.lisp:
821         Fix transposed letters (thanks to Stephen Compall)
822         * db-mysql/Makefile: Add directory for MacPorts mysql5 port
823         (thanks to Stephen Compall)
824         * sql/database.lisp: Have database-type default be
825         *default-database-type* (thanks to Desmond O. Chang)
826         * sql/transactions.lisp: Improved handlining of nested
827         transactions (thanks to Eli Naeher)
828         * sql/time.lisp: Commit patch to fix parse-iso-8601-duration
829         (thanks to Stephen Compall)
830         * sql/database.lisp: Use :verbose nil for asdf:operate
831         invocation (Thanks to Mackram Raydan)
832         * sql/metaclasses.lisp: Rework initialize-instance for
833         view-class-direct-slot-definition (thanks to Stephen Compall)
834
835 31 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
836         * sql/db-interface.lisp: Fix spelling error (thanks to
837         David Thompson)
838         * clsql-mysql.asd/db-mysql/mysql-loader.lisp: Commit
839         patch from Andreas Franke to honor windows drive letter
840         when loading clsql_mysql C library.
841
842 31 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
843         * Version 4.1.0
844         * db-mysql/mysql-{sql,api}.lisp,db-mysql/clsql_mysql.c:
845         Latest version of mysqlclient once again changed the C
846         structures from which the mysql backend reads data.
847         Rather than adding yet another structure definition which
848         is enabled by the client version as read by mysql-client-info.lisp,
849         the mysql backend has been re-written to ignore in the internal
850         C structures. Instead, C wrapper functions for slot access have
851         been added to clsql_mysql.c and are used by mysql-sql.lisp to
852         access the internals of C structures. This adds a bit of overhead,
853         but completely separates the lisp code from trying to keep up
854         with the continually changing internal C structure of mysql.
855         All tests in the test suite executed correctly with this change.
856
857 31 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
858         * Version 4.0.6
859         * sql/database.lisp: Fix syntax on process-lock (thanks to
860         Stian Sletner)
861         * db-mysql/mysql-sql.lisp: Allow use of database parameter
862         in database-list function (thanks to Michael Pheasant)
863         * sql/oodml.lisp: Allow NULL values for floating-point fields
864         (thanks to Jan Rychter)
865
866 02 Jun 2009  Kevin Rosenberg <kevin@rosenberg.net>
867         * Version 4.0.5
868         * sql/database.lisp: Add process-lock for deleting database from
869         a pool (thanks to Ralf Mattes).
870
871 25 Feb 2008  Kevin Rosenberg <kevin@rosenberg.net>
872         * Version 4.0.4
873         * sql/expressions.lisp: Remove stray form (thanks to Samuel Ward)
874
875 12 Dec 2007  Kevin Rosenberg <kevin@rosenberg.net>
876         * sql/expressions.lisp: Bind *in-subselect* when outputting
877         selections (patch from unknown source).
878         
879 11 Dec 2007  Kevin Rosenberg <kevin@rosenberg.net>
880         * Version 4.0.3
881         * sql/metaclasses.lisp: Unify base-table processing by extracting 
882         the correct code from initialize-instance :around into the helper
883         function set-view-table-slot. Call that function also in
884         reinitialize-instance :around replacing erroneous code discovered
885         by Josh Feinstein.
886         
887 17 Nov 2007  Kevin Rosenberg <kevin@rosenberg.net>
888         * BUGS: Add note about benefit of using configure file to create
889         Makefiles (suggestion from Joe Corneli)
890         
891 22 Oct 2007  Kevin Rosenberg <kevin@rosenberg.net>
892         * Version 4.0.2
893         * db-postgresql/postgresql-sql.lisp: Patch from Gabriele Favalessa based on
894         Andrew Golding suggestion for more informative :error-id slot.
895         
896 17 Sep 2007  Kevin Rosenberg <kevin@rosenberg.net>
897         * Version 4.0.1
898         * db-mysql/mysql-sql.lisp: Convert query to uffi cstring (thanks to
899         Albert Krewinkel).
900         * doc/Makefile, doc/html.xsl: Change output encoding from ISO-8859-1 to UTF-8
901         
902 14 Sep 2007  Kevin Rosenberg <kevin@rosenberg.net>
903         * Version 4.0.0: Major version increase to warn of potential
904         backwards incompatibility.
905         * NEWS: Document potentional backward incompatible changes
906         * db-mysql/mysql-sql.lisp: Changes session SQL mode to ANSI immediately
907         after connecting. This may break compatibility with some applications
908         who are using non-ANSI features with MySQL. This change is required to
909         properly support view-classes using a string as their :base-table
910         attribute. This allows users to specify the case of table names. 
911         This is feature is even more essential for MySQL itself since MySQL
912         uses case-sensitive table names. Use connection-based database-create
913         and database-destroy rather than trying to invoke command-line mysql 
914         utility. Remove automatic upcasing of strings from list-indices. 
915         * db-postgresql/postgresql-sql.lisp: Use connection-based 
916         database-create and database-destroy rather than trying to invoke
917         command-line utilities.
918         * db-postgresql-socket/postgresql-socket-sql.lisp: Use
919         database-execute-command rather than execute-command for
920         database-{create,destroy}. Connect to postgres database
921         rather than template1 for those database creation/deletion.
922         * sql/metaclasses.lisp: Store the string value of :base-table if a 
923         string is provided. Perform sql-escape at time of view-table name
924         creation.
925         * tests/test-init.lisp: Use "ej_join" as a string, rather than a 
926         symbol, since "ej_join" is specified as :base-table. Clear the
927         expression output-cache in case the code for generating sql output
928         has changed.
929         * test/test-oodml.lisp: whitespace fix
930         * sql/ooddl.lisp: Use quoted string for primary key constraint if
931         table name is specified as a string.
932         * sql/oodml.lisp: Don't convert a string view-table name to database's 
933         default case.
934         * sql/expressions.lisp: Properly handle table and attribute identifiers
935         when they are a string. Do not change case of symbols to match database
936         default case.
937         * sql/operations.lisp: Change multiword symbols to upper case.
938         * sql/fddl.lisp: Quote base-table if a string to preserve case
939         for drop-table and create-table.
940         * tests/test-syntax.lisp: Add tests of low-level string attribute
941         identifiers.
942         
943 20 Jul 2007  Kevin Rosenberg <kevin@rosenberg.net>
944         * Version 3.8.6
945         * db-oracle/oracle-loader.lisp: Rework use of ORACLE_HOME directory
946         (problem noted on clsql-devel by icardo Boccato Alves)
947         * sql/pool.lisp: Remove incorrect keyword
948         * sql/database.lisp: Rework WITH-DATABASE to not make the database the
949         default database (reported by Saurabh Nanda and Chaitanya Gupta)
950         * doc/ref-connect.lisp: Update the documentation to WITH-DATABASE to
951         emphasis that make-default has a default value of nil.
952         * sql/transaction.lisp: Adjust commit/rollback messages for Microsoft
953         SQL Server. (patch from Nathan Bird)
954         * sql/metaclasses.lisp: Use finalize-inheritance hack on SBCL because
955         of trouble with def-view-class compilations (patch from Nathan Bird)
956         
957 15 Jul 2007  Kevin Rosenberg <kevin@rosenberg.net>
958         * Version 3.8.5
959         * db-mysql/mysql-loader.lisp: Revert previous change since libmysql is
960         not dynamically loaded on Windows
961         
962 22 Jun 2007  Kevin Rosenberg <kevin@rosenberg.net>
963         * Version 3.8.4
964         * db-mysql/mysql-loader.lisp: Do not bother loading libmysqlclient since
965         that library is dymically linked to clsql-mysql library. Thus, the mysql
966         library will be automatically loaded. This has only been tested on Linux,
967         thus far.
968
969 29 May 2007  Kevin Rosenberg <kevin@rosenberg.net>
970         * tests/test-fddl.lisp: Add :order-by for :fddl/big/1 as
971         reported by Ricardo Boccato Alves
972
973 02 May 2007  Kevin Rosenberg <kevin@rosenberg.net>
974         * sql/database.lisp: Add ability of WITH-DATABASE to return
975         multiple values (patch from Liam Healy)
976         
977 25 Apr 2007  Kevin Rosenberg <kevin@rosenberg.net>
978         * Version 3.8.3
979         * doc/connect.xml: variable description fix by Liam Healy
980         * db-sqlite3/sqlite3-api.lisp, uffi/clsql-uffi-loader.lisp:
981         Apply patches from Marcus Pierce to reduce load-time warnings
982         * sql/package.lisp: Export iso-timestring as requested by Kevin Blaisdell
983
984 23 Mar 2007  Kevin Rosenberg <kevin@rosenberg.net>
985         * Version 3.8.2
986         * sql/db-postgresql-socket-api.lisp: Change read-socket-sequence to
987         disable wide characters for crypt salt sequence on SBCL, based
988         on patch from Lars Nostdal.
989
990 26 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
991         * Version 3.8.1
992         * sql/pool.lisp: Test pooled connection when popped from
993         the pool to ensure the connection still works. Currently, implemented
994         only for MySQL.
995
996 17 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
997         * db-mysql/Makefile: Add potential mysql directories
998
999 31 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
1000         * sql/metaclasses.lisp: Remove usused saved-initargs
1001         * clsql.asd: Also check ~/.clsql-init.lisp at load-time (usually used to
1002         push search libraries)
1003         
1004 30 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
1005         * Version 3.8.0: BACKWARD INCOMPATABLE CHANGE!
1006         * db-postgresql/postgresql-{api,loader,sql,package}.lisp:
1007         Apply patch from Edi Weitz to avoid conflict with new Lispworks 5
1008         POSTGRESQL package name. CLSQL's new package will be PGSQL, however
1009         on non-Lispworks platforms, the nickname POSTGRESQL will still be
1010         available. Applications directly using low-level POSTGRESQL package
1011         are recommended to use the new PGSQL name.
1012         * db-oracle/oracle-{api,sql}.lisp, sql/{expressions,loop-extension}.lisp,
1013         Apply patch from Edi Weitz to reduce compiler warnings.
1014         
1015 28 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
1016         * Version 3.7.9
1017         * sql/expressions.lisp: Commit patch from Edi Weitz to
1018         use *default-database* for SQL-OUTPUT if no database is
1019         explicitly passed to function.
1020         * uffi/clsql-uffi-loader.lisp: Change load order to first try
1021         plain name/type before attempting user-specified paths (patch
1022         from Edi Weitz)
1023         * uffi/ptrbits.c: New file to return number of bits in an pointer
1024         * uffi/Makefile: use intbits to name .so file based on bit size.
1025         Build both 32-bit and 64-bit libraries on 64-bit platform.
1026         
1027 30 Nov 2006  Kevin Rosenberg <kevin@rosenberg.net>
1028         * Version 3.7.8
1029         * db-sqlite3/sqlite3-sql.lisp: Commit patch from Edi Weitz fixing
1030         error display
1031
1032 16 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
1033         * Version 3.7.7
1034         * db-postgresql/postgresql-sql.lisp: Remove 
1035         uffi:convert-foreign-to-native wrapper since using cstring for
1036         PQresultErrorField
1037
1038 16 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
1039         * Version 3.7.6
1040         * db-postgresql/postgresql-api.lisp: Fix UFFI return type for
1041         PQresultErrorField foreign function.
1042
1043 16 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
1044         * Version 3.7.5
1045         * doc/intro.xml: Update supported platforms.
1046         * db-postgresql/postgresql-{package,api,sql}.lisp: Apply
1047         changes from Andew Golding to use a more-specific error code
1048         from PostgreSQL than the generic fatal error code of the result set.
1049
1050 03 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
1051         * sql/syntax.lisp: Commit patch from Marcus Pearce to improve
1052         readtable modifications
1053
1054 02 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
1055         * sql/syntax.lisp: Check that original reader syntax functions
1056         stored before trying to restore them.
1057         
1058 20 Sep 2006  Kevin Rosenberg <kevin@rosenberg.net>
1059         * sql/syntax.lisp: Apply patch from Marcus Pearce to correctly
1060         display sql reader syntax.
1061
1062 06 Sep 2006  Kevin Rosenberg <kevin@rosenberg.net>
1063         * uffi/clsql-uffi-loader.lisp, db-mysql/mysql-loader.lisp: Change from using *features*
1064         to decide on 64-bit platform and check size of most-positive-fixnum instead.
1065         Needed to support clisp amd64.
1066
1067 03 Sep 2006  Kevin Rosenberg <kevin@rosenberg.net>
1068         * Version 3.7.1
1069         * sql/metaclasses.lisp: Rework slot type's to be more AMOP
1070         compatibile. Add warning for a metaclass condition that should
1071         not occur.
1072         * sql/time.lisp: Fixed symbol case inconsistency causing problem
1073         in AllegroCL's modern lisp. First sign of bug noted by
1074         Joel Reymond on clsql-devel.
1075         * clsql.asd: Make time.lisp depend on utils.lisp
1076
1077 31 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
1078         * db-mysql/mysql-loader.lisp: Apply patch from Marcus Pearce to push 
1079         *library-file-dir* to CLSQL's library path.
1080
1081 30 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
1082         * Version 3.7.0: New platforms supported: SBCL/Win32, CLISP/Win32, CLISP/Cygwin,
1083         CLISP/Linux x86, CLISP/Linux amd64, OpenMCL amd64. CLISP support requires the
1084         latest development versions of CLISP, cffi, and cffi-uffi-compat packages.
1085         * Makefile.common: Add OS detection
1086         * uffi/make.sh, db-mysql/make.sh: Remove files
1087         * uffi/Makefile, db-mysql/Makefile: Add support for cygwin compilation.
1088         Refactor to remove need to make.sh shell scripts. 
1089         * clsql.asd: Add support for loop extensions for clisp. Support clisp via cffi.
1090         * sql/loop-extension.lisp: Define loop-record-iteration-path in CLSQL-SYS 
1091         package rather than CL-USER. Add support for ansi-loop on clisp. 
1092         * sql/ansi-loop.lisp: New file to support iteration on clisp. 
1093         * db-mysql/mysql-api.lisp: Remove old mysql C API functions that no
1094         longer exist in the mysql client library.
1095         * doc/ref-fdml.lisp: Correct default field-type.
1096         * sql/expressions.lisp: Use database-output-as-type if value exists for boolean output.
1097         Fixed bug with noted with MySQL 5.0.24 and boolean values.
1098         
1099 28 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
1100         * Version 3.6.7
1101         * sql/oodml.lisp: Remove high debugging level declaration
1102
1103 14 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
1104         * Version 3.6.6
1105         * sql/generic-postgresql.lisp: Fix assumption that postgres user id
1106         is always 1. Fixes problem noted with PostgreSQL 8.1.
1107
1108 12 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
1109         * Version 3.6.5
1110         * sql/generic-postgresql.lisp: Add slot for has-table-pg_roles to
1111         lazily cache if pg_roles tables exist. Selectively use SQL from
1112         Joel's previous patch if pg_roles table exists. Should now work
1113         with both postgresql 7.4 and 8.x.
1114         
1115 12 Aug 2006  Kevin Rosenberg <kevin@rosenberg.net>
1116         * Version 3.6.4
1117         * clsql.asd: Add support for c:\etc\clsql-init.lisp as possible
1118         local initialization file
1119         * db-mysql/mysql-loader.lisp: Remove former method of using pathnames
1120         as name candidates.
1121         * db-odbc/odbc-api.lisp: Work-around Allegro/Windows FFI bug
1122         that generates incorrect integer return type
1123         * sql/generic-postgresql.lisp: Revert patch from Joel Reymont since
1124         it fails on versions of postgresql that lack the pg_role table
1125         
1126 07 Jul 2006  Kevin Rosenberg <kevin@rosenberg.net>
1127         * Version 3.6.3
1128         * sql/transactions.lisp: Important typo fix from Alexey Antipov
1129         for database-start-transaction
1130         
1131 04 Jul 2006  Kevin Rosenberg <kevin@rosenberg.net>
1132         * Version 3.6.2
1133         * db-postgresql/postgresql-sql.lisp: Apply patch from Vladimir Sekissov
1134         to close connection when failing to connect to database.
1135         * sql/generic-postgresql.lisp: Apply patch from Joel Reymont
1136         to avoid dropping system views.
1137         * sql/oodml.lisp: Apply patch from Joel Reymont to avoid listify
1138         a nil value [patch sponsored by Flektor]
1139         * clsql-uffi.asd, uffi/make.sh: Patch from Richard Kreuter
1140         for netbsd compilation
1141         
1142 15 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
1143         * doc/ref-ooddl.xml: Add documentation for :db-reader and :db-writer
1144         slots for def-view-class macro [as reported missing by Thomas Fischbacher].
1145         
1146 09 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
1147         * db-postgresql-socket/postgresql-socket-api.lisp:
1148         Apply patch from Marko Kocic adding the socket creation
1149         function needed for CLISP.
1150
1151 08 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
1152         * Version: 3.6.0 (requires UFFI v1.5.11 or greater)
1153         * db-oracle/metaclasses.lisp: Patch from James Bielman for
1154         checking slot constraints.
1155         * db-oracle/oracle-{api,sql}.lisp: Avoid dead pointers on loading
1156         saved openmcl images (based on patch from James Bielman)
1157
1158 06 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
1159         * doc/ref-fdml.xml: Documentation patch from Marcus Pearce for limit keyword
1160         
1161 03 May 2006  Kevin Rosenberg <kevin@rosenberg.net>
1162         * Version 3.5.7
1163         * sql/time.lisp: Apply patch from Aleksandar Bakic to extended
1164         duration parsing and unparsing to include year and month.
1165         * clsql-uffi.asd, uffi/clsql-uffi-loader.lisp: Apply patch from Nathan Bird
1166         improving library search on Windows platform.
1167         * doc/ref-fdml.xml, /doc/TODO, tests/test-fdml.lisp, tests/test-init.lisp:
1168         Apply patch from Marcus Pearce documenting and testing :limit and :offset for SELECT
1169
1170 20 Mar 2006  Kevin Rosenberg <kevin@rosenberg.net>
1171         * Version 3.5.6
1172         * clsql-postgresql-socket.asd, 
1173         * db-postgresql-socket/postgresql-socket-package.lisp: 
1174         Use the cl-md5 package on all platforms. Based on report 
1175         from Alan Caulkins.
1176         
1177 09 Mar 2006  Kevin Rosenberg <kevin@rosenberg.net>
1178         * Version 3.5.5
1179         * uffi/make.sh, db-mysql/make.sh: Add GNU uname
1180         
1181 28 Feb 2006  Kevin Rosenberg <kevin@rosenberg.net>
1182         * Version 3.5.4
1183         * sql/metaclasses.lisp: Apply patch from Friedrich Dominicus to
1184         fix accessor for new versions of SBCL
1185         * db-oracle/oracle-sql.lisp: Apply patch from James Bielman
1186         to improving parsing of time.
1187         * db-db2/db2-constants.lisp: Change NULL_HANDLE has suggested
1188         by Harold Lee.
1189         * db-oracle/oracle-dbi.lisp: Add support for SQL BIT type
1190         as noted by Russ Tyndall.
1191         
1192 16 Jan 2006  Kevin Rosenberg <kevin@rosenberg.net>
1193         * Version 3.5.3
1194         * sql/time.lisp: Commit patch from Aleksandar Bakic
1195         to properly handle destructive flag
1196         * db-postgresql-socket/postgresql-socket-api.lisp: Apply patch
1197         from Steven Harris for socket files with SBCL.
1198         * sql/pool.lisp: Apply patch from Vladimir Sekissov so that
1199         new connections added to the pool do not become the *default-database*
1200         * sql/connect.lisp: Optionally set *default-database* for pooled
1201         connection when make-default is generalized true.
1202         
1203 23 Dec 2005  Kevin Rosenberg <kevin@rosenberg.net>
1204         * Version 3.5.1
1205         * sql/expressions.lisp: Ensure table names are properly escaped
1206         before comparing -- fixes bug reported by AsbjĂžrn BjĂžrnstad
1207         on CLSQL-Devel.
1208
1209 02 Dec 2005  Kevin Rosenberg <kevin@rosenberg.net>
1210         * sql/generic-postgresql.lisp: improved decoding of table attribute
1211           parameters [from Vladimir Sekissov]
1212         * sql/metaclasses.lisp: check that metaclass is standard-db-class or
1213           it's subclass to prevent adding standard-db-object to supers if
1214           somebody in the path has it already when metaclass inherited from
1215           standard-db-class. [from Vladimir Sekissov]
1216         
1217 26 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1218         * Version 3.5.0
1219         * tests/test-init.lisp, tests/test-fddl.lisp, tests/test-fdml.lisp, 
1220         * db-odbc/odbc-api.lisp, db-odbc/odbc-ff-interface.lisp,
1221         * db-odbc/odbc-package.lisp, db-odbc/odbc-constants.lisp
1222         * db-odbc/odbc-dbi.lisp, db-odbc/odbc-sql.lisp
1223         * sql/fddl.lisp, sql/generic-odbc.lisp, sql/db-interface.lisp
1224         * sql/transaction.lisp, sql/package.lisp, sql/time.lisp
1225         Commit patch from Dominic Robinson providing support for 
1226         Microsoft SQL Server
1227         * doc/csql.lisp: Fix typo in slot name
1228         
1229 24 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1230         * Version 3.4.7
1231         * sql/time.lisp: Commit patch from Aleksandar Bakic for
1232         correct handling of decode-time usec value  
1233         * clsql-mysql.asd: Commit patch from Harald Hanche-Olsen to
1234         correct the name of the shared library file.
1235         
1236 16 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1237         * version 3.4.6
1238         * sql/metaclasses.lisp: Avoid calling change-class on
1239         effective-slot-definitions on sbcl to conform to sbcl 0.9.6.38
1240         changes.
1241         
1242 15 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1243         * Version 3.4.5
1244         * sql/expressions.lisp: Patch from James Biel to add subselects
1245
1246 14 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1247         * Version 3.4.4 [ Requires UFFI 1.5.7+] 
1248         * db-oracle/oracle-{api,sql}.lisp: Patch from James Biel
1249         to fix lifetime of foreign strings for Oracle calls
1250
1251 13 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1252         * Version 3.4.3
1253         * db-oracle/oracle-{api,sql}.lisp: Patch from James Biel
1254         to improve performance
1255         
1256 12 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1257         * Version 3.4.2
1258         * clsql-uffi.asd: Patch from James Biel improving loading
1259         * db-oracle/oracle-{api,sql}.lisp: Patch from James Biel
1260         to support 64-bit lisps
1261         
1262 12 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1263         * Version 3.4.1
1264         * sql/expressions.lisp: Escape numbers to SQL strings
1265         at expression level.
1266         
1267 11 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1268         * Version 3.4: Add MySQL 5 support
1269         * db-mysql/mysql-client-info.lisp: Recognize MySQL 5
1270         * db-mysql/mysql-sql.lisp: Add support for views in MySQL 5
1271         * doc/mysql-macosx-notes.txt: New document from Martin Brooks
1272         
1273 7 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1274         * src/time.lisp: Apply patch from Aleksandar Bakic for ROLL
1275         function.
1276         * BUGS: Added report for update-object-joins by Aleksandar Bakic
1277         
1278 4 Nov 2005  Kevin Rosenberg <kevin@rosenberg.net>
1279         * Version 3.3.4 [UFFI >= 1.5.5 needed]
1280         * db-odbc/odbc-api.lisp: Apply patch from Yaroslav Kavenchuk
1281         to add missing #\' character.
1282         * clsql.asd: Add support for CLSQLINIT environmental variable,
1283         based on patch from Yaroslav Kavenchcuk. New version of UFFI
1284         required.
1285         
1286 30 Oct 2005  Kevin Rosenberg <kevin@rosenberg.net>
1287         * Version 3.3.3
1288         * sql/oodml.lisp: Apply patch from Drew Crampsie to fix
1289         update-objects-joins when using the :target-slot attribute
1290         
1291 26 Oct 2005  Kevin Rosenberg <kevin@rosenberg.net>
1292         * Version 3.3.2
1293         * sql/expressions.lisp: Avoid parenthesis on multiple group-by fields
1294         as noted by Harald Hanche-Olsen.
1295         * tests/test-syntax.lisp: Add test for multiple field group-by
1296         
1297 25 Oct 2005  Kevin Rosenberg <kevin@rosenberg.net>
1298         * Version 3.3.1
1299         * sql/time.lisp: Commit patch from Alan Shields to
1300         display escape string on wall-time display only when *print-escape*
1301         is true.
1302         
1303 11 Oct 2005  Kevin Rosenberg <kevin@rosenberg.net>
1304         * sql/metaclasses.lisp: Commit patch from Will to
1305         properly set db-reader slot in effective-slot-definition
1306         * sql/expressions.lisp: Commit patch from Alan Shields
1307         adding make-load-form for sql-relational-exp
1308         * sql/generic-postgresql.lisp: Commit patch from Aleksandar Bakic
1309         adding support for new NUMBER type
1310         
1311 17 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
1312         * Version 3.3.0
1313         * sql/time.lisp: Apply patch from Alan Shields adding DATE type.
1314         * doc/ref-ooddl.xml: Documentation of new type
1315         * notes/add-type-hints.txt: New file from Alan Shields
1316         * sql/fddl.lisp: Add owner keyword to drop-table as suggested
1317         by Francis Leboutte
1318         * db-postgresql-socket/postgresql-socket-sql.lisp: Fix database-probe
1319         as noted by Francis Leboutte. Similar fix applied to db-mysql and
1320         db-postgresql.
1321         * sql/expressions.lisp: Allow string table names for output as
1322         contributed by Francis Leboutte.
1323         * examples/clsql-tutorial.lisp: Support :postgresql-socket as noted 
1324         by Francis Leboutte
1325         
1326 08 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
1327         * Version 3.2.4
1328         * doc/into.xml: Change download from ftp to http protocol
1329
1330 08 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
1331         * Version 3.2.3
1332         * db-oracle/oracle-sql.lisp: Correction for v3.2.2 changes by
1333         Edi Weitz
1334
1335 08 Sep 2005  Kevin Rosenberg <kevin@rosenberg.net>
1336         * Version 3.2.2
1337         * db-oracle/oracle-sql.lisp: Add check for zero increment as
1338         suggested by Edi Weitz. Add missing database-sequence-last function
1339         as noted and tested by Edi Weitz. Ensure that UFFI buffer is freed
1340         in handle-oci-error. Add unwind-protect to sql-stmt-exec. Free UFFI
1341         stmthp object when query cursor is freed with OCI.
1342
1343 22 Aug 2005  Kevin Rosenberg <kevin@rosenberg.net>
1344         * uffi/clsql-uffi-loader.lisp: Commit patch from astor@pvv.ntnu.no to
1345         display search path when error occurs loading foreign library.
1346         
1347 05 Jul 2005  Kevin Rosenberg <kevin@rosenberg.net>
1348         * Version 3.2.1
1349         * doc/appendix.xml: Incorporate Edi Weitz's notes into documentation
1350         with changes to support case-sensitive lisp implementations. Add
1351         paragraph on using /etc/clsql-init.lisp site initialization file.
1352         * clsql.asd: Load file /etc/clsql-init.lisp, if it
1353         exists, after package is loaded to set site-specific configuration
1354         
1355 2005-06-24  Edi Weitz  <edi@agharta.de>
1356         * sql/db-interface.lisp: Added new special variable
1357         *FOREIGN-LIBRARY-SEARCH-PATHS* and function PUSH-LIBRARY-PATH to
1358         manipulate it.
1359         * sql/package.lisp: Export these.
1360         * uffi/clsql-uffi-loader.lisp: Used new variable; changed order of
1361         libs.
1362         * db-mysql/mysql-loader.lisp: Changed order of libs.
1363
1364 09 Jun 2005 Kevin Rosenberg <kevin@rosenberg.net>
1365         * Version 3.2.0: REQUIRES UFFI VERSION 1.4.38 OR HIGHER
1366         * clsql-mysql.asd: Renamed clsql/mysql interface library from
1367         mysql to clsql_mysql
1368         * clsql-uffi.asd: Renamed clsql/uffi interface library from
1369         mysql to clsql_uffi
1370         * uffi/clsql_uffi.c: Renamed from uffi.c
1371         * db-mysql/clsql_mysql.c: Renamed from mysql.c
1372         * db-mysql/Makefile, db-mysql/Makefile.msvc, db-mysql/mysql-loader.lisp: Rename shared library
1373         * uffi/Makefile, uffi/Makefile.msvc, uffi/uffi-loader.lisp: Rename shared library
1374         * db-*/*-loader.lisp: Commit big patch from Edi Weitz to remove
1375         absolute pathnames when searching for foreign libraries.
1376         foreign library loading.
1377         
1378 07 Jun 2005 Kevin Rosenberg <kevin@rosenberg.net>
1379         * Version 3.1.16
1380         * db-mysql/mysql-api.lisp: Commit patch from Espen Wiborn
1381         to support UTF-8 on sbcl unicode.
1382         
1383 18 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
1384         * Version 3.1.15
1385         * sql/time.lisp: Fix bug in roll that caused failure in test suite
1386
1387 17 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
1388         * Version 3.1.14
1389         * sql/oodml.lisp: Properly handle when db-writer is NIL
1390
1391 11 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
1392         * sql/expressions.lisp: Avoid using simple-string declaration when
1393         a non-simple string may be encountered. [issue noted by 
1394         will@cesmail.net] Add a simple-string declaration for a local
1395         string generated.
1396         
1397 06 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
1398         * sql/oodml.lisp: Change db-writer and db-reader processing to accept
1399         a symbol as well as function to serve as a function designator
1400         [issue noted by will@cesmail.net]
1401
1402 05 May 2005 Kevin Rosenberg <kevin@rosenberg.net>
1403         * Version 3.1.13
1404         * sql/time.lisp: Fix error in submitted patch which caused error
1405         in timestrings with 19 or less characters.
1406         
1407 27 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
1408         * Version 3.1.12
1409         * db-postgresql-socket/postgresql-api.lisp: Commit patch from Tim Howe
1410         to fix read-socket-sequence on non-sb-unicode sbcl.
1411         
1412 26 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
1413         * Version 3.1.12
1414         * sql/time.lisp: Commit patch from Daniel Lowe which adds support
1415         for fractional seconds which is required by PostgreSQL
1416         * db-postgresql/postgresql-loader.lisp: Add library path for Windows
1417         
1418 25 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
1419         * sql/csql.lisp: Update URL for "SQL for Web Dummies" [Sean Champ]
1420         
1421 24 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
1422         * Version 3.1.11
1423         * sql/syntax: Commit patch from Alan Shields to supress reader
1424         macros when *read-supress* is T.
1425         
1426 13 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
1427         * Version 3.1.10
1428         * db-postgresql-socket/postgresql-socket-api.lisp: Commit patch
1429         from Janis Dzerins to support unicode on SBCL
1430         * sql/syntax: Commit patch from Alan Shields to improve reporting
1431         of invalid syntax statements.
1432         
1433 06 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
1434         * Version 3.1.9
1435         * db-mysql/mysql-sql.lisp: Add port to connection specification
1436         based on patch from Dave Watson
1437         * doc/appendix.xml: Document MySQL port parameter to connection spec
1438
1439 03 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
1440         * Version 3.1.8
1441         * sql/time.lisp: Patch from Keith James for parsing ISO-8601 timestamps
1442         
1443 18 Mar 2005 Kevin Rosenberg <kevin@rosenberg.net>
1444         * sql/oodml.lisp: Add missing database argument [Patch from
1445         Alan Caulkins]
1446         
1447 03 Mar 2005 Kevin Rosenberg <kevin@rosenberg.net>
1448         * sql/oodml.lisp: Improve database priority in 
1449         update-records-from-instance [Patch from Walter C. Pelissero]
1450         
1451 17 Feb 2005 Kevin Rosenberg <kevin@rosenberg.net>
1452         * Version 3.1.7
1453         * sql/package.lisp: Export database-reconnect from clsql-sys
1454
1455 08 Feb 2005 Kevin Rosenberg <kevin@rosenberg.net>
1456         * sql/oodml.lisp: Use explicit database in fault-join-target-slot
1457         [Patch from Walter Pelissero]
1458         
1459 29 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
1460         * db-postgresql/postgresql-loader.lisp: Add additional
1461         directories to Fink on darwin [patch from Cyrus Harmon].
1462         
1463 29 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
1464         * Version 3.1.6
1465         * sql/oodml.lisp: Clear view instance cache when delete-instance-records
1466         is invoked [suggested by Alan Shutko].
1467         * uffi/clsql-uffi-loader.lisp: Improvements for loading with SBCL X86-64
1468         * sql/metaclasses.lisp: Don't change case of a :base-table string supplied
1469         to def-view-class [fix suggested by Fred Gilham].
1470         
1471 25 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
1472         * tests/*.lisp: Change Vladamir to Vladimir per Cyrus Harmon's
1473         suggestion.
1474         * sql/utils.lisp: Fix unnecessary consing noted by Fred Gilham.
1475         * doc/*.xml: Fix spelling of Vladimir
1476         
1477 24 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
1478         * doc/bookinfo.xml, doc/csql.xml, doc/intro.xml: Update links
1479         now that LispWorks is an independant company [noted by
1480         Martin Thornquist]
1481         
1482 22 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
1483         * db-sqlite/sqlite-sql.lisp, db-sqlite3/sqlite3-sql.lisp:
1484         Better support for 64 bit environments
1485
1486 05 Jan 2005 Kevin Rosenberg <kevin@rosenberg.net>
1487         * Version 3.1.5
1488         * sql/metaclass.lisp: Make t the default value of :set
1489         [noted by Cyrus Harmon]
1490
1491 28 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
1492         * Version 3.1.4
1493         * uffi/clsql-uffi.lisp: Add support for unsigned integers
1494         * db-mysql/mysql-sql.lisp: Add support for detecting/marking
1495         unsigned integers. Apply patch from Yannick Gingras to
1496         implement database-sequence-last.
1497         
1498 26 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
1499         * doc/ref-fdml.lisp: Fix variable tag name to varname
1500         [noted by Eduardo Munoz]
1501         * db-mysql/mysql-loader.lisp: Handle library paths for 64-bit systems
1502         
1503 06 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
1504         * Version 3.1.2
1505         * sql/ooddl.lisp: Accept patch from Klaus Harbo for
1506         update-object-joins.
1507         * sql/metaclass.lisp: Remove unnecssary (and runtime error
1508         causing) change-class invocation when running on CLISP.
1509         * db-mysql/mysql-api.lisp: Commit patch from Paul Werkowski
1510         to fix structure name.
1511         * sql/database.lisp: More specific error message with trying
1512         to use a database value of NIL.
1513         * sql/expressions.lisp: Accept a string for the table name
1514         in (sql-output sql-delete database) [suggested by Ed Symanzik].
1515         
1516 11 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
1517         * Version 3.1.1
1518         * sql/generic-postgresql.lisp: Commit patch from Chris Capel to
1519         ignore columns which have been dropped.
1520         * clsql-postgresql-socket.asd, db-postgresql-socket/postgresql-socket-package.lisp:
1521         Use sb-md5 package on SBCL, recommended by Chris Capel
1522         
1523 09 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
1524         * Version 3.1.0 released: New SQLite3 backend by Aurelio Bignoli
1525         * doc/appendix.xml: Document SQLITE3 backend, patch by Aurelio Bignoli
1526         * sql/operations.lisp: Add lower and upper SQL functions [Daniel Lowe].
1527         
1528 08 Nov 2004 Kevin Rosenberg <kevin@rosenberg.net>
1529         * sql/expressions.lisp: Fix slot name [thanks to Daniel Lowe]
1530
1531 31 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1532         * clsql-sqlite3, db-sqlite3/*: NEW BACKEND
1533         contributed by Aurelio Bignoli
1534
1535 23 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1536         * sql/oodml.lisp: Commit patch from Walter Pelis
1537         to use an object's database for a select on its slot.
1538         
1539 20 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1540         * uffi/uffi.c, uffi/clsql-uffi.lisp: Commit patch from
1541         Aurelio Bignoli to fix negative 64-bit integers
1542         
1543 07 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1544         * db-mysql/mysql.c: Fix parameters in bind_param call
1545
1546 07 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1547         * uffi/clsql-uffi.lisp: Add support for :blob result-type
1548         * db-mysql/mysql-sql.lisp: Add support for :blob
1549         result-type
1550         
1551 04 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1552         * db-mysql/mysql-sql.lisp, db-db2/db2-sql.lisp: Add
1553         missing quotes for types in code that is still in development
1554         (thanks to Joerg Hoehle)
1555         
1556 03 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1557         * Version 3.0.8 released
1558         * db-sqlite/sqlite-*.lisp: Apply patch from
1559         Aurelio Bignoli with improvements
1560         
1561 01 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1562         * multiple: Apply patch from Joerg Hoehle with multiple
1563         improvements.
1564         
1565 01 Oct 2004 Kevin Rosenberg <kevin@rosenberg.net>
1566         * Version 3.0.7 released
1567         * sql/oodml.lisp, sql/package.lisp, db-mysql/mysql-objects.lisp:
1568         Add support for mediumint.
1569         * sql/metaclass.lisp: Rework CLISP MOP handling
1570         * sql/ooddl.lisp: Work-around to have CLISP finalize standard-db-class
1571         
1572 28 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1573         * sql/metaclass.lisp: Support CLISP's attribute name
1574         for the type field in direct class slots
1575         
1576 27 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1577         * Version 3.0.6 released
1578         * BUGS: New file. Document suspected SIGPIPE
1579         interaction between SBCL and libpq used in
1580         postgresql backend.
1581         * doc/ref-fdml.lisp: Document the :caching and :refresh
1582         keywords of the SELECT function.
1583         * doc/ref-ooddml.lisp: Document the new *default-caching*
1584         variable.
1585         * sql/package.lisp: Export *default-caching*
1586         * sql/oodml.lisp: Use *default-caching* to 
1587         control default caching behavior.
1588         
1589 21 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1590         * Version 3.0.5 release
1591         * doc/appendix.xml: Add note about loading Oracle8 version
1592         * db-oracle/oracle-loader.lisp: Support Oracle8 based on
1593         data from David Young.
1594
1595 10 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1596         * doc/Makefile, doc/catalog-darwin.xml: Apply
1597         patch from Cyrus Harmon for building docs on Mac OS X
1598         * sql/package.lisp: Add new (pre-release) clisp MOP package     
1599         
1600 09 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1601         * Version 3.0.4 Release
1602         * multiple: Remove superfluous quotes in UFFI def-type
1603         and def-foreign-type forms.
1604         
1605 07 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1606         * Version 3.0.3 Release
1607         * db-postgresql-socket/postgresql-socket-api.lisp: Commit patch
1608         from Tagore Smith to call force-output after sending authentication
1609         * db-odbc/odbc-api.lisp: Move ODBC v3 conversons
1610         * db-odbc/odbc-sql.lisp: Load mysql or postgresql package when connecting
1611         to a database of that type so that functions that indicate capabilities of
1612         database are available.
1613         
1614 02 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1615         * db-odbc/odbc-api.lisp: More conversions to ODBC v3
1616         
1617 02 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1618         * Version 3.0.2 Release
1619         * TODO: Add note about ODBC on Windows
1620         * db-odbc/odbc-loader.lisp: Add /winnt/system32/ to
1621         search directories
1622         * db-odbc/odbc-ff-interface.lisp: Change the return type 
1623         of SQLSetEnvAttr to :short
1624         
1625 02 Sep 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1626         * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID
1627         slot of the employee View Class definition [reported by Franz Deuzer]. 
1628
1629 01 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
1630         * Version 3.0.1 Release
1631         * tests/test-init.lisp: Add second join class to employee-address
1632         to test a class with two join slots.
1633         * sql/oodml.lisp: Fix find-all function for a class with multiple
1634         join slots
1635         * TODO: Remove need to test/fix multiple join classes
1636         
1637 27 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
1638         * db-mysql/Makefile, db-mysql/mysql-loader.lisp: accept patch
1639         from Jon Buffington for file locations on Darwin.
1640         
1641 17 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
1642         * sql/db-interface.lisp: Improve messages when functions
1643         are passed a database object, but the method is not specialized
1644         for that database type.
1645         * sql/metaclasses.lisp: Fix inline declaration (reported by
1646         Cyrus Harmon)
1647         
1648 14 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
1649         * TODO: Add bug report about SQL generation with a table
1650         containing two join slots.
1651         * sql/oodml.lisp: Add optional size to VARCHAR type
1652         
1653 3 Aug 2004 Kevin Rosenberg <kevin@rosenberg.net>
1654         * Version 3.0.0 Release
1655         * sql/expressions.lisp: Change declaration that
1656         caused error on openmcl
1657         * db-aodbc/aodbc-sql.lisp: Fix storage location
1658         of odbc connection. Specialize database-query since
1659         dbi's :types keyword is different than generic-odbc's
1660         :result-types keyword
1661         * sql/db-interface.lisp: Add warnings for methods
1662         not specialized by a db backends
1663         * tests/test-fddl.lisp: Fix case of symbols to support
1664         case-sensitive Allegro 
1665         * db-oracle/oracle-sql.lisp: Rework errbuf in handle-oci-error
1666         * tests/test-init.lisp: Note that odbc driver for postgresql
1667         doesn't properly handle table ownership
1668         * LATEST-TEST-RESULTS: update with version 3.0.0
1669         
1670 1 Aug 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1671         * sql/expressions.lisp: conditionalise escaping of backslash in 
1672         generated SQL strings on backend. 
1673         * tests/test-fdml.lisp: test for escaping of backslash. 
1674         * sql/oodml.lisp: minor tidying in FIND-ALL. 
1675
1676 26 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1677         * NEWS: Initial 3.0 announcement draft
1678         * README: Expand acknowledgements of incorporated projects
1679         * CONTRIBUTORS: Further document Marcus Pearce contributions
1680         
1681 23 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1682         * sql/oodml.lisp: add DATABASE-OUTPUT-SQL-AS-TYPE method specialisation
1683         to print floats with the exponent markers removed. 
1684         * tests/test-oodml.lisp: add tests for updating records with floats. 
1685
1686 22 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1687         * db-oracle/oracle-sql.lisp: enable :OWNER :ALL in DATABASE-LIST-* for 
1688         CommonSQL compatibility. 
1689         * tests/test-init.lisp: skip test :FDDL/TABLE/6 on Oracle since 
1690         this column constraint syntax is not supported. 
1691         * tests/test-fddl.lisp: change column indexed in test :FDDL/INDEXES/2
1692         from EMPLID to LAST_NAME since Oracle complains that EMPLID is already 
1693         indexed. 
1694
1695 17 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1696         * doc/ref-fdml.xml: document CACHE-TABLE-QUERIES. 
1697         * tests/test-fdml.xml: add test for CACHE-TABLE-QUERIES. 
1698         * doc/ref-ooddl.xml: minor changes to syntax and examples entries 
1699         for uniformity. 
1700         * doc/ref-oodml.xml: add examples for OODML. 
1701         * sql/oodml.lisp: ensure SELECT passes on its REFRESH argument 
1702         to FIND-ALL. 
1703         * sql/metaclasses.lisp: update docstrings. 
1704         * tests/test-init.lisp: change :db-constraints for emplid to 
1705         (:not-null :unique) as a temporary test for multiple column constraints 
1706         in DEF-VIEW-CLASS. 
1707         * tests/test-oodml.lisp: add tests for *DB-AUTO-SYNC* and 
1708         return type of (SETF SLOT-VALUE-USING-CLASS). 
1709         * TODO, doc/TODO: remove items done. 
1710         * README: fix typo. 
1711         
1712 16 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1713         * sql/oodml.lisp: on Lispworks, use weak valued hash tables for 
1714         object caching. 
1715         * sql/expressions.lisp: Fix SQL generation for the symbol NIL. 
1716
1717 16 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1718         * sql/expressions.lisp: reactivate caching of generated SQL strings. 
1719         Move methods for DATABASE-OUTPUT-SQL, OUTPUT-SQL and SQL-HASH-KEY 
1720         here from sql/fdml.lisp. Rationalise behaviour of SQL-OUTPUT, 
1721         OUTPUT-SQL and DATABASE-OUTPUT-SQL. 
1722         * sql/fdml.lisp: remove disabled method ADD-STORAGE-CLASS. Move 
1723         methods for DATABASE-OUTPUT-SQL, OUTPUT-SQL and SQL-HASH-KEY to 
1724         sql/expressions.lisp. 
1725         * sql/ooddl.lisp: replace call to DATABASE-OUTPUT-SQL in 
1726         DATABASE-PKEY-CONSTRAINT with call to SQL-OUTPUT. 
1727         * sql/generics.lisp: add docstrings. 
1728
1729 15 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1730         * Version 2.11.16
1731         * db-oracle/oracle-sql.lisp: Remove OpenMCL specific
1732         code in favor of fixing UFFI with James Bielman's patch
1733         
1734 14 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1735         * Version 2.11.15
1736         * db-oracle/oracle-sql.lisp: Apply patch for OpenMCL/OSX
1737         from James Bielman
1738         
1739 14 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1740         * README, INSTALL: update URLs. Minor updates to descriptions. 
1741         * tests/README: remove stuff about editing contexts. 
1742
1743 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1744         * db-oracle/oracle-objects.lisp: Change *default-varchar-length* to 
1745         *default-string-length*
1746         
1747 12 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1748         * tests/test-syntax.lisp, tests/test-fdml.lisp: add tests for escaping 
1749         of single quotes. 
1750         * tests/test-fddl.lisp: add tests for column and table constraints 
1751         in CREATE-TABLE. Add test for OWNER keyword parameter to 
1752         LIST-TABLES (assuming same underlying machinery in other FDDL 
1753         functions). 
1754         * tests/test-init.lisp: restrict above test to postgresql and oracle. 
1755         
1756 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1757         * db-sqlite/sqlite-sql.lisp: Fix condition as reported by Aurelio 
1758         Bignoli.
1759
1760 11 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1761         * sql/oodml.lisp, sql/package.lisp, doc/ref-ooddl.lisp, db-mysql/mysql-objects.lisp: Add tinyint type
1762         
1763 10 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1764         * Version 2.11.14
1765         * doc/*.xml: documentation additionals and fixes so
1766         that docbook passes xmllint.
1767         
1768 9 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1769         * Version 2.11.13
1770         * sql/fdml.lisp: Apply patch from Kim Minh Kaplan 
1771         to change escaping of single quotes. Mild optimizations
1772         for escaped string output.
1773         * doc/ref-ooddl.lisp: documentation additions
1774         * doc/ref-oodml.lisp: Add purpose to functions
1775         * TODO: Add need to test single quote escaping
1776         
1777 7 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1778         * doc/ref-ooddl.xml, doc-ref-oodml.xml: documentation additions
1779         * sql/ooddl.lisp: Added SMALLINT type
1780         * sql/generic-postgresql.lisp: Added INT2 as SMALLINT type
1781         * db-mysql/mysql-objects.lisp: Added SMALLINT type
1782         * sql/package.lisp: Export SMALLINT
1783         * sql/expressions.lisp: Add MYSQL's UNSIGNED and ZEROFILL as
1784         db-constraints
1785         
1786 6 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1787         * sql/expressions.lisp: add AUTO-INCREMENT and UNIQUE to the 
1788         recognised column constraints for CREATE-TABLE and the :DB-CONSTRAINTS 
1789         View Class slot option. 
1790         * sql/ooddl.lisp: fix bug preventing the :DB-CONSTRAINTS View Class 
1791         slot option accepting a list of constraints [reported by Travis Cross]. 
1792         * doc/ref-fddl.xml: add some examples of specifying column and 
1793         table constraints to the documentation for CREATE-TABLE. 
1794         * TODO: add note about adding tests for table/column constraints. Add 
1795         optimisation note about using cached attribute types in insert/update
1796         operations. 
1797         
1798 3 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1799         * doc/appendix.xml: add notes about idiosyncrasies/unsupported 
1800         features and so on the documentation for each backend. 
1801         * doc/TODO: remove items done. 
1802         * doc/ref-transaction.xml: add note in introduction about 
1803         autocommit mode as a difference from CommonSQL. 
1804         * doc/ref-syntax.xml: add notes about SQL syntax state functions 
1805         being macros in CLSQL. Add note about SQL operators which are 
1806         CLSQL extensions. 
1807
1808 2 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1809         * Version 2.11.12 released
1810         * doc/ref-recording.xml: document SQL I/O recording. 
1811         * doc/ref-prepared.xml: new file for documenting prepared statements. 
1812         * doc/clsql.xml: comment out include for large object and CLSQL-SYS 
1813         documentation. 
1814         * doc/ref-conditions.xml: complete documentation of condition system. 
1815         * doc/global-index.xml: add symbols from condition system and remove
1816         those from LOB and prepared statement APIs. 
1817         * doc/ref-fdml.xml: complete documentation of FDML.
1818         * doc/glossary.xml: add View Class. 
1819         * doc/TODO: remove items done. 
1820         * sql/conditions.lisp: make SQL-CONDITION a parent of SQL-ERROR. 
1821         * sql/package.lisp: remove FOR-EACH-ROW from exports list. Export 
1822         additional slot accessors for condition classes. 
1823
1824 1 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
1825         * doc/ref-ooddl.lisp: Add documentation
1826         * doc/ooddl.lisp: Move *DEFAULT-VARCHAR-LENGTH* from oodml.lisp
1827         and rename to *DEFAULT-STRING-LENGTH*. Add docstring.
1828         * doc/oodml.lisp: Rename references to new name of
1829         *DEFAULT-STRING-LENGTH*
1830
1831 1 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1832         * doc/ref-transaction.xml: document transaction handling. 
1833         * sql/transaction.lisp: ensure that COMMIT, ROLLBACK and 
1834         START-TRANSACTION return NIL as per the CommonSQL spec. Modify 
1835         ADD-TRANSACTION-{ROLLBACK|COMMIT}-HOOK such that a database is 
1836         passed as a keyword argument defaulting to *DEFAULT-DATABASE*.
1837         Added docstrings. 
1838
1839 30 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk>
1840         * doc/ref-fdml.xml: document the FDML. 
1841         * doc/ref-fddl.xml: move documentation for TRUNCATE-DATABASE here. 
1842         * sql/ooddl.lisp: moved *default-varchar-length* to here from 
1843         oodml.lisp and renamed to *default-string-length*
1844         
1845 23 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1846         * sql/oodml.lisp: Add keyword :transactions to def-view-from-class
1847         to allow specifying transactionless table creation
1848         * doc/ref-oodml.lisp: Add new keyword to signature of 
1849         DEF-VIEW-FROM-CLASS     
1850         
1851 18 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1852         * Version 2.11.11
1853         * sql/expressions.lisp: when removing duplicate table identifiers 
1854         in the FROM clause of a query, check both table name and alias 
1855         are equivalent. 
1856         * sql/fdml.lisp: remove DESCRIBE-TABLE. 
1857         * sql/db-interface.lisp: remove generics DESCRIBE-TABLE and 
1858         DATABASE-DESCRIBE-TABLE. 
1859         * sql/package.lisp: remove DESCRIBE-TABLE, DATABASE-DESCRIBE-TABLE 
1860         and LIST-TABLE-INDEXES. 
1861         * sql/generic-postgresql.lisp: add reader conditional #+nil for 
1862         DATABASE-DESCRIBE-TABLE and comment about its uses for 
1863         re-implementing LIST-ATTRIBUTE-TYPES with a single SQL query 
1864         returning type info for all attributes. 
1865         Fix DATABASE-SEQUENCE-LAST. 
1866         * sql/fddl.lisp: remove LIST-TABLE-INDEXES and redefine 
1867         LIST-INDEXES with additional keyword parameter :ON. 
1868         * tests/test-fddl.lisp: replace LIST-TABLE-INDEXES in :fddl/index/3 
1869         with LIST-INDEXES (with :ON parameter). 
1870         * doc/global-index.xml: remove DESCRIBE-TABLE and LIST-TABLE-INDEXES. 
1871         * doc/ref-connect.xml: minor tidying. 
1872         * doc/ref-fddl.xml: document the FDDL. 
1873         * doc/TODO: removed items done. Moved note about transaction handling 
1874         from TODO to here. 
1875         * TODO: move note about transaction handling to doc/TODO. Added 
1876         optimization note about LIST-ATTRIBUTE-TYPES and LIST-INDEXES. 
1877         
1878 13 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1879         * Version 2.11.10
1880         * sql/syntax.lisp: updated docstrings. 
1881         * sql/package.lisp: exported DATABASE-NAME-FROM-SPEC from CLSQL 
1882         package.
1883         * sql/database.lisp: add docstrings for CREATE-DATABASE, 
1884         DESTROY-DATABASE, TRUNCATE-DATABASE and LIST-DATABASES. Replace 
1885         CLSQL-GENERIC-ERROR signalled in RECONNECT with SQL-CONNECTION-ERROR. 
1886         * doc/ref-syntax.xml, doc/global-index.xml: minor tidying. 
1887         * doc/ref-connect.xml: document connection/initialisation. 
1888         * doc/ref-fdml.xml: move TRUNCATE-DATABASE reference entry here. 
1889         * doc/TODO: remove items done. 
1890         * Makefile: add db-oracle to to SUBDIRS. 
1891
1892 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1893         * sql/oodml.lisp: Add new serialization functions:
1894         WRITE-INSTANCE-TO-STREAM and READ-INSTANCE-FROM-STREAM
1895         * sql/expressions.lisp: Avoid duplicate FROM names when selecting
1896         from a table that has more than one primary index.
1897         * sql/conditions.lisp: Fix printing of closed-database error
1898         
1899 13 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1900         * Version 2.11.9
1901         * sql/conditions.lisp: Set initial slot value for message in SQL-WARNING
1902         * sql/transactions.lisp: Correctly set slots of SQL-WARNING
1903
1904 12 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk>
1905         * sql/package.lisp: export DATABASE-TYPE from CLSQL and subclasses 
1906         of SQL-EXPRESSION from CLSQL-SYS. 
1907         * sql/syntax.lisp: make error signalled in SQL-OPERATION an 
1908         SQL-USER-ERROR. Make SQL-OPERATOR return just one value. 
1909         * doc/Makefile: added Mandrake linux. 
1910         * doc/catalog-redhat.xml, doc/catalog-mandrake.xml: new files. 
1911         * doc/appendix.xml: fixed little typo (adsf). 
1912         * doc/glossary.xml: removed closed-database and note about 
1913         sql-expression, added some entries. 
1914         * doc/ref-syntax.xml: documented the symbolic SQL syntax. 
1915
1916 10 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1917         * Version 2.11.8
1918         * db-mysql/mysql-loader.lisp: Remove load of unnecessary zlib library
1919         * multiple: Add generalized-boolean type as requested by
1920         Edi Weitz
1921         * TODO: Added need for test of generalized-boolean
1922         
1923 9 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1924         * Version 2.11.7 released
1925         * uffi/clsql-uffi-loader.lisp: Apply patch from Edi Weitz
1926         for loading with clc-register-user-package. Remove personal
1927         directory from path lisp.
1928         * db-mysql/mysql-loader.lisp: Similar changes
1929         
1930 8 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1931         * Version 2.11.6 released
1932         * sql/oodml.lisp: Commit patch from Edi Weitz
1933         to fix symbol writing/reading
1934         * TODO: Add need for symbol slot test
1935         
1936 7 Jun 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1937         * sql/package.lisp: remove duplicate export of 
1938         *CACHE-TABLE-QUERIES-DEFAULT*. 
1939         * doc/ref-*.xml, doc/global-index.xml: new files documenting 
1940         the CommonSQL compatible api. 
1941         * tests/test-fdml.lisp: modified the test :fdml/transaction/3 to 
1942         reflect changes in return values of WITH-TRANSACTION. 
1943
1944 04 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1945         * tests/README: Fix filename [reported by Bill Clementson]
1946         * sql/transactions.lisp: Apply return value patch from
1947         Edi Weitz for WITH-TRANSACTION
1948         * tests/README: Remove ptester package requirement (as noted
1949         by Bill Clementson)
1950         
1951 03 Jun 2004 Kevin Rosenberg <kevin@rosenberg.net>
1952         * Version 2.11.5 released
1953         * examples/clsql-tutorial.lisp: Remove obsolete :nulls-ok attribute,
1954         Select connection-spec based on connection type. Bugs reported by
1955         Bill Clementson.
1956         * uffi/uffi.dll, uffi/uffi.lib: Recompile with Visual Studio 2003
1957         * db-mysql/mysql-loader.lisp: Update check for zlibwapi library
1958         name on Windows, add \bin\ directory to search path
1959         
1960 31 May 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
1961         * db-odbc/odbc-sql.lisp: DB-TYPE replaced with DATABASE-TYPE in 
1962         DATABASE-CONNECT. 
1963         * sql/operations.lisp: substr now generates SUBSTR for use on 
1964         Oracle; added a new operator SUBSTRING for use elsewhere. minus 
1965         now generates MINUS for use on Oracle. Nvl signals an error if 
1966         not called with exactly 2 arguments. Add concat function for use 
1967         instead of the || operator on MySQL and Oracle. 
1968         * sql/syntax.lisp: changed internal symbol for the || operator to 
1969         CONCAT-OP. 
1970         * sql/expressions.lisp: removed redundant and unused functions 
1971         GENERATE-SQL (cf. SQL-OUTPUT) and DATABASE-CONSTRAINT-DESCRIPTION
1972         (cf. MAKE-CONSTRAINTS-DESCRIPTION). 
1973         * sql/generics.lisp: removed generic function for 
1974         DATABASE-CONSTRAINT-DESCRIPTION (see above). 
1975         * tests/test-syntax.lisp: modified/added tests according to changes
1976         in sql/operations.lisp. 
1977         * tests/test-fdml.lisp: changed SUBSTR to SUBSTRING in test 
1978         :fdml/select/21.  
1979         * sql/package.lisp: added the operators SQL-SUBSTRING, SQL-CONCAT-OP 
1980         and SQL-USERENV to the shared exports list. Removed 
1981         ROLLBACK-TRANSACTION, COMMIT-TRANSACTION, DATABASE-START-TRANSACTION, 
1982         DATABASE-ABORT-TRANSACTION, DATABASE-COMMIT-TRANSACTION, 
1983         TRANSACTION-LEVEL, TRANSACTION,  RECORD-SQL-COMMAND and 
1984         RECORD-SQL-RESULT from shared exports list. 
1985         
1986 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1987         * db-postgresql/postgresl-sql.lisp: Avoid computing
1988         result-types lisp when nil result-types. Return only
1989         one value when field-types nil.
1990         * db-mysql/mysql-sql.lisp: Simple queries now
1991         working with prepared statements.
1992         
1993 30 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
1994         * Version 2.11.4: MySQL 4.1 now passes all tests
1995         * sql/package.lisp: Add API for prepared statments.
1996         * sql/fdml.lisp: Change implicit flatp processing
1997         for string map-query for greater CommonSQL conformance.
1998         Add high-high API for prepared statements.
1999         * tests/test-basic.lisp: Add test for map-query and
2000         single argument.
2001         * sql/transactions.lisp: Change name/semantics of
2002         autocommit to set-autocommit.
2003         * sql/generic-postgresql.lisp: Add support for
2004         prepared statements. 
2005         * tests/test-internal.lisp: New file
2006         * sql/odbc-api.lisp: Update to using ODBC V3 protocol
2007         * clsql-mysql.asd, clsql-uffi.asd: Remove check and Common Lisp
2008         Controller invocation.
2009         * db-mysql/mysql-api.lisp: Add support for MySQL 4.1 field structure
2010         * sql/expressions.lisp: Avoid emitting double parenthesis when a
2011         function contains a subselect. 
2012         
2013 27 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
2014         * Version 2.11.3
2015         * sql/ooddl.lisp: Commit patch from Edi Weitz fixing return
2016         type (setf slot-value-using-class)
2017         * TODO: add not that need a test case for the above fix
2018         * db-sqlite: Remove clisp support since clisp can not run CLSQL
2019         with its MOP usage
2020         * db-oracle/oracle-sql.lisp: By default, use OCIEnvCreate as 
2021         introduced in Oracle8. Leave older code selectable by a reader macro
2022         for Oracle7 and prior. Avoid use of OCIServerAttach since CLSQL
2023         uses OCILogon and does not the more complex session management.
2024         
2025 26 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
2026         * sql/oodml.lisp: Commit universal-time typo patch from Edi Weitz
2027         * test/test-init.lisp: Add universal-time slot to person.
2028         * test/test-fddl.lisp: Add tests of universal-time slot
2029         * test/test-ooddl.lisp: Test universal-time slot in an object
2030         * TODO: Remove need for universal-time test     
2031         * debian/rules, debian/control: Add cl-sql-oracle binary package
2032         * doc/appendix.xml: Add Oracle backend information
2033         * db-oracle/oracle-objects.lisp: Add database-get-type-specifier for
2034         universal-time. Convert BIGINT CLSQL type to CHAR SQL type
2035         * db-mysql/mysql-sql.lisp: Fix condition name to sql-connection-error
2036         * doc/ref-clsql.xml: Renamed from ref_clsql.xml. Change the documentation
2037         for map-query to reflect changed in arguments to be CommonSQL compatible.
2038         Updated old clsql conditions to new CommonSQL compatible conditions.
2039         
2040 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
2041         * sql/oodml.lisp: (string n) now produces a CHAR field. Add new VARCHAR
2042         type. Added *default-varchar-length* rather than previous hard-coded
2043         varchar length. Remove 'simple-string and 'simple-base-string since they
2044         are subtypes of 'string.
2045         * db-oracle/oracle-sql.lisp: Use *default-varchar-length* rather than
2046         local hard-coded value.
2047         * sql/metaclasses.lisp: Convert specified type VARCHAR and (VARCHAR n) to Lisp
2048         type string. Convert specified-type (CHAR n) to string. Convert specified-type
2049         CHAR to lisp type character.
2050         * sql/generic-postgresql.lisp: (string n) => (CHAR n)
2051         * sql/operations.lisp: Add userenv
2052         * doc/TODO: Add AUTOCOMMIT. Remove need for large table and bigint
2053         slot tests
2054         * sql/oracle-sql.lisp: Add 64-bit bigint direct conversion
2055         * uffi/clsql-uffi.lisp: Handle signed 64-bit integers
2056         * test/test-init.lisp: Add large table with bigint slot
2057         
2058 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
2059         * Version 2.11.1 released: Much simpler Oracle client library loading.
2060         Now uses ORACLE_HOME environmental variable as well as tests default
2061         path for Oracle Instant Client. 
2062         
2063 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
2064         * Version 2.11.0 released: Full Oracle support. All tests pass
2065         * db-oracle/oracle-sql.lisp: Add declaration so that SBCL runs efficiently.
2066         * tests/test-init.lisp: capitalize odbc backend name in banner
2067         * CONTRIBUTORS: Add note about Marcus' excellent work
2068         * sql/oodml.lisp: Removed old stub function     
2069         * clsql.asd: Use module names in current package rather than keyword package
2070         * db-oracle/oracle-sql.lisp: Don't trim trailing spaces. Prevent interrupts
2071         in setting sequence position. Make autocommits more efficient.
2072         * tests/test-init.lisp: Skip 2 tests on Oracle which have unsupported syntax 
2073         * sql/oodml.lisp: Get rid of undocumented raw-string type. CommonSQL
2074         strings are raw (non-trimmed trailing whitespace). Add database-get-type-specifier
2075         and read-sql-value for NUMBER and CHAR.
2076         * sql/base-classes.lisp: Add autocommit slot
2077         * sql/transaction.lisp: Added autocommit processing, mild cleaning.
2078         * doc/intro.xml: Add Oracle
2079         
2080 24 May 2004: Marcus Pearce (m.t.pearce@city.ac.uk) 
2081         * db-postgresql-socket/postgresql-socket-sql.lisp: replace 
2082         CLSQL-SIMPLE-WARNING with SQL-WARNING. 
2083         * db-sqlite/sqlite-sql.lisp: replace CLSQL-SIMPLE-WARNING with 
2084         SQL-WARNING. 
2085         * db-aodbc/aodbc-sql.lisp: replace CLSQL-ERROR with SQL-ERROR. 
2086         * clsql.asd: reworked module structure in package definition and 
2087         file names to better reflect component functionality. 
2088         * sql/package.lisp: added SQL-FATAL-ERROR and SQL-TIMEOUT-ERROR to 
2089         exports list. Removed duplicate and obsolete exports. Exported 
2090         remaining SQL operations: SQL-SOME, SQL-<>, SQL-BETWEEN, SQL-DISTINCT, 
2091         SQL-NVL and SQL-FUNCTION. Organised exports by functionality/file and 
2092         according to whether they are specified by CommonSQL or CLSQL 
2093         extensions. 
2094         * sql/transaction.lisp: replace CLSQL-SIMPLE-WARNING with 
2095         SQL-WARNING. 
2096         * sql/generics.lisp: moved generics for QUERY and EXECUTE-COMMAND 
2097         here from basic-sql.lisp. 
2098         * sql/expressions.lisp: NEW FILE: renamed from classes.lisp (deleted). 
2099         * sql/fddl.lisp: NEW FILE: renamed from table.lisp (deleted). 
2100         * sql/fdml.lisp: NEW FILE: merger of basic-sql.lisp and sql.lisp
2101         (both deleted). 
2102         * sql/ooddl.lisp: NEW FILE: ooddl from objects.lisp (deleted). 
2103         * sql/oodml.lisp: NEW FILE: oodml from objects.lisp (deleted). 
2104         
2105 23 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
2106         * Version 2.10.22 released
2107         * sql/kmr-mop.lisp, sql/objects.lisp: Since SBCL is the only implementation that
2108         has reversed class slots, change the default for ordered-class-slots so that slots
2109         are now in the same order an in the def-view-class.
2110         * sql/sql.lisp: Honor case of string table identifier to INSERT-RECORDS
2111         * test/test-fddl.lisp: Add two tests for mixed case names
2112         * db-oracle/oracle-sql.lisp: Add missing database qualifier. Return NUMBER (double)
2113         for computed fields, this will require some adjustment to the test suite which
2114         in many cases expects integers.
2115         * test/test-fdml.lisp: Accomodate that Oracle returns doubles for computed columns
2116         
2117 22 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
2118         * Version 2.10.21 released
2119         * sql/sequences.lisp: Move generic sequence functions here from db-sqlite,
2120         db-odbc, and db-aodbc.
2121         * sql/*.lisp: Add db-type parameter to generic functions READ-SQL-VALUE,
2122         DATABASE-GET-TYPE-SPECIFIER, and OUTPUT-SQL-VALUE-AS-TYPE. Update methods to use these.
2123         * sql/generic-postgresql.lisp, sql/generic-odbc.lisp: New files
2124         * db-odbc/odbc-sql.lisp, db-aodbc/aodbc-sql.lisp: Move common code to 
2125         sql/generic-odbc.lisp
2126         * db-postgresql/postgresql-sql.lisp, db-postgresql-socket/postgresql-socket-sql.lisp: 
2127         Move common code to  sql/generic-postgresql.lisp
2128         * sql/classes.lisp: honor case of string tables when outputting queries 
2129         * sql/objects.lisp: Add database type to default database-get-type-specifier method
2130         * sql/sql.lisp:  Add database type to default database-abort-transaction method
2131         * db-mysql/mysql-objects.lisp: New file
2132         * sql/objects.lisp: Move MySQL specific code to mysql-objects.lisp
2133         * sql/utils.lisp: Add GETENV function which will be used to get ORACLE_HOME
2134         from environment
2135         * test/test-fdml.lisp: String table names are now case sensitive, so convert to
2136         default db case for FDML/SELECT/25
2137
2138 22 May 2004 Kevin Rosenberg
2139         * Version 2.10.20 released: Oracle backend now fails 6 out of 200 tests
2140         * TODO: Added 2 variances from CommonSQL. Add tests for owner phrases
2141         and string identifiers with non-default case
2142         * sql/table.lisp: Don't convert string table name to a symbol.
2143         * sql/classes.lisp: Honor case of string identifiers
2144         * sql/sql.lisp: Ensure recyclebin is purged for Oracle in 
2145         TRUNCATE-DATABASE
2146         * db-oracle/oracle-sql.lisp: Add sequence functions, fix use of
2147         of owner phrases. Obtain server and client versions.
2148         * db-oracle/oracle-objects.lisp: Fix type specifiers
2149         * tests/test-fddl.lisp: Allow :varchar2 and :number as data types
2150         * tests/test-init.lisp: Properly get username from Oracle connection-spec
2151         
2152 22 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2153         * sql/generics.lisp: reworked docstrings. Remove generics for 
2154         ADD-TO-RELATION and REMOVE-FROM-RELATION. 
2155         * sql/objects.lisp: reworked docstrings. Changed UPDATE-OBJECT-JOINS 
2156         to UPDATE-OBJECTS-JOINS for CommonSQL compatibility. 
2157         * sql/package.lisp: Changed UPDATE-OBJECT-JOINS to UPDATE-OBJECTS-JOINS 
2158         for CommonSQL compatibility. Remove ADD-TO-RELATION and 
2159         REMOVE-FROM-RELATION. 
2160         * tests/test-oodml.lisp: Changed UPDATE-OBJECT-JOINS to 
2161         UPDATE-OBJECTS-JOINS for CommonSQL compatibility. 
2162         * doc/TODO: added notes about extra slot options to DEF-VIEW-CLASS. 
2163         * sql/conditions.lisp: add documentation for conditions. Add 
2164         SQL-TIMEOUT-ERROR and SQL-FATAL-ERROR for CommonSQL compatibility. 
2165
2166 21 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2167         * sql/basic-sql.lisp: reworked docstrings. 
2168         * sql/transactions.lisp: reworked docstrings. 
2169         * sql/sql.lisp: reworked docstrings. 
2170         * sql/initialize.lisp: reworked docstrings. INITIALIZE-DATABASE-TYPE 
2171         sets *DEFAULT-DATABASE-TYPE* for CommonSQL compatibility. 
2172         * sql/database.lisp: reworked docstrings. 
2173         * doc/TODO: added notes about START-TRANSACTION and IN-TRANSACTION-P 
2174         and FDML extensions and database extensions. 
2175
2176 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2177         * db-oracle/oracle-sql: Use clsql-specific error conditions. Use owner keyword.
2178         * db-oracle/make9.sh: add makefile for building with Oracle 9 client
2179         libraries
2180         * sql/table.lisp: Add logic for dealing with Oracle 10g vs. previous
2181         Oracle versions with the PURGE option required for drop table. This needs
2182         to be converted to a generic function and moved to db-oracle/oracle-sql.lisp
2183
2184 20 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2185         * sql/classes.lisp: remove unused PARAMS slot in SQL-IDENT-ATTRIBUTE. 
2186         * sql/syntax.lisp: remove unused PARAMS keyword arg to SQL-EXPRESSION. 
2187         * sql/table.lisp: reworked docstrings. 
2188         * sql/objects.lisp: moved *default-update-objects-max-len* here from 
2189         table.lisp. 
2190         * doc/TODO: notes about :if-does-not-exist arg to DROP-TABLE, 
2191         DROP-VIEW and DROP-INDEX and the use of the :transactions and 
2192         :constraints keyword args to CREATE-TABLE. 
2193         * sql/classes.lisp: the DESCRIPTION argument to CREATE-TABLE is now 
2194         CommonSQL compatible with respect to column constraints. 
2195
2196 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2197         * sql/oracle-sql.lisp: Now compiles and runs on SBCL.
2198         Requires UFFI 1.5.0 or higher
2199         
2200 20 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2201         * Version 2.10.19
2202         * sql/conditions.lisp: Fix cerror
2203         
2204 19 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2205         * Version 2.10.18 released: New condition hierarchy to be compatible
2206         with CommonSQL -- not backward compatible with previous CLSQL.
2207         * sql/db-interface.lisp: Add more default methods
2208         * sql/objects.lisp: Add explicit table name to order-by parameters
2209         in find-all when only one table to avoid selecting a duplicate row.
2210         Fix error in FIND-ALL when using :order-by such as (([foo] :asc))
2211         as previous logic was adding two fields (foo asc) to SELECT query.
2212         Make :result-types :auto be the default for object selections.
2213         Properly handle caching key when using multiple order-by with asc/desc
2214         directions.
2215         * db-oracle/*.lisp: Much improvements, now passes 90% of test suite
2216         
2217 19 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2218         * sql/recording.lisp: reworked docstrings. 
2219         * sql/syntax.lisp: reworked docstrings. 
2220         * doc/TODO: added notes about extensions to SQL-RECORDING-P and the 
2221         SQL syntax state functions being macros. 
2222
2223 19 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2224         * sql/package.lisp: Export initialize-database-type and
2225         *initialize-database-types* from CLSQL package.
2226         * sql/conditions.lisp: Add new CommonSQL compatible conditions,
2227         remove old CLSQL conditions.
2228         * sql/loop-extensions.lisp: Make errors of type sql-user-error
2229         * */*.lisp: Convert to from old to new conditions
2230         
2231 18 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2232         * sql/table.lisp: Add PURGE to drop command for oracle 10g backend.
2233         To handle this difference, will need to add a new database-drop-table
2234         generic function.
2235         * db-oracle/oracle-sql.lisp: Move server-version and
2236         major-version-number to database object to allow multiple connections
2237         to Oracle servers of different versions.
2238         
2239 18 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2240         * TODO: moved notes about backends to doc/TODO. 
2241         * doc/TODO: added notes about backends and select extensions. 
2242         * sql/base-classes.lisp: remove obsolete schema slot in database 
2243         class. 
2244         
2245 16 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2246         * db-oracle/oracle-api: Add OCIServerVersion
2247         * db-oracle/oracle-sql: Query and store server version on connect
2248         * sql/db-interface.lisp: Add new db-type-has-bigint? generic
2249         function to handle OCI's lack of bigint support
2250         * test/test-basic.lisp: Separate bigint testing
2251         * test/test-utils.lisp: Add oracle to specs and list of backends
2252         * doc/TODO: New file
2253         * test/test-fdml.lisp: Added FDML/SELECT/34 to test
2254         run-time instantiation of variables in reader macros.
2255         * TODO: Remove item already complete. Add note about
2256         condition variances
2257         
2258 16 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2259         * sql/syntax.lisp: added condition to the reader macro to treat [*] 
2260         as a column identifier (rather than an operation) for CommonSQL 
2261         compatibility. 
2262         * tests/test-fdml.lisp: add tests for ORDER-BY and SET-OPERATION 
2263         keword args to SELECT, [*] as column identifier, new MAP-QUERY 
2264         behaviour and the ANY and ALL operators in subqueries. 
2265         * tests/test-init.lisp: add set-operation and subquery tests to 
2266         appropriate skip lists. 
2267         * sql/objects.lisp: remove redundant and non CommonSQL compatible 
2268         ORDER-BY-DESCENDING keyword argument for SELECT. 
2269         * sql/classes.lisp: remove redundant and non CommonSQL compatible 
2270         ORDER-BY-DESCENDING keyword argument for SELECT. 
2271         * tests/test-oodml.lisp: add test for ORDER-BY keyword to SELECT 
2272         with object queries. 
2273
2274 15 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2275         * sql/db-interface.lisp: Add new db-type-has-union? 
2276         since Mysql 3.23 does not support unions.
2277         * sql/test-init.lisp: Don't try union tests on database
2278         backends which do not support it.
2279         * db-oracle/*.lisp: initial port to UFFI
2280         * sql/objects.lisp: implement UPDATE-OBJECT-JOINS,
2281         implement REFRESH for SELECT.
2282         * tests/test-oodml.lisp: Add tests for deferred retrieval,
2283         caching, refresh, and update-object-joins
2284         * tests/test-init.lisp: Add deferred-employee-address class
2285         
2286 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2287         * sql/operations.lisp: make MINUS operator a synonym for EXCEPT. Add 
2288         COALESCE operator and make NVL a synonym for this. Make ANY, SOME, 
2289         ALL and EXISTS generate function expressions so they output the 
2290         correct SQL. 
2291         * sql/classes.lisp: SELECT now generates appropriate SQL when 
2292         passed the SET-OPERATION and ALL keyword arguments. 
2293         * sql/classes.lisp: the ORDER-BY keyword argument to SELECT now 
2294         accepts ordering constraints as pairs of the form (column direction) 
2295         where direction may be :ASC or :DESC. 
2296         * tests/test-syntax.lisp: added tests for MINUS and COALESCE/NVL. 
2297         Correct tests for ANY, SOME, ALL and EXISTS. 
2298         * tests/test-fdml.lisp: added test for COALESCE. 
2299         * sql/sql.lisp: MAP-QUERY now applies FUNCTION to QUERY-EXPRESSION 
2300         using funcall unless QUERY-EXPRESSION returns one column and its 
2301         FLATP slot is not nil in which case apply is used. 
2302         * tests/test-basic.lisp: modified calls to MAP-QUERY to reflect the 
2303         changes. 
2304         * TODO: remove items done. 
2305         * db-postgresql/postgresql-sql.lisp: no need to reverse results in 
2306         DATABASE-LIST-ATTRIBUTES. 
2307         * db-postgresql-socket/postgresql-socket-sql.lisp: no need to reverse
2308         results in DATABASE-LIST-ATTRIBUTES.    
2309         
2310 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2311         * sql/classes.lisp: SELECT now accepts table identifiers as strings 
2312         for CommonSQL compliance. Add support for qualified sql identifiers 
2313         with aliased table names. 
2314         * tests/test-fdml.lisp: added tests for table identifiers as strings 
2315         in SELECT and for aliased definitions. 
2316         * tests/test-syntax.lisp: added tests for alias definitions. 
2317         
2318 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2319         * sql/sql.lisp: PRINT-QUERY now calls QUERY with result-types and 
2320         field-names set to nil. 
2321         * sql/sql.lisp: PRINT-QUERY now computes column sizes correctly 
2322         with null attribute values. 
2323         * sql/operations.lisp: modify SQL concatenation operator to accept 
2324         unescaped || symbol.  
2325         * sql/syntax.lisp: modify sql reader macro function to accept 
2326         unescaped sql concatenation operator. 
2327         * tests/test-fdml.lisp: unescape sql concatenation operator. 
2328         * tests/test-syntax.lisp: unescape sql concatenation operator. 
2329         * TODO: remove items done. Add notes about SQLITE/MYSQL backends. 
2330         Note to add test for universal-time. Note about difference from 
2331         CommonSQL in transaction handling. 
2332
2333 13 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2334         * tests/test-init.lisp: Add deferred-employee-address
2335         class
2336         * tests/test-oodml.lisp: Add deferred retrieval testgs
2337         
2338 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2339         * Version 2.10.17
2340         * LATEST-TEST-RESULTS: Run on all platforms, add AMD64
2341         * sql/sql.lisp: Add FOR-EACH-ROW macro from clsql-classic/sql.lisp
2342         * db-sqlite/sqlite-uffi-api.lisp: Fix row-pointer type
2343         * *: Fix minor style warnings
2344         * clsql-classic: Remove system and subdirectory
2345         * clsql-base: Remove system and subdirectory and
2346         fold into clsql system
2347         * doc/intro.xml: Remove reference to old clsql-base. Add x86_64
2348         as supported platform.
2349         
2350 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2351         * Version 2.10.16: CLSQL now fully supports AllegroCL AMD64
2352         * db-odbc/odbc-api.lisp: work around return-type bug [spr28889] in
2353         Allegro 7.0beta AMD64
2354         * db-odbc/*.lisp: Add a layer of indirection to foreign-type
2355         of ODBC longs since this type can vary on 64-bit platforms depending
2356         upon the compilation options of unixODBC.
2357         * db-mysql/mysql-api.lisp: Fix int vs. long slots in foreign
2358         structures found by testing with AllegroCL 7.0b AMD64.
2359         * db-*/*-loader.lisp: Load 64-bit libraries on 64-bit platorms
2360         * sql/objects.lisp: Simple implementation of UPDATE-OBJECT-JOINS.
2361         Initial caching support for SELECT
2362         * tests/test-oodml.lisp: Avoid using cache when testing select.
2363         * sql/kmr-mop.lisp: Explicitly check slot order and
2364         store as a cl:*feature*
2365         * sql/recording.lisp: Remove additional types to
2366         increase CommonSQL conformance.
2367         * tests/test-init.lisp: Change a :column attribute
2368         to test symbols as value
2369         * sql/relations.lisp: Remove functions since they don't support
2370         many to many relationships.
2371         * examples/clsql-tutorial.lisp, doc/csql.lisp: Remove use
2372         of add-to-relations function and replace with explicit field settings.
2373         * base/classes.lisp: Remove obsolute query-stream. Add record-caches slot.
2374         
2375 9 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2376         * Version 2.10.15
2377         * LATEST-TEST-RESULTS: results with current version
2378         * sql/kmr-mop.lisp: Make CMUCL reader macros specific for cmu18
2379         since cmu19 has opposite order of class slots.
2380         * sql/objects.lisp: Fix (setf slot-value-using-class) for Lispworks
2381         * tests/test-fdml.lisp: Renumber SELECT tests to avoid overwriting
2382         a previous test
2383         * tests/test-init.lisp: Check test-database-underlying-type for
2384         ODBC/MySQL tests
2385         
2386 8 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2387         * sql/operations.lisp: complete remaining operations for the sql 
2388         syntax: SUBSTR, SOME, ORDER-BY, GROUP-BY, NULL, DISTINCT, EXCEPT, 
2389         UNION, INTERSECT, BETWEEN. 
2390         * sql/classes.lisp: add new classes: SQL-BETWEEN-EXPRESSION, 
2391         SQL-QUERY-MODIFIER-EXPRESSION and SQL-SET-EXPRESSION. 
2392         * tests/test-syntax.lisp: add tests for new operations. 
2393         * tests/test-fdml.lisp: add tests for queries based on new operations. 
2394         * tests/test-init.lisp: add select/20 to tests skipped for sqlite and 
2395         select/20, query/5, query/7 and query/8 to tests skipped by mysql. 
2396         * TODO: removed entries done. 
2397
2398 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2399         * tests/benchmarks.lisp: Add immediate vs. deferred
2400         join test.
2401         
2402 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2403         * Version 2.10.13: Now works on openmcl 0.14.2 
2404         * sql/objects.lisp: Add :retrieval :immediate for
2405         object selections
2406         * tests/test-init.lisp: Add non-index fields for testing 
2407         join class employee-addresss
2408         * test/test-oodml.lisp: Add tests for retrieval immediate
2409         * sql/metaclasses.lisp: Handle differences in direct-slot-definition 
2410         values which are now listifed by openmcl 14.2.
2411         * sql/objects.lisp: more framework for supporing immediate retrieval 
2412
2413 7 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2414         * docs/intro.xml: Upload location of a README file
2415         * sql/metaclass.lisp: Work-around openmcl's CHANGE-CLASS
2416         changing the type-specifier. Use a lisp type of (OR NULL FOO)
2417         for a specified-type of FOO unless :db-constraints :not-null.
2418         No need to specialize finalize-inheritance for openmcl.
2419         * tests/test-*.lisp: Rename fields so that joins occur on
2420         fields with different names. This ensures that join code is
2421         selecting the proper name.
2422         * test/test-init.lisp: Add :base-table for employee-address
2423         view class for testing.
2424         * sql/objects.lisp: Use view-table rather than name of table
2425         in a number of places to fix errors noted with using :base-table.
2426
2427 6 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2428         * sql/objects.lisp: replace *update-records-on-make-instance* with 
2429         *db-auto-sync* which also controls both automatic creation of 
2430         new records on creation of new instance and updating of record 
2431         fields on setting of instance slots (as suggested by Edi Weitz). 
2432         * tests/test-init.lisp: replace *update-records-on-make-instance* 
2433         with *db-auto-sync*. 
2434         * sql/package.lisp: replace *update-records-on-make-instance* 
2435         with *db-auto-sync*. 
2436         * TODO: replace *update-records-on-make-instance* with *db-auto-sync*. 
2437         * sql/objects.lisp: remove redundant rebindings of *db-initializing* 
2438         and *default-database* in FIND-ALL. 
2439         * sql/package.lisp: import time functions from CLSQL-BASE. 
2440         * tests/test-time.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
2441         * tests/test-fdml.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
2442         * tests/test-init.lisp: replace CLSQl-BASE package qualifier with CLSQL. 
2443         * tests/test-ooddl.lisp: replace CLSQl-BASE package qualifier with 
2444         CLSQL. 
2445
2446 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2447         * sql/classes.lisp: Add SQL-OBJECT-QUERY type. Have [select 'class]
2448         now return a sql-object-query type rather than directly performing a query.
2449         This improves CommonSQL conformance.
2450         * sql/sql.lisp: Add new QUERY method for SQL-OBJECT-QUERY. Move
2451         from basic/basic-sql.lisp the DO-QUERY and MAP-QUERY since they now
2452         depend on sql-object-query-type.
2453         * sql/loop-extensions.lisp: Move from base package
2454         * classic/package.lisp: remove references to map-query and do-query
2455
2456 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2457         * TODO: New section on optimizations, especially optimizing JOINs.
2458         * sql/objects.lisp: Have :target-slot return of list of lists rather
2459         than a list of cons pairs to be conformant with CommonSQL.
2460         Make :target-slot much more efficient by using a SQL inner join
2461         statement and just requiring one SQL query. Add :retrieval :deferrred
2462         to target-slot joins. Add placeholder for update-objects-join.
2463         * sql/classes.lisp: Add :inner-join and :on slots to sql-query class
2464         and process them for query output-sql. 
2465
2466 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2467         * Version 2.10.11
2468         * base/basic-sql.lisp: Avoid multiple evaluation
2469         of query-expression in DO-QUERY
2470         * sql/objects.lisp: Make SELECT a normal function.
2471         SELECT now accepts type-modified database identifiers, such as
2472         [foo :string] which means that the values in column foo are returned 
2473         as Lisp strings. Add new *update-records-on-make-instance* special
2474         variable controlling automatic creation of new instances. Add missing
2475         RESULT-TYPES keyword to FIND-ALL. Add :target-slot support.
2476         * sql/packages.lisp: Export *update-records-on-make-instance* 
2477         * test/test-oodml.lisp: Add tests for :target-slot and many-to-many
2478         selections.
2479         * test/test-fdml.lisp: Add tests for type-modified
2480         database identifiers.
2481         * test/test-init.lisp: Stop using add-relation since implementing
2482         many-to-many joins. Use *update-records-on-make-instance* 
2483         to automatically store records on instance creation. Add many-to-many
2484         employee-address view-class.
2485         
2486 4 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2487         * Version 2.10.10
2488         * base/loop.lisp: Add object iteration. Use :result-type
2489         :auto for result-set. Remove 
2490         duplicate (and non-correct) code for non-list variables by
2491         simply making an atom variable into a list. 
2492         * sql/package.lisp: Remove unnecessary clsql-sys package
2493         and replace it with clsql.
2494         * sql/metaclasses.lisp: Properly store specified-type from
2495         direct-slot-definition and then store translated type in
2496         effective-slot-definition
2497         * sql/classes.lisp: Don't output type in sql-output
2498         for SQL-IDENT-ATTRIBUTE. This is in preparation for supporting
2499         [foo :integer] as fields in SELECT.
2500         * sql/query.lisp: Set default for :result-types to :auto in
2501         FDML QUERY.
2502         * sql/objects.lisp: Use specified-type when invocating 
2503         database-get-type-specifier. def-view-class macro now returns
2504         the class instance.
2505         * base/basic-sql.lisp: Make :AUTO the default value for
2506         :RESULT-TYPES for MAP-QUERY and DO-QUERY.
2507         * sql/objects.lisp: Add bigint type
2508         * test/tests-basic.lisp: Add tests for :result-types for
2509         MAP-QUERY and DO-QUERY
2510         * test/test-fdml.lisp: Add test for result-types in LOOP
2511         and also using single symbol rather than a list for variables.
2512         Add test that default :result-types is auto for FDML QUERY.
2513         * test/test-syntax.lisp: Don't expect TYPE in the SQL-OUTPUT
2514         of SQL-IDENT-ATTRIBUTE.
2515         * test/test-oodml.lisp: Enable OO loop iteration test,
2516         modify it so it doesn't depend on boolean where.
2517         
2518 4 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2519         * Version 2.10.9
2520         * sql/objects.lisp: added derived type specifier for universal time. 
2521         * sql/package.lisp: added #:universal-time to clsql-sys exports. 
2522         * tests/test-oodml.lisp: added test for translation of boolean slots 
2523         in SELECT with object queries. 
2524         
2525 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2526         * db-odbc/odbc-api.lisp: Fix changing nil to "NIL" 
2527         for odbc/postgresql backend.
2528         * db-odbc/odbc-sql.lisp: Fix ATTRIBUTE-TYPE so that
2529         it can handle NIL values from the ODBC driver
2530         * tests/benchmarks.lisp: New file with initial
2531         benchmark suite
2532         * sql/relations.lisp: fix to add subclassing support,
2533         minor optimizations [Edi Weitz]
2534         
2535 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2536         * Version 2.10.8        
2537         * base/conditions.lisp: Add *backend-warning-behavior*
2538         special variable.
2539         * db-postgresql-socket/postgresql-socket-sql.lisp:
2540         Honor value of *backend-warning-behavior*
2541         * tests/test-fdml.lisp: Remove test of raw boolean value
2542         since different backends handle this differently. Add
2543         test for :column attribute.
2544         * tests/test-oodml.lisp: Add tests for boolean slot value
2545         and for :void-value attribute
2546         * tests/test-init.lisp: Use *backend-warning-behavior*
2547         to suppress warnings from postgresql about implicitly
2548         creating primary key in tables. Add new address table.
2549         
2550 3 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2551         * Version 2.10.7
2552         * db-odbc/odbc-dbi.lisp: Convert TINYINT to integers when
2553         result-types is :auto
2554         * sql/objects.lisp: Properly handled writing/reading Boolean
2555         values from SQL database when retrieving objects.
2556         * test/test-fdml.lisp: Add another test for boolean results
2557         * test/utils.lisp: Fix incorrect declaration
2558         
2559 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2560         * Version 2.10.6
2561         * sql/generics.lisp: add generic function for SELECT. 
2562         * sql/objects.lisp: make SELECT a method specialisation. 
2563         * sql/classes.lisp: MAKE-QUERY now calls SELECT if the selections 
2564         referred to are View Classes. 
2565         * base/basic-sql.lisp: in DO-QUERY and MAP-QUERY, if the 
2566         query-expression arg evaluates to a list, then we have an object 
2567         query. 
2568         * tests/test-oodml.lisp: add tests for DO-QUERY and MAP-QUERY with 
2569         object queries. 
2570         * TODO: remove items done and add a todo for SELECT. 
2571         * sql/objects.lisp: SELECT takes a :field-names arg to pass on to 
2572         QUERY. 
2573         * sql/sql.lisp: add :field-names arg to QUERY. 
2574         * tests/test-fdml.lisp: minor rework to use :field-names arg to 
2575         SELECT. 
2576
2577 2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk)
2578         * sql/objects.lisp: fix bug in FIND-ALL when SELECT called with 2 
2579         or more View Classes. 
2580         * sql/objects.lisp: make the :flatp argument to SELECT work with 
2581         object queries. 
2582         * sql/objects.lisp: make SELECT accept a :result-types argument 
2583         (defaults to :auto) which is passed on to QUERY.  
2584         * sql/objects.lisp: SELECT returns field-names as a second value. 
2585         * tests/test-ooddl.lisp: add flatp arg to SELECT calls as appropriate. 
2586         * tests/test-fdml.lisp: add flatp/result-types arguments to calls 
2587         to SELECT and take only first value as appropriate.
2588         * tests/test-fdml.lisp: add two new tests for query result coercion 
2589         and the field-names returned as a second value from SELECT. 
2590         * tests/test-oodml.lisp: add flatp arg to SELECT calls as appropriate. 
2591         
2592 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2593         * Version 2.10.6-pre1
2594         * sql/metaclasses.lisp: Add void-value slot
2595         * doc/csql.xml: Update def-view-class documentation
2596         * test/test-init.lisp: Change old :db-type to :db-kind.
2597         Remove old :nulls-ok attributes.
2598         * sql/objects.lisp: Add new universal-time and bigint
2599         types. Optimize reading of integers using parse-integer
2600         rather than read-from-string.
2601         * */*.lisp: Merge clsql-base-sys and clsql-base packages
2602         into clsql-base package
2603         * classic/sql.lisp: Move large object support into base, leaving
2604         classic without any functionality that is provided in the clsql
2605         system.
2606         * classic/package.lisp: Rename clsql-classic-sys package to
2607         its former nickname of clsql-classic
2608         
2609 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2610         * Version 2.10.5: SQLite backend now passes all result-types tests
2611         * clsql-sqlite.asd: Depend on clsql-uffi system
2612         * db-sqlite/sqlite-sql.lisp: Use clsql-uffi:convert-raw-field
2613         for efficiency and code reuse. 
2614         * db-sqlite/sqlite-api-uffi.lisp: Change (* :char) to (* :unsigned-char)
2615         for better cross-implementation compatibility.
2616
2617 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2618         * Version 2.10.4
2619         * sql/tables.lisp: Fix typo in CACHE-TABLE-QUERIES
2620         [Marcus Pearce]
2621         * db-postgresql/postgresql-sql.lisp: Fix foreign-string vs. cstring
2622         bug on SBCL in result-field-names function as reported by Marcus Pearce
2623         * db-sqlite/sqlite-sql.lisp: Fix  in database-store-next-row
2624         manifest in SBCL testing
2625         
2626 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2627         * Version 2.10.3
2628         * sql/database.lisp: Conform more to CommonSQL output
2629         for STATUS command [Marcus Pearce]
2630         * sql/sqlite-sql.lisp: Rework to use result-types
2631         * sql/sqlite-api-clisp.lisp: Add compatibility layer
2632         with sqlite-api-uffi.lisp so that sqlite-sql.lisp can
2633         be cleaned up of most clisp reader conditionals
2634         * sql/test-init.lisp: Now run field type tests on sqlite
2635         backend
2636         
2637 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2638         * Version 2.10.2
2639         * base/basic-sql.lisp: Set default value of :result-types 
2640         to :auto for more CommonSQL conformance. 
2641         * test/test-fdml.lisp: Add tests for numeric value of fields
2642         
2643
2644 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2645         * Version 2.10.1: New API function: CACHE-TABLE-QUERIES.
2646         * base/basic-sql.lisp, db-*/*-sql.lisp: More CommonSQL conformance.
2647         Return field names as second value for QUERY. This can be overridden
2648         for efficiency with the new keyword :FIELD-NAMES set to NIL
2649         in the QUERY invocation.
2650         * test/test-fdml.lisp: Add tests for new field-name feature
2651         * sql/metaclass.lisp: Remove old Lispworks cruft
2652         and replace it with invocation of new code in kmr-mop.lisp
2653         which actually works with Lispworks 4.2
2654         * doc/ref_clsql.xml: Document new :FIELD-NAMES keyword to
2655         QUERY function
2656         * base/db-interface.lisp: Document the multiple values
2657         returned by DATABASE-ATTRIBUTE-TYPE so matches the
2658         undocumented CommonSQL behavior. 
2659         * sql/table.lisp: Add *CACHE-TABLE-QUERIES-DEFAULT* and
2660         *DEFAULT-UPDATE-OBJECTS-MAX-LEN* variables and export them.
2661         LIST-ATTRIBUTE-TYPES now conforms to CommonSQL spec.
2662         Implement CACHE-TABLE-QUERIES.
2663         * db-odbc/odbc-sql.lisp: Fix attribute-type function
2664         * test/test-fddl.lisp: Add tests for attribute type     
2665         * db-mysql/mysql-sql.lisp: Mild optimization in accessing
2666         field structures.
2667         * base/classes.lisp: Add attribute-cache slot to database clas
2668         * base/initialize.lisp: initialize-database-type now automatically
2669         loads database-type backend as needed.
2670         * base/test-init.lisp: Utilize new initialize-database-type functionality.
2671         * TODO: remove items done
2672         
2673 30 Apr 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
2674         * Version 2.9.6
2675         * sql/objects.lisp: remove create/drop-sequence-from-class. 
2676         * sql/objects.lisp: add INSTANCE-REFRESHED generic function. 
2677         * sql/objects.lisp: improved CommonSQL compatibility for
2678         UPDATE-RECORD-FROM-SLOT, UPDATE-RECORD-FROM-SLOTS,
2679         UPDATE-RECORDS-FROM-INSTANCE and DELETE-INSTANCE-RECORDS. 
2680         * sql/generics.lisp: move generics from objects.lisp to here. 
2681         
2682 29 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2683         * Version 2.9.6-pre1
2684         * db-mysql/mysql-client-info.lisp: Add client version 4.1
2685         detection
2686         * sql/sql.lisp: Make *default-database* the default for
2687         TRUNCATE-DATABASE
2688         
2689 28 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2690         * Version 2.9.5
2691         * db-mysql/mysql-sql.lisp: Fix bug in transaction capability
2692         detection
2693         * sql/objects.lisp: Commit patch from Slawek Zak to allow specifying 
2694         :metaclass in DEF-VIEW-CLASS invocation. This allows defining classes 
2695         on a metaclass specialized from standard-db-class.
2696
2697         
2698 24 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2699         * Version 2.9.4: Multiple changes to support Allegro's "modern"
2700         lisp which uses a lowercase reader and has case-sensitive symbols
2701         * sql/classes.lisp: Fix make-load-form bug for sql-ident-table
2702         exposed by case-sensitive mlisp. 
2703
2704 22 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2705         * Version 2.9.3: All tests now pass on all platforms!
2706         * LATEST-TEST-RESULTS: New file with summary of test results
2707         * sql/generics.lisp: New file for generic function definitions.
2708         * test/test-init.lisp: Display names of skipped tests.
2709         Use unwind-protect to ensure disconnect
2710         * sql/objects.lisp: Change database-type to database-underlying-type
2711         so that actual database engine is properly identified
2712         * db-odbc/odbc-api.lisp: Have default *time-conversion-function*
2713         return an ISO timestring for compatibility with other drivers.
2714         Workaround bug in MyODBC for LIST-TABLE-INDEXES
2715         * test/test-fdml.lisp: Accomodate that odbc-postgresql driver
2716         returns floating-point values for floor and truncate operations 
2717         * db-aodbc/aodbc-sql.lisp: Implement DATABASE-LIST-VIEWS
2718         * tests/test-basic.lisp: Port to regression tester
2719         * test/test-init.lisp: Output to *report-stream*
2720         * docs/appendix.xml: Document ODBC and SQLite backends.
2721         * sql/classes.lisp: Make output-sql require a database parameter.
2722         This allows SQL generation to have the proper case to support
2723         the differences in case handling between CommonSQL API,
2724         Postgresql, MySQL, Oracle.
2725         
2726 21 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2727         * Version 2.9.2: Improvments in database capability introspection
2728         and querying. Support transactions in MySQL where available.
2729         All tests now pass on MySQL and SQLite in addition to postgresql
2730         and postgresql-socket. ODBC fails only with OODDL/TIME/1 and OODDL/TIME/2.
2731         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST-VIEWS. Better support
2732         DATABASE-LIST-SEQUENCES.
2733         * clsql-uffi.asd, clsql-mysql.asd: Improve shared library loading
2734         * Database_capabilies: add HAS-VIEWS, HAS-CREATE/DESTROY-DB,
2735         HAS-BOOLEAN-WHERE, TRANSACTION-CAPABLE
2736         * tests/*.lisp: Check database capabilities and remove tests which
2737         the database backend does not support
2738         * sql/table.lisp: Add :TRANSACTIONS keyword to create table which
2739         controls whether InnoDB tables will be created when supported on
2740         the underlying MySQL server.
2741         
2742 20 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2743         * Version 2.9.0: New API function: LIST-TABLE-INDEXES,
2744         supported by all database backends (except AODBC since
2745         AODBC doesn't support index querying)
2746         * db-obdc/odbc-sql.lisp: Support DATABASE-LIST-INDEXES
2747         * db-odbc/odbc-api.lisp: Add %TABLE-STATISTICS function
2748         to support index queries
2749         * db-aodbc/aodbc-sql.lisp: Filter driver manager
2750         "information_schema" tables from LIST-TABLES
2751         * tests/test-basic.lisp: Remove table after testing
2752         * tests/test-fddl.lisp: Test LIST-TABLE-INDEXES
2753         * base/db-interface.lisp: Add DATABASE-UNDERLYING-TYPE
2754         which gets the underlying type of database -- required
2755         when dealing with ODBC databases and want to query
2756         database capabilities. Added DB-USE-COLUMN-ON-DROP-TABLES?
2757         as first database-backend specific feature. Is T on
2758         :mysql, NIL on other backends. Change DROP-TABLE to
2759         query this.
2760         
2761 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2762         * Version 2.8.2: Build changes for FreeBSD [Slawek Zak]
2763
2764 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2765         * Version 2.8.1
2766         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST function 
2767         * db-odbc/odbc-dbi.lisp: Add LIST-ALL-DATA-SOURCES function 
2768
2769 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2770         * Version 2.8.0: New API function: LIST-DATABASES
2771         * base/utils.lisp: Fix command-output on CMUCL/SBCL
2772         * db-*/*-sql.lisp: Add new database-list function
2773         * base/database.lisp: Add new LIST-DATABASES command
2774         
2775 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2776         * Version 2.7.9
2777         * db-sqlite/sqlite-sql.lisp: Fix sequence functions.
2778         * db-sqlite/sqlite-api-uffi.lisp: Print error string
2779         correctly.
2780         
2781 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2782         * Version 2.7.7
2783         * doc/csql.xml, examples/clsql-tutorial.lisp: Patch for db-kind
2784         from Eduardo Munoz.
2785         
2786 17 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2787         * Version 2.7.6
2788         * base/objects.lisp, base/classes.lisp: Patch
2789         for db-kind from Eduardo Munoz
2790         
2791 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2792         * Version 2.7.5
2793         * base/basic-sql.lisp: Fix FLATP in QUERY
2794
2795 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2796         * Version 2.7.3: Implement RECONNECT
2797
2798 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2799         * Version 2.7.2: Fix ODBC on Lispworks Windows
2800
2801 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2802         * Version 2.7.1: Fix for new ODBC backend.
2803         clsql-odbc now works on SBCL, CMUCL, OpenMCL
2804         in addition to AllegroCL and Lispworks.
2805
2806 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2807         * Version 2.7.0: New backend: ODBC. Tests as
2808         well as AODBC backend on Allegro,Lispworks.
2809         SBCL and CMUCL don't work quite yet.  Requires UFFI v1.4.11+
2810         * db-odbc/*.lisp: Add ODBC3 function SQLSetEnvAttr
2811         to explicitly set ODBC2 support. Add BIGINT support.
2812         Add result-types support. Added SQLTables.
2813         Fix array type in fetch-all-rows. Make width
2814         changable by database or query.
2815         * base/utils.lisp: Add process functions
2816         * base/package.lisp: Export utils to CLSQL-BASE-SYS
2817         * db-aodbc: Implement sequence functions,
2818         database-list-tables, database-list-attributes
2819         * tests/utils.lisp: Add support for ODBC backend,
2820         rework READ-SPECS to use +all-db-types+
2821         * db-mysql/mysql-sql.lisp: Use WITHOUT-INTERRUPTS
2822         for SEQUENCE-NEXT
2823         
2824 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2825         * Version 2.6.13. Requires UFFI version 1.4.9
2826         * db-odbc/*.lisp: Further porting.
2827         Pre-alpha code! But, basic query is now working.
2828
2829 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2830         * Version 2.6.12
2831         * base/transactions.lisp: Add quote for macro
2832         expansion of WITH-TRANSACTIONS [Time Howe]
2833         * db-sqlite/sqlite-sql.lisp: Support memory database
2834         in database-probe [Ng Pheng Siong]
2835         * db-odbc/*.lisp: Initial port to UFFI of SQL-ODBC.
2836         The DBI layer is not finished.
2837         
2838 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2839         * Version 2.6.11
2840         * sql/objects.lisp: add :root-class functionality for
2841         list-classes and add duration type support [Marcus Pearce]
2842         * db-odbc: Add mid-level [DBI] layer
2843
2844 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2845         * Version 2.6.10
2846         * db-aodbc: Add methods for generic functions, some are
2847         not yet implemented.
2848         * clsql-odbc.asd, db-odbc/*.lisp: Initial start of ODBC
2849         support
2850
2851 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2852         * Version 2.6.9
2853         * base/package.lisp: Add missing symbols [Marcus Pearce]
2854
2855 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2856         * Version 2.6.8
2857         * test/test-fddl.lisp: Cleanup fix [Marcus Pearce]
2858         * utils/time.lisp: Multiple fixes [Marcus Pearce]
2859         * sql/sql.lisp: Fix for truncate-database [Marcus Pearce]
2860         
2861 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2862         * Version 2.6.7
2863         * sql/*.lisp: Remove schema versioning cruft
2864         [Marcus Pearce]
2865         * Makefile: Add classic subdirectory
2866         
2867 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2868         * Version 2.6.6
2869         * sql/sql.lisp: Fix TRUNCATE command, bug reported
2870         by Marcus Pearce
2871         * sql/sql.lisp: Remove EXPLAIN function. Postgresql/Oracle
2872         specific and easy for an application to directly support.
2873         Idea from Marcus Pearce.
2874         * base/basic-sql.lisp: Remove DESCRIBE-TABLE top-level 
2875         API as duplicates LIST-ATTRIBUTE-TYPES [Marcus Pearce].
2876         Keep low-level interface for future optimization
2877         supporting LIST-ATTRIBUTE-TYPES command.
2878         * Makefile: Add to db-sqlite and test directories.
2879         Include them in top-level Makefile
2880         
2881 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2882         * Version 2.6.5
2883         * sql/relations.lisp: Add missing file
2884         * utils/time.lisp: Fixes/extensions [Marcus Pearce]
2885         * test/test-time.lips: New file [Marcus Pearce]
2886         
2887 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2888         * Version 2.6.4
2889         * test/test-init.lisp: Properly handle object
2890         creation. Close database after use.
2891         * sql/sql.lisp: Make DESCRIBE-TABLE a generic
2892         function so can have methods specialized on
2893         table being a string or an sql-table object.
2894         * base/pool.lisp: Really fix CMUCL locking
2895         
2896 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2897         * Version 2.6.3
2898         * test/test-init.lisp: Signal correctly
2899         if any errors occurred in any test suite
2900         * base/loop-extensions.lisp: Fix error
2901         introduced for Lispworks
2902         * base/pool.lisp: Fix locking for CMUCL
2903         * base/objects.lisp: Remove schema-version cruft
2904         
2905 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2906         * Version 2.6.2: New CLSQL API functions:
2907         DESCRIBE-TABLE AND TRUNCATE-DATABASE
2908         Currently, this are only supported on :postgresql
2909         and :postgresql-socket
2910         * base/database.lisp: automatically load ASDF system
2911         in CONNECT if not already loaded
2912         * base/tests.lisp: disconnect database after testing 
2913         * base/*.lisp: Remove CLOSED-DATABASE type in favor
2914         of storing open/closed status in slot of database
2915         * base/pool.lisp: Support locks for CMUCL, OpenMCL, SBCL
2916         * db-postgresql/postgresql-sql.lisp: add DATABASE-RECONNECT,
2917         DATABASE-DESCRIBE-TABLE
2918         * db-sqlite/sqlite-sql.lisp: Add missing slots in database
2919         * base/conditions: Remove duplicate condition
2920         * db-*/*-sql.lisp: Fill new database slot DATABASE-TYPE
2921         * base/recording.lisp: Add new :QUERY type for recording
2922         
2923 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2924         * Version 2.6.1: documentation fixes, merged
2925         classic-tests into tests
2926
2927 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2928         * Version 2.6.0 released: New API functions
2929         CREATE-DATABASE, DESTORY-DATABASE, PROBE-DATABASE
2930         * doc/ref_clsql.xml: Document new functions
2931         * base/database.lisp: New API functions
2932         * base/conditions.lisp: Added CLSQL-ACCESS-ERROR
2933         * base/utils.lisp: Fix use of position-char.
2934         Add COMMAND-OUTPUT used by backends for running
2935         external programs. Fix parsing of SQL*NET-compatible
2936         connection-specs.
2937         * base/loop-extension.lisp: Simplify package use
2938         for Lispworks and Allegro
2939         * db-*/*-sql.lisp: Added DATABASE-CREATE,
2940         DATABASE-DESTORY, PROBE-DATABASE methods
2941         * tests/test-init.lisp, clasic-tests/tests.lisp:
2942         Use destroy-database and create-database to ensure 
2943         testing with empty database
2944         * tests/test-connection.lisp: Add tests for
2945         parsing of string connection-specs
2946         * examples/run-tests.sh: New file for running
2947         test suite on all installed CL implementations
2948         * examples/clsql-tutorial.lisp: moved from
2949         doc directory
2950         * examples/dot.clsql-tests.config: New file
2951         giving an example test configuration
2952         * test/README: Add notes about rtest/ptester
2953         downloads and link to sample test configuration file.
2954         
2955 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2956         * Version 2.5.1 released:
2957         * tests/*.lisp: Rework so tests are run
2958         on multiple backends automatically based
2959         on the contents of ~/.clsql-tests.config.
2960         Reuse helper functions from classic-tests.
2961         * base/database.lisp: Support connection-spec
2962         as string for CONNECT
2963         * classic-tests/tests.lisp: Automatically
2964         load database backends as needed. 
2965         
2966 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2967         * Version 2.5.0 released:
2968         All tests for CLSQL and CLSQL-CLASSIC pass
2969         on all platforms.
2970         * base/loop-extension.lisp: Add Lispworks
2971         loop-extension. Improve type specifying on
2972         other platforms.
2973         
2974 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2975         * Version 2.4.2 released:
2976         loop extension now supported on Allegro, all
2977         CLSQL-TESTS pass on Allegro.
2978         * sql/metaclasses.lisp: Some optimization
2979         of compute-slots, be selective when
2980         ordered-class-slots needs to be called
2981         instead of class-slots
2982         * TODO: add URL with documentation on
2983         extending Lispworks LOOP form
2984         
2985 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2986         * Version 2.4.1 released: CLSQL-TESt suite passes
2987         all tests for postgresql and CMUCL, SBCL, OpenMCL.
2988         Allegro and Lispworks pass all tests except for
2989         FDML/LOOP/1 since the loop extension have not yet
2990         been ported to those implementions.
2991         * sql/metaclasses.lisp: Added new slot to standard-db-class
2992         to hold user-specified type. OpenMCL adjustments to compensate
2993         for its type-predicate function. Since AllegroCL, Lispworks,
2994         and OpenMCL have different slot orders, added compute-slots
2995         and ordered-class-slots functions so their slot order matches
2996         SBCL/CMUCL.
2997
2998 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2999         * Version 2.4.0 released: All tests for clsql-classic now finish
3000         correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for
3001         mysql, postgresql, postgresql-sockets, and sqlite backends.
3002         * db-mysql/mysql-sql.lisp: Fix array dereferencing
3003         * classic-tests/tests.lisp: Fix package name of
3004         number-to-sql-string. 
3005         * clsql.asd/clsql-tests.asd: Add support for asdf:test-op
3006         * db-sqlite/sqlite-api-{uffi,sql}.lisp: Multiple UFFI fixes,
3007         now passes tests on all support UFFI platforms.
3008         * db-postgresql-socket/postgresql-socket-api.list: Ported to 
3009         SBCL and OpenMCL
3010         * multiple: Finish renaming of :types keyword to :result-types for
3011         greater CommonSQL compatibility, including documentation
3012         * sql/basic-cmds.lisp: Remove obsolete file
3013         
3014 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
3015         * Version 2.3.3 released
3016         * Fixes for sequences on mysql and sqlite [Marcus Pearce]
3017         * Fixes for uffi sqlite backend [Aurelio Bignoli / Kevin Rosenberg]
3018         * Fix for schema table [Marcus Pearce]
3019         * Add loop extension support for SBCL and OpenMCL [Marcus Pearce]
3020         * Fixes to test suite [Marcus Pearce]
3021
3022 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
3023         * db-*/*-sql.lisp: Ensure that expr in
3024         database-query-result-set is a string
3025         * Documentation integration
3026         
3027 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
3028         * With for Marcus Pearce's excellent work, I've merged
3029         his clsql-usql port into clsql. The original clsql
3030         interface is available in the clsql-classic package.
3031
3032 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
3033         * Integrate patch from Marcus Pearce <ek735@soi.city.ac.uk>
3034         adding further support for providing backend for UncommonSQL
3035
3036 10 Mar 2004 Kevin Rosenberg (kevin@rosenberg.net)
3037         * Integrate patch from Aurelio Bignoli for SQLite backend
3038
3039 11 Nov 2003 Kevin Rosenberg (kevin@rosenberg.net)
3040         * Converted documentation to XML format
3041         * Made package installable with asdf-install
3042
3043 23 Jul 2003 Kevin Rosenberg (kevin@rosenberg.net)
3044         * Add for-each-row macro
3045
3046 12 Dec 2002 Kevin Rosenberg (kevin@rosenberg.net)
3047         * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
3048         
3049 16 Oct 2002 Kevin Rosenberg (kevin@rosenberg.net)
3050         * Add support for SBCL, OpenMCL, and SCL
3051         * Add *load-truename* to search path for clsql's
3052         compiled libraries.
3053
3054 01 Sep 2002 Kevin Rosenberg (kevin@rosenberg.net)
3055         * Rework use of file types in .asd files
3056
3057 17 Aug 2002 Kevin Rosenberg (kevin@rosenberg.net)
3058         * Add .asd definition files for ASDF users
3059
3060 31 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
3061         * Restructure directories for Common Lisp Controller v3 compatibility
3062
3063 25 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
3064         * Also change case of logical host in loader files
3065         * Rework handling of logical pathnames
3066         
3067 05 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
3068         * Change case of logical host
3069         
3070 14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
3071         * clsql-base.system: Added base package that can be used without
3072         high-level SQL commands. Used for adding support for UncommonSQL.
3073         * *.system: Reworked logical pathnames to be more consistent with
3074         Common Lisp Controller.
3075         * debian/*: Completed initial Debian support
3076         
3077 10 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
3078         * sql/classes.cl:
3079         * sql/transactions.cl:
3080         Added transaction support. Functions/macros added:
3081         with-transaction, commit-transaction, rollback-transaction,
3082         add-transaction-commit-hook, add-transaction-rollback-hook
3083
3084 04 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
3085         * sql/sql.cl:
3086         * sql/pool.cl:
3087         * sql/functional.cl:
3088         Added pool support in connect/disconnect and with-database.
3089         Removed with-db-from-pool as with-database can now works with the connections pool
3090
3091 01 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
3092         * sql/sql.cl:
3093         * sql/pool.cl:
3094         * sql/classes.cl:
3095         * sql/package.cl:
3096         Completed connection pool.
3097         Added with-db-from-pool macro.
3098         
3099 27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
3100         * Multiple files:
3101         Added initial support for connection pool
3102         * sql/transactions.cl
3103         Took transaction code from UncommonSQL and integrated
3104         into CLSQL code. See file for disclaimer about why this
3105         was added.
3106
3107 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
3108         * interfaces/postgresql/postgresql-sql.cl:
3109         Fix keyword typo in database-read-large-object
3110         * interfaces/mysql/mysql-loader.cl
3111         Fix loading on Win32
3112         * test-suite/tester-clsql.cl
3113         Fix type coercion of double-float
3114         * doc/*
3115         Added debian docbook catalog, made it the default
3116         
3117 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
3118         * interface/postgresql/postgresql-api.cl:
3119         * interface/postgresql/postgresql-sql.cl:
3120         * sql/sql.cl:
3121         * sql/db-interface.cl:
3122         Added large objects support for postgresql.
3123
3124 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
3125         * src/postgresql-socket/postgresql-socket-api.cl:
3126         Fixed find-foreign-function call, eliminated crypt warning
3127         * Makefiles:
3128         Multiple improvements
3129         * sql/usql.cl:
3130         Moved functionality from low-level interfaces to this file
3131         via generic functions
3132         * test-suite/tester.cl:
3133         Added test with acl-compat-tester, moved others to old-tests
3134         directory.
3135         
3136 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
3137         * src/usql.cl:
3138         Reinstated commented out sections
3139         * interfaces/postgresql/postgresql-loader.cl:
3140         * interfaces/mysql/mysql-loader.cl:
3141         Updated find-forieign-library support.
3142         * interfaces/postgresql-socket/postgresql-socket-package.cl:
3143         Fixed require form for Lispworks (Thanks Marc Battyani!)
3144         * interfaces/postgresql-socket/postgresql-socket-api.cl:
3145         Fixed eval of def-function for crypt library.
3146                 
3147 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
3148         * Added interface to support USQL high-level rouines
3149         
3150 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
3151         * Separated db-interface and conditions from sql/sql.cl
3152         * Improved foreign library loading testing
3153         * interfaces/postgresql/postgresql-api.cl
3154         Added PQisBusy function
3155         * interfaces/clsql-uffi/clsql-uffi.cl
3156         Fixed sign error for 64-bit processing
3157         
3158 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
3159         * interfaces/postgresql-socket/postgresql-socket-api.cl:
3160         Fixes to read-double-from-socket. Added 64-bit integer support.
3161         * test-suite/xptest-clsql.cl
3162         Added testint for 64-bit integers
3163         * Additons to installation docs
3164         
3165 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
3166         * interfaces/postgresql-socket/postgresql-socket-api.cl:
3167         Implemented direct socket reading for field type :double
3168         * Added usage information for :types to documentation
3169         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
3170         atol, atof calls
3171         * interfaces/clsql-uffi: Created new directory. Split common
3172         interface routines that use UFFI into this package. Required
3173         especially to support direct reading of 64-bit integers into
3174         bignums and bypassing temporary strings.
3175         * test-clsql.cl: Updated to test postgresql-socket's
3176         read-double-from-socket function.
3177         * test-suite/xptest-clsql.cl
3178         Started work on test suite
3179
3180 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
3181         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
3182         mysql-fetch-field-direct Got :auto types working
3183         * interfaces/postgresql/postgresql-api.cl
3184         * interfaces/postgresql-socket/postgresql-socket-api.cl
3185         Added pgsql-field-types enum. Got :auto types working.
3186         * multiple-files
3187         Renamed :field-types to :types.
3188         
3189 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
3190         * Added field-types parameter to query, database-query,
3191         database-query-result-set, map-query. Haven't added code
3192         to utilize field types, yet.
3193         * Changed postgresql-socket result set from cons to a structure
3194         * Updated test-clsql.cl to use automated testing with a config
3195         file
3196         * Changed return types of field accessors from cstring to
3197         (* :unsigned-char).  This prepares for being able to use specified
3198         type conversions when taking field data into lisp.
3199         * Added field-type processing for most interfaces. Not done yet.
3200         
3201 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
3202         * doc/ref.sgml: Updated MAP-QUERY example to use
3203         *read-default-float-format* (John Foderaro)
3204         * Extensive work to foreign library loaders and .system files to
3205         check for successful loading of foreign libraries.
3206         * Modified test-clsql.cl to allow more modularity and
3207         automated testing in future release.
3208         * mysql/mysql-sql.lisp: Added field types
3209         
3210 01 Jan 2002 Kevin Rosenberg (kevin@rosenberg.net)
3211         * mysql/mysql-sql.lisp:
3212         - Added support for Allegro CL and Lispworks using UFFI layer
3213         - Changed database-connect to use mysql-real-connect. This way,
3214           can avoid using double (unwind-protect)
3215         - Changed database-connect to have MySQL library allocate space
3216           for MYSQL structure. This will make the code more robust in
3217           the event that MySQL library changes the size of the mysql-mysql
3218           structure.