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