r9202: minor typo
[clsql.git] / ChangeLog
1 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
2         * Version 2.10.6-pre1
3         * sql/metaclasses.lisp: Add void-value slot
4         * doc/csql.xml: Update def-view-class documentation
5         * test/test-init.lisp: Change old :db-type to :db-kind.
6         Remove old :nulls-ok attributes.
7         * sql/objects.lisp: Add new universal-time and bigint
8         types. Optimize reading of integers using parse-integer
9         rather than read-from-string.
10         * */*.lisp: Merge clsql-base-sys and clsql-base packages
11         into clsql-base package
12         * classic/sql.lisp: Move large object support into base, leaving
13         classic without any functionality that is provided in the clsql
14         system.
15         * classic/package.lisp: Rename clsql-classic-sys package to
16         its former nickname of clsql-classic
17         
18 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
19         * Version 2.10.5: SQLite backend now passes all result-types tests
20         * clsql-sqlite.asd: Depend on clsql-uffi system
21         * db-sqlite/sqlite-sql.lisp: Use clsql-uffi:convert-raw-field
22         for efficiency and code reuse. 
23         * db-sqlite/sqlite-api-uffi.lisp: Change (* :char) to (* :unsigned-char)
24         for better cross-implementation compatibility.
25
26 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
27         * Version 2.10.4
28         * sql/tables.lisp: Fix typo in CACHE-TABLE-QUERIES
29         [Marcus Pearce]
30         * db-postgresql/postgresql-sql.lisp: Fix foreign-string vs. cstring
31         bug on SBCL in result-field-names function as reported by Marcus Pearce
32         * db-sqlite/sqlite-sql.lisp: Fix  in database-store-next-row
33         manifest in SBCL testing
34         
35 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
36         * Version 2.10.3
37         * sql/database.lisp: Conform more to CommonSQL output
38         for STATUS command [Marcus Pearce]
39         * sql/sqlite-sql.lisp: Rework to use result-types
40         * sql/sqlite-api-clisp.lisp: Add compatibility layer
41         with sqlite-api-uffi.lisp so that sqlite-sql.lisp can
42         be cleaned up of most clisp reader conditionals
43         * sql/test-init.lisp: Now run field type tests on sqlite
44         backend
45         
46 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
47         * Version 2.10.2
48         * base/basic-sql.lisp: Set default value of :result-types 
49         to :auto for more CommonSQL conformance. 
50         * test/test-fdml.lisp: Add tests for numeric value of fields
51         
52
53 30 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
54         * Version 2.10.1: New API function: CACHE-TABLE-QUERIES.
55         * base/basic-sql.lisp, db-*/*-sql.lisp: More CommonSQL conformance.
56         Return field names as second value for QUERY. This can be overridden
57         for efficiency with the new keyword :FIELD-NAMES set to NIL
58         in the QUERY invocation.
59         * test/test-fdml.lisp: Add tests for new field-name feature
60         * sql/metaclass.lisp: Remove old Lispworks cruft
61         and replace it with invocation of new code in kmr-mop.lisp
62         which actually works with Lispworks 4.2
63         * doc/ref_clsql.xml: Document new :FIELD-NAMES keyword to
64         QUERY function
65         * base/db-interface.lisp: Document the multiple values
66         returned by DATABASE-ATTRIBUTE-TYPE so matches the
67         undocumented CommonSQL behavior. 
68         * sql/table.lisp: Add *CACHE-TABLE-QUERIES-DEFAULT* and
69         *DEFAULT-UPDATE-OBJECTS-MAX-LEN* variables and export them.
70         LIST-ATTRIBUTE-TYPES now conforms to CommonSQL spec.
71         Implement CACHE-TABLE-QUERIES.
72         * db-odbc/odbc-sql.lisp: Fix attribute-type function
73         * test/test-fddl.lisp: Add tests for attribute type     
74         * db-mysql/mysql-sql.lisp: Mild optimization in accessing
75         field structures.
76         * base/classes.lisp: Add attribute-cache slot to database clas
77         * base/initialize.lisp: initialize-database-type now automatically
78         loads database-type backend as needed.
79         * base/test-init.lisp: Utilize new initialize-database-type functionality.
80         * TODO: remove items done
81         
82 30 Apr 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
83         * Version 2.9.6
84         * sql/objects.lisp: remove create/drop-sequence-from-class. 
85         * sql/objects.lisp: add INSTANCE-REFRESHED generic function. 
86         * sql/objects.lisp: improved CommonSQL compatibility for
87         UPDATE-RECORD-FROM-SLOT, UPDATE-RECORD-FROM-SLOTS,
88         UPDATE-RECORDS-FROM-INSTANCE and DELETE-INSTANCE-RECORDS. 
89         * sql/generics.lisp: move generics from objects.lisp to here. 
90         
91 29 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
92         * Version 2.9.6-pre1
93         * db-mysql/mysql-client-info.lisp: Add client version 4.1
94         detection
95         * sql/sql.lisp: Make *default-database* the default for
96         TRUNCATE-DATABASE
97         
98 28 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
99         * Version 2.9.5
100         * db-mysql/mysql-sql.lisp: Fix bug in transaction capability
101         detection
102         * sql/objects.lisp: Commit patch from Slawek Zak to allow specifying 
103         :metaclass in DEF-VIEW-CLASS invocation. This allows defining classes 
104         on a metaclass specialized from standard-db-class.
105
106         
107 24 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
108         * Version 2.9.4: Multiple changes to support Allegro's "modern"
109         lisp which uses a lowercase reader and has case-sensitive symbols
110         * sql/classes.lisp: Fix make-load-form bug for sql-ident-table
111         exposed by case-sensitive mlisp. 
112
113 22 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
114         * Version 2.9.3: All tests now pass on all platforms!
115         * LATEST-TEST-RESULTS: New file with summary of test results
116         * sql/generics.lisp: New file for generic function definitions.
117         * test/test-init.lisp: Display names of skipped tests.
118         Use unwind-protect to ensure disconnect
119         * sql/objects.lisp: Change database-type to database-underlying-type
120         so that actual database engine is properly identified
121         * db-odbc/odbc-api.lisp: Have default *time-conversion-function*
122         return an ISO timestring for compatibility with other drivers.
123         Workaround bug in MyODBC for LIST-TABLE-INDEXES
124         * test/test-fdml.lisp: Accomodate that odbc-postgresql driver
125         returns floating-point values for floor and truncate operations 
126         * db-aodbc/aodbc-sql.lisp: Implement DATABASE-LIST-VIEWS
127         * tests/test-basic.lisp: Port to regression tester
128         * test/test-init.lisp: Output to *report-stream*
129         * docs/appendix.xml: Document ODBC and SQLite backends.
130         * sql/classes.lisp: Make output-sql require a database parameter.
131         This allows SQL generation to have the proper case to support
132         the differences in case handling between CommonSQL API,
133         Postgresql, MySQL, Oracle.
134         
135 21 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
136         * Version 2.9.2: Improvments in database capability introspection
137         and querying. Support transactions in MySQL where available.
138         All tests now pass on MySQL and SQLite in addition to postgresql
139         and postgresql-socket. ODBC fails only with OODDL/TIME/1 and OODDL/TIME/2.
140         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST-VIEWS. Better support
141         DATABASE-LIST-SEQUENCES.
142         * clsql-uffi.asd, clsql-mysql.asd: Improve shared library loading
143         * Database_capabilies: add HAS-VIEWS, HAS-CREATE/DESTROY-DB,
144         HAS-BOOLEAN-WHERE, TRANSACTION-CAPABLE
145         * tests/*.lisp: Check database capabilities and remove tests which
146         the database backend does not support
147         * sql/table.lisp: Add :TRANSACTIONS keyword to create table which
148         controls whether InnoDB tables will be created when supported on
149         the underlying MySQL server.
150         
151 20 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
152         * Version 2.9.0: New API function: LIST-TABLE-INDEXES,
153         supported by all database backends (except AODBC since
154         AODBC doesn't support index querying)
155         * db-obdc/odbc-sql.lisp: Support DATABASE-LIST-INDEXES
156         * db-odbc/odbc-api.lisp: Add %TABLE-STATISTICS function
157         to support index queries
158         * db-aodbc/aodbc-sql.lisp: Filter driver manager
159         "information_schema" tables from LIST-TABLES
160         * tests/test-basic.lisp: Remove table after testing
161         * tests/test-fddl.lisp: Test LIST-TABLE-INDEXES
162         * base/db-interface.lisp: Add DATABASE-UNDERLYING-TYPE
163         which gets the underlying type of database -- required
164         when dealing with ODBC databases and want to query
165         database capabilities. Added DB-USE-COLUMN-ON-DROP-TABLES?
166         as first database-backend specific feature. Is T on
167         :mysql, NIL on other backends. Change DROP-TABLE to
168         query this.
169         
170 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
171         * Version 2.8.2: Build changes for FreeBSD [Slawek Zak]
172
173 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
174         * Version 2.8.1
175         * db-odbc/odbc-sql.lisp: Add DATABASE-LIST function 
176         * db-odbc/odbc-dbi.lisp: Add LIST-ALL-DATA-SOURCES function 
177
178 19 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
179         * Version 2.8.0: New API function: LIST-DATABASES
180         * base/utils.lisp: Fix command-output on CMUCL/SBCL
181         * db-*/*-sql.lisp: Add new database-list function
182         * base/database.lisp: Add new LIST-DATABASES command
183         
184 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
185         * Version 2.7.9
186         * db-sqlite/sqlite-sql.lisp: Fix sequence functions.
187         * db-sqlite/sqlite-api-uffi.lisp: Print error string
188         correctly.
189         
190 18 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
191         * Version 2.7.7
192         * doc/csql.xml, examples/clsql-tutorial.lisp: Patch for db-kind
193         from Eduardo Munoz.
194         
195 17 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
196         * Version 2.7.6
197         * base/objects.lisp, base/classes.lisp: Patch
198         for db-kind from Eduardo Munoz
199         
200 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
201         * Version 2.7.5
202         * base/basic-sql.lisp: Fix FLATP in QUERY
203
204 16 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
205         * Version 2.7.3: Implement RECONNECT
206
207 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
208         * Version 2.7.2: Fix ODBC on Lispworks Windows
209
210 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
211         * Version 2.7.1: Fix for new ODBC backend.
212         clsql-odbc now works on SBCL, CMUCL, OpenMCL
213         in addition to AllegroCL and Lispworks.
214
215 15 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
216         * Version 2.7.0: New backend: ODBC. Tests as
217         well as AODBC backend on Allegro,Lispworks.
218         SBCL and CMUCL don't work quite yet.  Requires UFFI v1.4.11+
219         * db-odbc/*.lisp: Add ODBC3 function SQLSetEnvAttr
220         to explicitly set ODBC2 support. Add BIGINT support.
221         Add result-types support. Added SQLTables.
222         Fix array type in fetch-all-rows. Make width
223         changable by database or query.
224         * base/utils.lisp: Add process functions
225         * base/package.lisp: Export utils to CLSQL-BASE-SYS
226         * db-aodbc: Implement sequence functions,
227         database-list-tables, database-list-attributes
228         * tests/utils.lisp: Add support for ODBC backend,
229         rework READ-SPECS to use +all-db-types+
230         * db-mysql/mysql-sql.lisp: Use WITHOUT-INTERRUPTS
231         for SEQUENCE-NEXT
232         
233 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
234         * Version 2.6.13. Requires UFFI version 1.4.9
235         * db-odbc/*.lisp: Further porting.
236         Pre-alpha code! But, basic query is now working.
237
238 13 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
239         * Version 2.6.12
240         * base/transactions.lisp: Add quote for macro
241         expansion of WITH-TRANSACTIONS [Time Howe]
242         * db-sqlite/sqlite-sql.lisp: Support memory database
243         in database-probe [Ng Pheng Siong]
244         * db-odbc/*.lisp: Initial port to UFFI of SQL-ODBC.
245         The DBI layer is not finished.
246         
247 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
248         * Version 2.6.11
249         * sql/objects.lisp: add :root-class functionality for
250         list-classes and add duration type support [Marcus Pearce]
251         * db-odbc: Add mid-level [DBI] layer
252
253 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
254         * Version 2.6.10
255         * db-aodbc: Add methods for generic functions, some are
256         not yet implemented.
257         * clsql-odbc.asd, db-odbc/*.lisp: Initial start of ODBC
258         support
259
260 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
261         * Version 2.6.9
262         * base/package.lisp: Add missing symbols [Marcus Pearce]
263
264 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
265         * Version 2.6.8
266         * test/test-fddl.lisp: Cleanup fix [Marcus Pearce]
267         * utils/time.lisp: Multiple fixes [Marcus Pearce]
268         * sql/sql.lisp: Fix for truncate-database [Marcus Pearce]
269         
270 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
271         * Version 2.6.7
272         * sql/*.lisp: Remove schema versioning cruft
273         [Marcus Pearce]
274         * Makefile: Add classic subdirectory
275         
276 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
277         * Version 2.6.6
278         * sql/sql.lisp: Fix TRUNCATE command, bug reported
279         by Marcus Pearce
280         * sql/sql.lisp: Remove EXPLAIN function. Postgresql/Oracle
281         specific and easy for an application to directly support.
282         Idea from Marcus Pearce.
283         * base/basic-sql.lisp: Remove DESCRIBE-TABLE top-level 
284         API as duplicates LIST-ATTRIBUTE-TYPES [Marcus Pearce].
285         Keep low-level interface for future optimization
286         supporting LIST-ATTRIBUTE-TYPES command.
287         * Makefile: Add to db-sqlite and test directories.
288         Include them in top-level Makefile
289         
290 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
291         * Version 2.6.5
292         * sql/relations.lisp: Add missing file
293         * utils/time.lisp: Fixes/extensions [Marcus Pearce]
294         * test/test-time.lips: New file [Marcus Pearce]
295         
296 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
297         * Version 2.6.4
298         * test/test-init.lisp: Properly handle object
299         creation. Close database after use.
300         * sql/sql.lisp: Make DESCRIBE-TABLE a generic
301         function so can have methods specialized on
302         table being a string or an sql-table object.
303         * base/pool.lisp: Really fix CMUCL locking
304         
305 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
306         * Version 2.6.3
307         * test/test-init.lisp: Signal correctly
308         if any errors occurred in any test suite
309         * base/loop-extensions.lisp: Fix error
310         introduced for Lispworks
311         * base/pool.lisp: Fix locking for CMUCL
312         * base/objects.lisp: Remove schema-version cruft
313         
314 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
315         * Version 2.6.2: New CLSQL API functions:
316         DESCRIBE-TABLE AND TRUNCATE-DATABASE
317         Currently, this are only supported on :postgresql
318         and :postgresql-socket
319         * base/database.lisp: automatically load ASDF system
320         in CONNECT if not already loaded
321         * base/tests.lisp: disconnect database after testing 
322         * base/*.lisp: Remove CLOSED-DATABASE type in favor
323         of storing open/closed status in slot of database
324         * base/pool.lisp: Support locks for CMUCL, OpenMCL, SBCL
325         * db-postgresql/postgresql-sql.lisp: add DATABASE-RECONNECT,
326         DATABASE-DESCRIBE-TABLE
327         * db-sqlite/sqlite-sql.lisp: Add missing slots in database
328         * base/conditions: Remove duplicate condition
329         * db-*/*-sql.lisp: Fill new database slot DATABASE-TYPE
330         * base/recording.lisp: Add new :QUERY type for recording
331         
332 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
333         * Version 2.6.1: documentation fixes, merged
334         classic-tests into tests
335
336 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
337         * Version 2.6.0 released: New API functions
338         CREATE-DATABASE, DESTORY-DATABASE, PROBE-DATABASE
339         * doc/ref_clsql.xml: Document new functions
340         * base/database.lisp: New API functions
341         * base/conditions.lisp: Added CLSQL-ACCESS-ERROR
342         * base/utils.lisp: Fix use of position-char.
343         Add COMMAND-OUTPUT used by backends for running
344         external programs. Fix parsing of SQL*NET-compatible
345         connection-specs.
346         * base/loop-extension.lisp: Simplify package use
347         for Lispworks and Allegro
348         * db-*/*-sql.lisp: Added DATABASE-CREATE,
349         DATABASE-DESTORY, PROBE-DATABASE methods
350         * tests/test-init.lisp, clasic-tests/tests.lisp:
351         Use destroy-database and create-database to ensure 
352         testing with empty database
353         * tests/test-connection.lisp: Add tests for
354         parsing of string connection-specs
355         * examples/run-tests.sh: New file for running
356         test suite on all installed CL implementations
357         * examples/clsql-tutorial.lisp: moved from
358         doc directory
359         * examples/dot.clsql-tests.config: New file
360         giving an example test configuration
361         * test/README: Add notes about rtest/ptester
362         downloads and link to sample test configuration file.
363         
364 10 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
365         * Version 2.5.1 released:
366         * tests/*.lisp: Rework so tests are run
367         on multiple backends automatically based
368         on the contents of ~/.clsql-tests.config.
369         Reuse helper functions from classic-tests.
370         * base/database.lisp: Support connection-spec
371         as string for CONNECT
372         * classic-tests/tests.lisp: Automatically
373         load database backends as needed. 
374         
375 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
376         * Version 2.5.0 released:
377         All tests for CLSQL and CLSQL-CLASSIC pass
378         on all platforms.
379         * base/loop-extension.lisp: Add Lispworks
380         loop-extension. Improve type specifying on
381         other platforms.
382         
383 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
384         * Version 2.4.2 released:
385         loop extension now supported on Allegro, all
386         CLSQL-TESTS pass on Allegro.
387         * sql/metaclasses.lisp: Some optimization
388         of compute-slots, be selective when
389         ordered-class-slots needs to be called
390         instead of class-slots
391         * TODO: add URL with documentation on
392         extending Lispworks LOOP form
393         
394 09 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
395         * Version 2.4.1 released: CLSQL-TESt suite passes
396         all tests for postgresql and CMUCL, SBCL, OpenMCL.
397         Allegro and Lispworks pass all tests except for
398         FDML/LOOP/1 since the loop extension have not yet
399         been ported to those implementions.
400         * sql/metaclasses.lisp: Added new slot to standard-db-class
401         to hold user-specified type. OpenMCL adjustments to compensate
402         for its type-predicate function. Since AllegroCL, Lispworks,
403         and OpenMCL have different slot orders, added compute-slots
404         and ordered-class-slots functions so their slot order matches
405         SBCL/CMUCL.
406
407 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
408         * Version 2.4.0 released: All tests for clsql-classic now finish
409         correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for
410         mysql, postgresql, postgresql-sockets, and sqlite backends.
411         * db-mysql/mysql-sql.lisp: Fix array dereferencing
412         * classic-tests/tests.lisp: Fix package name of
413         number-to-sql-string. 
414         * clsql.asd/clsql-tests.asd: Add support for asdf:test-op
415         * db-sqlite/sqlite-api-{uffi,sql}.lisp: Multiple UFFI fixes,
416         now passes tests on all support UFFI platforms.
417         * db-postgresql-socket/postgresql-socket-api.list: Ported to 
418         SBCL and OpenMCL
419         * multiple: Finish renaming of :types keyword to :result-types for
420         greater CommonSQL compatibility, including documentation
421         * sql/basic-cmds.lisp: Remove obsolete file
422         
423 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
424         * Version 2.3.3 released
425         * Fixes for sequences on mysql and sqlite [Marcus Pearce]
426         * Fixes for uffi sqlite backend [Aurelio Bignoli / Kevin Rosenberg]
427         * Fix for schema table [Marcus Pearce]
428         * Add loop extension support for SBCL and OpenMCL [Marcus Pearce]
429         * Fixes to test suite [Marcus Pearce]
430
431 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
432         * db-*/*-sql.lisp: Ensure that expr in
433         database-query-result-set is a string
434         * Documentation integration
435         
436 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
437         * With for Marcus Pearce's excellent work, I've merged
438         his clsql-usql port into clsql. The original clsql
439         interface is available in the clsql-classic package.
440
441 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
442         * Integrate patch from Marcus Pearce <ek735@soi.city.ac.uk>
443         adding further support for providing backend for UncommonSQL
444
445 10 Mar 2004 Kevin Rosenberg (kevin@rosenberg.net)
446         * Integrate patch from Aurelio Bignoli for SQLite backend
447
448 11 Nov 2003 Kevin Rosenberg (kevin@rosenberg.net)
449         * Converted documentation to XML format
450         * Made package installable with asdf-install
451
452 23 Jul 2003 Kevin Rosenberg (kevin@rosenberg.net)
453         * Add for-each-row macro
454
455 12 Dec 2002 Kevin Rosenberg (kevin@rosenberg.net)
456         * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
457         
458 16 Oct 2002 Kevin Rosenberg (kevin@rosenberg.net)
459         * Add support for SBCL, OpenMCL, and SCL
460         * Add *load-truename* to search path for clsql's
461         compiled libraries.
462
463 01 Sep 2002 Kevin Rosenberg (kevin@rosenberg.net)
464         * Rework use of file types in .asd files
465
466 17 Aug 2002 Kevin Rosenberg (kevin@rosenberg.net)
467         * Add .asd definition files for ASDF users
468
469 31 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
470         * Restructure directories for Common Lisp Controller v3 compatibility
471
472 25 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
473         * Also change case of logical host in loader files
474         * Rework handling of logical pathnames
475         
476 05 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
477         * Change case of logical host
478         
479 14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
480         * clsql-base.system: Added base package that can be used without
481         high-level SQL commands. Used for adding support for UncommonSQL.
482         * *.system: Reworked logical pathnames to be more consistent with
483         Common Lisp Controller.
484         * debian/*: Completed initial Debian support
485         
486 10 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
487         * sql/classes.cl:
488         * sql/transactions.cl:
489         Added transaction support. Functions/macros added:
490         with-transaction, commit-transaction, rollback-transaction,
491         add-transaction-commit-hook, add-transaction-rollback-hook
492
493 04 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
494         * sql/sql.cl:
495         * sql/pool.cl:
496         * sql/functional.cl:
497         Added pool support in connect/disconnect and with-database.
498         Removed with-db-from-pool as with-database can now works with the connections pool
499
500 01 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
501         * sql/sql.cl:
502         * sql/pool.cl:
503         * sql/classes.cl:
504         * sql/package.cl:
505         Completed connection pool.
506         Added with-db-from-pool macro.
507         
508 27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
509         * Multiple files:
510         Added initial support for connection pool
511         * sql/transactions.cl
512         Took transaction code from UncommonSQL and integrated
513         into CLSQL code. See file for disclaimer about why this
514         was added.
515
516 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
517         * interfaces/postgresql/postgresql-sql.cl:
518         Fix keyword typo in database-read-large-object
519         * interfaces/mysql/mysql-loader.cl
520         Fix loading on Win32
521         * test-suite/tester-clsql.cl
522         Fix type coercion of double-float
523         * doc/*
524         Added debian docbook catalog, made it the default
525         
526 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
527         * interface/postgresql/postgresql-api.cl:
528         * interface/postgresql/postgresql-sql.cl:
529         * sql/sql.cl:
530         * sql/db-interface.cl:
531         Added large objects support for postgresql.
532
533 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
534         * src/postgresql-socket/postgresql-socket-api.cl:
535         Fixed find-foreign-function call, eliminated crypt warning
536         * Makefiles:
537         Multiple improvements
538         * sql/usql.cl:
539         Moved functionality from low-level interfaces to this file
540         via generic functions
541         * test-suite/tester.cl:
542         Added test with acl-compat-tester, moved others to old-tests
543         directory.
544         
545 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
546         * src/usql.cl:
547         Reinstated commented out sections
548         * interfaces/postgresql/postgresql-loader.cl:
549         * interfaces/mysql/mysql-loader.cl:
550         Updated find-forieign-library support.
551         * interfaces/postgresql-socket/postgresql-socket-package.cl:
552         Fixed require form for Lispworks (Thanks Marc Battyani!)
553         * interfaces/postgresql-socket/postgresql-socket-api.cl:
554         Fixed eval of def-function for crypt library.
555                 
556 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
557         * Added interface to support USQL high-level rouines
558         
559 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
560         * Separated db-interface and conditions from sql/sql.cl
561         * Improved foreign library loading testing
562         * interfaces/postgresql/postgresql-api.cl
563         Added PQisBusy function
564         * interfaces/clsql-uffi/clsql-uffi.cl
565         Fixed sign error for 64-bit processing
566         
567 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
568         * interfaces/postgresql-socket/postgresql-socket-api.cl:
569         Fixes to read-double-from-socket. Added 64-bit integer support.
570         * test-suite/xptest-clsql.cl
571         Added testint for 64-bit integers
572         * Additons to installation docs
573         
574 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
575         * interfaces/postgresql-socket/postgresql-socket-api.cl:
576         Implemented direct socket reading for field type :double
577         * Added usage information for :types to documentation
578         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
579         atol, atof calls
580         * interfaces/clsql-uffi: Created new directory. Split common
581         interface routines that use UFFI into this package. Required
582         especially to support direct reading of 64-bit integers into
583         bignums and bypassing temporary strings.
584         * test-clsql.cl: Updated to test postgresql-socket's
585         read-double-from-socket function.
586         * test-suite/xptest-clsql.cl
587         Started work on test suite
588
589 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
590         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
591         mysql-fetch-field-direct Got :auto types working
592         * interfaces/postgresql/postgresql-api.cl
593         * interfaces/postgresql-socket/postgresql-socket-api.cl
594         Added pgsql-field-types enum. Got :auto types working.
595         * multiple-files
596         Renamed :field-types to :types.
597         
598 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
599         * Added field-types parameter to query, database-query,
600         database-query-result-set, map-query. Haven't added code
601         to utilize field types, yet.
602         * Changed postgresql-socket result set from cons to a structure
603         * Updated test-clsql.cl to use automated testing with a config
604         file
605         * Changed return types of field accessors from cstring to
606         (* :unsigned-char).  This prepares for being able to use specified
607         type conversions when taking field data into lisp.
608         * Added field-type processing for most interfaces. Not done yet.
609         
610 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
611         * doc/ref.sgml: Updated MAP-QUERY example to use
612         *read-default-float-format* (John Foderaro)
613         * Extensive work to foreign library loaders and .system files to
614         check for successful loading of foreign libraries.
615         * Modified test-clsql.cl to allow more modularity and
616         automated testing in future release.
617         * mysql/mysql-sql.lisp: Added field types
618         
619 01 Jan 2002 Kevin Rosenberg (kevin@rosenberg.net)
620         * mysql/mysql-sql.lisp:
621         - Added support for Allegro CL and Lispworks using UFFI layer
622         - Changed database-connect to use mysql-real-connect. This way,
623           can avoid using double (unwind-protect)
624         - Changed database-connect to have MySQL library allocate space
625           for MYSQL structure. This will make the code more robust in
626           the event that MySQL library changes the size of the mysql-mysql
627           structure.
628
629