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