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