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