]> err.no Git - sope/blob - sope-gdl1/MySQL/ChangeLog
fixed some NGMail framework build issue
[sope] / sope-gdl1 / MySQL / ChangeLog
1 2005-07-29  Helge Hess  <helge.hess@skyrix.com>
2
3         * v4.5.12
4
5         * NSData+MySQL4Val.m: fixed handling of NSData rows (proper init was
6           missing)
7
8         * MySQL4Values.m: improved logging of unsupported types
9
10 2005-07-27  Helge Hess  <helge.hess@skyrix.com>
11
12         * fixed gcc 4.0 warnings (char signedness) (v4.5.11)
13
14 2005-04-23  Helge Hess  <helge.hess@opengroupware.org>
15
16         * GNUmakefile.preamble: fixed include flags (v4.5.10)
17
18 2005-04-21  Helge Hess  <helge.hess@skyrix.com>
19
20         * v4.5.9
21
22         * GNUmakefile.preamble: use mysql_config --cflags instead of --include,
23           the former is also available with MySQL 3.x
24         
25         * MySQL4Channel.m: added a -describeResults: method to allow
26           descriptions without beautified names
27
28 2005-04-20  Helge Hess  <helge.hess@opengroupware.org>
29
30         * MySQL4Channel.m: only warn if the character set could not be changed
31           to UTF-8 (v4.5.8)
32
33         * renamed MySQL4 adaptor to MySQL to avoid confusion (v4.5.7)
34
35 2005-04-19  Helge Hess  <helge.hess@skyrix.com>
36
37         * v4.5.6
38         
39         * MySQL4Channel.m: added support for primary key generation
40         
41         * NSNumber+MySQL4Val.m: added support for basic number types
42         
43         * v4.5.5
44         
45         * MySQL4Values.m: added a workaround to support NSTemporaryString
46
47         * MySQL4Channel.m: fixed errno result handling
48         
49         * MySQL4Adaptor.m: do not fall back to PGHOST variable if not hostname
50           is set
51
52 2005-04-13  Helge Hess  <helge.hess@opengroupware.org>
53
54         * MySQL4Channel.m: finished fetching code (v4.5.4)
55
56 2005-04-12  Helge Hess  <helge.hess@opengroupware.org>
57
58         * MySQL4Channel.m: added some fetch result processing (v4.5.3)
59
60 2005-04-12  Helge Hess  <helge.hess@skyrix.com>
61
62         * MySQL4Channel.m: implemented query (v4.5.2)
63
64 2005-04-11  Helge Hess  <helge.hess@opengroupware.org>
65
66         * started MySQL4 adaptor based on SQLite one (v4.5.1)