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