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