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