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