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