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