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