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