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