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