r8887: pre 2.4.0
[clsql.git] / ChangeLog
1 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
2         * Version 2.4.0 released: All tests for clsql-classic now finish
3         correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for
4         mysql and postgresql backends. postgresql-socket backend
5         passes all tests for Allegro, Lispworks, CMUCL, and SBCL.
6         * db-mysql/mysql-sql.lisp: Fix array dereferencing
7         * classic-tests/tests.lisp: Fix package name of
8         number-to-sql-string. 
9         * clsql.asd/clsql-tests.asd: Add support for asdf:test-op
10         * db-sqlite/sqlite-api-uffi.lisp: Fix type UFFI usage
11         found by testing on OpenMCL
12         * db-postgresql-socket/postgresql-socket-api.list: Ported to 
13         SBCL
14         * multiple: Finish renaming of :types keyword to :result-types for
15         greater CommonSQL compatibility, including documentation
16         * sql/basic-cmds.lisp: Remove obsolete file
17         
18 08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
19         * Version 2.3.3 released
20         * Fixes for sequences on mysql and sqlite [Marcus Pearce]
21         * Fixes for uffi sqlite backend [Aurelio Bignoli / Kevin Rosenberg]
22         * Fix for schema table [Marcus Pearce]
23         * Add loop extension support for SBCL [Marcus Pearce]
24
25 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
26         * db-*/*-sql.lisp: Ensure that expr in
27         database-query-result-set is a string
28         
29 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
30         * With for Marcus Pearce's excellent work, I've merged
31         his clsql-usql port into clsql. The original clsql
32         interface is available in the clsql-classic package.
33
34 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
35         * Integrate patch from Marcus Pearce <ek735@soi.city.ac.uk>
36         adding further support for providing backend for UncommonSQL
37
38 10 Mar 2004 Kevin Rosenberg (kevin@rosenberg.net)
39         * Integrate patch from Aurelio Bignoli for SQLite backend
40
41 11 Nov 2003 Kevin Rosenberg (kevin@rosenberg.net)
42         * Converted documentation to XML format
43         * Made package installable with asdf-install
44
45 23 Jul 2003 Kevin Rosenberg (kevin@rosenberg.net)
46         * Add for-each-row macro
47
48 12 Dec 2002 Kevin Rosenberg (kevin@rosenberg.net)
49         * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
50         
51 16 Oct 2002 Kevin Rosenberg (kevin@rosenberg.net)
52         * Add support for SBCL, OpenMCL, and SCL
53         * Add *load-truename* to search path for clsql's
54         compiled libraries.
55
56 01 Sep 2002 Kevin Rosenberg (kevin@rosenberg.net)
57         * Rework use of file types in .asd files
58
59 17 Aug 2002 Kevin Rosenberg (kevin@rosenberg.net)
60         * Add .asd definition files for ASDF users
61
62 31 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
63         * Restructure directories for Common Lisp Controller v3 compatibility
64
65 25 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
66         * Also change case of logical host in loader files
67         * Rework handling of logical pathnames
68         
69 05 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
70         * Change case of logical host
71         
72 14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
73         * clsql-base.system: Added base package that can be used without
74         high-level SQL commands. Used for adding support for UncommonSQL.
75         * *.system: Reworked logical pathnames to be more consistent with
76         Common Lisp Controller.
77         * debian/*: Completed initial Debian support
78         
79 10 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
80         * sql/classes.cl:
81         * sql/transactions.cl:
82         Added transaction support. Functions/macros added:
83         with-transaction, commit-transaction, rollback-transaction,
84         add-transaction-commit-hook, add-transaction-rollback-hook
85
86 04 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
87         * sql/sql.cl:
88         * sql/pool.cl:
89         * sql/functional.cl:
90         Added pool support in connect/disconnect and with-database.
91         Removed with-db-from-pool as with-database can now works with the connections pool
92
93 01 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
94         * sql/sql.cl:
95         * sql/pool.cl:
96         * sql/classes.cl:
97         * sql/package.cl:
98         Completed connection pool.
99         Added with-db-from-pool macro.
100         
101 27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
102         * Multiple files:
103         Added initial support for connection pool
104         * sql/transactions.cl
105         Took transaction code from UncommonSQL and integrated
106         into CLSQL code. See file for disclaimer about why this
107         was added.
108
109 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
110         * interfaces/postgresql/postgresql-sql.cl:
111         Fix keyword typo in database-read-large-object
112         * interfaces/mysql/mysql-loader.cl
113         Fix loading on Win32
114         * test-suite/tester-clsql.cl
115         Fix type coercion of double-float
116         * doc/*
117         Added debian docbook catalog, made it the default
118         
119 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
120         * interface/postgresql/postgresql-api.cl:
121         * interface/postgresql/postgresql-sql.cl:
122         * sql/sql.cl:
123         * sql/db-interface.cl:
124         Added large objects support for postgresql.
125
126 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
127         * src/postgresql-socket/postgresql-socket-api.cl:
128         Fixed find-foreign-function call, eliminated crypt warning
129         * Makefiles:
130         Multiple improvements
131         * sql/usql.cl:
132         Moved functionality from low-level interfaces to this file
133         via generic functions
134         * test-suite/tester.cl:
135         Added test with acl-compat-tester, moved others to old-tests
136         directory.
137         
138 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
139         * src/usql.cl:
140         Reinstated commented out sections
141         * interfaces/postgresql/postgresql-loader.cl:
142         * interfaces/mysql/mysql-loader.cl:
143         Updated find-forieign-library support.
144         * interfaces/postgresql-socket/postgresql-socket-package.cl:
145         Fixed require form for Lispworks (Thanks Marc Battyani!)
146         * interfaces/postgresql-socket/postgresql-socket-api.cl:
147         Fixed eval of def-function for crypt library.
148                 
149 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
150         * Added interface to support USQL high-level rouines
151         
152 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
153         * Separated db-interface and conditions from sql/sql.cl
154         * Improved foreign library loading testing
155         * interfaces/postgresql/postgresql-api.cl
156         Added PQisBusy function
157         * interfaces/clsql-uffi/clsql-uffi.cl
158         Fixed sign error for 64-bit processing
159         
160 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
161         * interfaces/postgresql-socket/postgresql-socket-api.cl:
162         Fixes to read-double-from-socket. Added 64-bit integer support.
163         * test-suite/xptest-clsql.cl
164         Added testint for 64-bit integers
165         * Additons to installation docs
166         
167 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
168         * interfaces/postgresql-socket/postgresql-socket-api.cl:
169         Implemented direct socket reading for field type :double
170         * Added usage information for :types to documentation
171         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
172         atol, atof calls
173         * interfaces/clsql-uffi: Created new directory. Split common
174         interface routines that use UFFI into this package. Required
175         especially to support direct reading of 64-bit integers into
176         bignums and bypassing temporary strings.
177         * test-clsql.cl: Updated to test postgresql-socket's
178         read-double-from-socket function.
179         * test-suite/xptest-clsql.cl
180         Started work on test suite
181
182 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
183         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
184         mysql-fetch-field-direct Got :auto types working
185         * interfaces/postgresql/postgresql-api.cl
186         * interfaces/postgresql-socket/postgresql-socket-api.cl
187         Added pgsql-field-types enum. Got :auto types working.
188         * multiple-files
189         Renamed :field-types to :types.
190         
191 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
192         * Added field-types parameter to query, database-query,
193         database-query-result-set, map-query. Haven't added code
194         to utilize field types, yet.
195         * Changed postgresql-socket result set from cons to a structure
196         * Updated test-clsql.cl to use automated testing with a config
197         file
198         * Changed return types of field accessors from cstring to
199         (* :unsigned-char).  This prepares for being able to use specified
200         type conversions when taking field data into lisp.
201         * Added field-type processing for most interfaces. Not done yet.
202         
203 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
204         * doc/ref.sgml: Updated MAP-QUERY example to use
205         *read-default-float-format* (John Foderaro)
206         * Extensive work to foreign library loaders and .system files to
207         check for successful loading of foreign libraries.
208         * Modified test-clsql.cl to allow more modularity and
209         automated testing in future release.
210         * mysql/mysql-sql.lisp: Added field types
211         
212 01 Jan 2002 Kevin Rosenberg (kevin@rosenberg.net)
213         * mysql/mysql-sql.lisp:
214         - Added support for Allegro CL and Lispworks using UFFI layer
215         - Changed database-connect to use mysql-real-connect. This way,
216           can avoid using double (unwind-protect)
217         - Changed database-connect to have MySQL library allocate space
218           for MYSQL structure. This will make the code more robust in
219           the event that MySQL library changes the size of the mysql-mysql
220           structure.
221
222