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