r1800: transaction update
[clsql.git] / ChangeLog
1 27 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
2         * Multiple files:
3         Added initial support for connection pool
4         Added transactions for MySQL
5
6 23 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
7         * interfaces/postgresql/postgresql-sql.cl:
8         Fix keyword typo in database-read-large-object
9         * interfaces/mysql/mysql-loader.cl
10         Fix loading on Win32
11         * test-suite/tester-clsql.cl
12         Fix type coercion of double-float
13         * doc/*
14         Added debian docbook catalog, made it the default
15         
16 19 Apr 2002 Marc Battyani (marc.battyani@fractalconcept.com)
17         * interface/postgresql/postgresql-api.cl:
18         * interface/postgresql/postgresql-sql.cl:
19         * sql/sql.cl:
20         * sql/db-interface.cl:
21         Added large objects support for postgresql.
22
23 07 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
24         * src/postgresql-socket/postgresql-socket-api.cl:
25         Fixed find-foreign-function call, eliminated crypt warning
26         * Makefiles:
27         Multiple improvements
28         * sql/usql.cl:
29         Moved functionality from low-level interfaces to this file
30         via generic functions
31         * test-suite/tester.cl:
32         Added test with acl-compat-tester, moved others to old-tests
33         directory.
34         
35 06 Apr 2002 Kevin Rosenberg (kevin@rosenberg.net)
36         * src/usql.cl:
37         Reinstated commented out sections
38         * interfaces/postgresql/postgresql-loader.cl:
39         * interfaces/mysql/mysql-loader.cl:
40         Updated find-forieign-library support.
41         * interfaces/postgresql-socket/postgresql-socket-package.cl:
42         Fixed require form for Lispworks (Thanks Marc Battyani!)
43         * interfaces/postgresql-socket/postgresql-socket-api.cl:
44         Fixed eval of def-function for crypt library.
45                 
46 31 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
47         * Added interface to support USQL high-level rouines
48         
49 29 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
50         * Separated db-interface and conditions from sql/sql.cl
51         * Improved foreign library loading testing
52         * interfaces/postgresql/postgresql-api.cl
53         Added PQisBusy function
54         * interfaces/clsql-uffi/clsql-uffi.cl
55         Fixed sign error for 64-bit processing
56         
57 27 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
58         * interfaces/postgresql-socket/postgresql-socket-api.cl:
59         Fixes to read-double-from-socket. Added 64-bit integer support.
60         * test-suite/xptest-clsql.cl
61         Added testint for 64-bit integers
62         * Additons to installation docs
63         
64 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
65         * interfaces/postgresql-socket/postgresql-socket-api.cl:
66         Implemented direct socket reading for field type :double
67         * Added usage information for :types to documentation
68         * interfaces/mysql/mysql-sql.cl: Fixed type specifiers in atoi,
69         atol, atof calls
70         * interfaces/clsql-uffi: Created new directory. Split common
71         interface routines that use UFFI into this package. Required
72         especially to support direct reading of 64-bit integers into
73         bignums and bypassing temporary strings.
74         * test-clsql.cl: Updated to test postgresql-socket's
75         read-double-from-socket function.
76         * test-suite/xptest-clsql.cl
77         Started work on test suite
78
79 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
80         * interfaces/mysql/mysql-api.cl: Added mysql-fetch-fields,
81         mysql-fetch-field-direct Got :auto types working
82         * interfaces/postgresql/postgresql-api.cl
83         * interfaces/postgresql-socket/postgresql-socket-api.cl
84         Added pgsql-field-types enum. Got :auto types working.
85         * multiple-files
86         Renamed :field-types to :types.
87         
88 24 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
89         * Added field-types parameter to query, database-query,
90         database-query-result-set, map-query. Haven't added code
91         to utilize field types, yet.
92         * Changed postgresql-socket result set from cons to a structure
93         * Updated test-clsql.cl to use automated testing with a config
94         file
95         * Changed return types of field accessors from cstring to
96         (* :unsigned-char).  This prepares for being able to use specified
97         type conversions when taking field data into lisp.
98         * Added field-type processing for most interfaces. Not done yet.
99         
100 23 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
101         * doc/ref.sgml: Updated MAP-QUERY example to use
102         *read-default-float-format* (John Foderaro)
103         * Extensive work to foreign library loaders and .system files to
104         check for successful loading of foreign libraries.
105         * Modified test-clsql.cl to allow more modularity and
106         automated testing in future release.